docs: discourage MCP filesystem workspace config (#3141)

This commit is contained in:
Nan Gao
2026-05-22 03:19:23 +02:00
committed by GitHub
parent c881d95898
commit 253542ea0d
6 changed files with 44 additions and 34 deletions
-7
View File
@@ -241,13 +241,6 @@ GET /api/mcp/config
"GITHUB_TOKEN": "***"
},
"description": "GitHub operations"
},
"filesystem": {
"enabled": false,
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem"],
"description": "File system access"
}
}
}