mcp file protocol fix

This commit is contained in:
Wendong
2025-03-16 02:55:30 +08:00
parent a7c4c06d4e
commit aa799d8230
3 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander",
"--force-file-protocol"
]
},
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}