{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "./" ] }, "weather": { "args": [ "--directory", "/Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/mcphost/testdata", "run", "demo_weather.py" ], "autoApprove": [ "get_forecast" ], "command": "uv", "env": { "ABC": "123" } }, "disabled_server": { "command": "echo", "args": ["disabled"], "disabled": true } } }