2025-03-16 17:17:01 +08:00
|
|
|
[python_execute]
|
|
|
|
type = "sse"
|
|
|
|
host = "localhost"
|
|
|
|
port = 8818
|
|
|
|
sse_endpoint = "/sse"
|
|
|
|
|
|
|
|
[puppeteer]
|
2025-03-17 01:58:37 +08:00
|
|
|
type = "stdio"
|
2025-03-16 17:17:01 +08:00
|
|
|
command = "npx"
|
|
|
|
args = ["-y", "@modelcontextprotocol/server-puppeteer"]
|
|
|
|
|
|
|
|
[filesystem]
|
2025-03-17 01:58:37 +08:00
|
|
|
type = "stdio"
|
2025-03-16 17:17:01 +08:00
|
|
|
command = "npx"
|
|
|
|
args = ["-y",
|
|
|
|
"@modelcontextprotocol/server-filesystem",
|
2025-03-17 01:58:37 +08:00
|
|
|
"/Users/hyde/Desktop"]
|
2025-03-16 17:17:01 +08:00
|
|
|
|
|
|
|
[shell]
|
2025-03-17 01:58:37 +08:00
|
|
|
type = "stdio"
|
2025-03-20 01:12:15 +08:00
|
|
|
command = "npx"
|
|
|
|
args = ["-y", "@kevinwatt/shell-mcp"]
|