mcp模板文件

This commit is contained in:
玄凤科技
2025-03-20 18:20:50 +08:00
parent 898fd36eca
commit 3ea95ffa48
@@ -0,0 +1,16 @@
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/other/allowed/dir"
]
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}