Files
xiaozhi-esp32-server/main/xiaozhi-server/mcp_server_settings.json
T

21 lines
416 B
JSON
Raw Normal View History

2025-03-20 18:20:50 +08:00
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/other/allowed/dir"
]
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
2025-03-21 17:31:29 +08:00
},
"windows-cli": {
"command": "npx",
"args": ["-y", "@simonb97/server-win-cli"]
2025-03-20 18:20:50 +08:00
}
}
}