{ "servers": { "filesystem": { "transport": "stdio", "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"], "enabled": true, "timeout": 30 }, "sqlite": { "transport": "stdio", "command": "uvx", "args": ["mcp-server-sqlite", "--db-path", "data.db"], "enabled": false, "timeout": 30 }, "web-search": { "transport": "sse", "url": "http://localhost:3001/sse", "enabled": false, "timeout": 60 } }, "max_tool_calls": 10, "default_timeout": 30.0 }