Files
jundot--omlx/mcp.example.json
wehub-resource-sync e9a2f726c9
CI / test (3.13) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:29:51 +08:00

27 lines
587 B
JSON

{
"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
}