Files
TERES_web_frontend/mcp/Filesystem.json

13 lines
218 B
JSON
Raw Normal View History

{
"mcpServers": {
"Filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
],
"env": {}
}
}
}