mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 00:16:48 +00:00
docs: discourage MCP filesystem workspace config (#3141)
This commit is contained in:
@@ -3,18 +3,6 @@
|
||||
"my_package.mcp.auth:build_auth_interceptor"
|
||||
],
|
||||
"mcpServers": {
|
||||
"filesystem": {
|
||||
"enabled": false,
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem",
|
||||
"/path/to/allowed/files"
|
||||
],
|
||||
"env": {},
|
||||
"description": "Provides filesystem access within allowed directories"
|
||||
},
|
||||
"github": {
|
||||
"enabled": false,
|
||||
"type": "stdio",
|
||||
@@ -42,4 +30,4 @@
|
||||
}
|
||||
},
|
||||
"skills": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user