forked from lingyuzeng/agent
11 lines
205 B
YAML
11 lines
205 B
YAML
servers:
|
|
weather:
|
|
url: http://127.0.0.1:8000/mcp/
|
|
transport: streamable_http
|
|
playwright:
|
|
command: npx
|
|
args: ["@playwright/mcp@latest"]
|
|
transport: stdio
|
|
env:
|
|
DISPLAY: ":1"
|