23 lines
471 B
TOML
23 lines
471 B
TOML
[python_execute]
|
|
type = "sse"
|
|
host = "localhost"
|
|
port = 8895
|
|
sse_endpoint = "/sse"
|
|
message_enpoint = "/message"
|
|
|
|
[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"] # Allowed paths |