mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 23:53:55 +08:00
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"mcpServers": {
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"/path/to/other/allowed/dir"
|
|
]
|
|
},
|
|
"puppeteer": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
|
|
},
|
|
"windows-cli": {
|
|
"command": "npx",
|
|
"args": ["-y", "@simonb97/server-win-cli"]
|
|
}
|
|
}
|
|
}
|