Files
xiaozhi-esp32-server/main/xiaozhi-server/mcp_server_settings.json
T
2025-03-20 18:20:50 +08:00

17 lines
315 B
JSON

{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/other/allowed/dir"
]
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}