zl-Diamon

Results 1 comments of zl-Diamon

> mcp server可参考[这个仓库](https://github.com/modelcontextprotocol/servers) 以部署filesystem为例 0.构建选项开启mcp 1.修改docker-compose.yaml以挂载mcp_config(请根据实际情况修改) ` volumes: - ./mcp/mcp.json:/app/app/mcp/mcp_config.json - ./files:/files` > > 2.修改mcp_config.json(请根据实际情况修改) `{ "mcpServers": { "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/files"] } } }` 3.重启compose...