27 lines
504 B
TOML
27 lines
504 B
TOML
[python_execute]
|
|
type = "sse"
|
|
host = "localhost"
|
|
port = 8896
|
|
sse_endpoint = "/sse"
|
|
|
|
[puppeteer]
|
|
type = "stdio"
|
|
command = "npx"
|
|
args = ["-y", "@modelcontextprotocol/server-puppeteer"]
|
|
|
|
[playwright]
|
|
type = "stdio"
|
|
command = "npx"
|
|
args = ["-y", "@executeautomation/playwright-mcp-server"]
|
|
|
|
[filesystem]
|
|
type = "stdio"
|
|
command = "npx"
|
|
args = ["-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"/Users/hyde/Desktop"]
|
|
|
|
[shell]
|
|
type = "stdio"
|
|
command = "npx"
|
|
args = ["-y", "@kevinwatt/shell-mcp"] |