22 lines
428 B
TOML
22 lines
428 B
TOML
|
[python_execute]
|
||
|
type = "sse"
|
||
|
host = "localhost"
|
||
|
port = 8818
|
||
|
sse_endpoint = "/sse"
|
||
|
|
||
|
[puppeteer]
|
||
|
type = "command"
|
||
|
command = "npx"
|
||
|
args = ["-y", "@modelcontextprotocol/server-puppeteer"]
|
||
|
|
||
|
[filesystem]
|
||
|
type = "command"
|
||
|
command = "npx"
|
||
|
args = ["-y",
|
||
|
"@modelcontextprotocol/server-filesystem",
|
||
|
"/Users/username/Desktop",
|
||
|
"/path/to/other/allowed/dir"]
|
||
|
|
||
|
[shell]
|
||
|
type = "command"
|
||
|
command = "uvx mcp-shell-server"
|