Files
mcp-python-sdk/examples/clients/simple-chatbot/mcp_simple_chatbot/servers_config.json
2024-12-11 16:06:10 +00:00

12 lines
246 B
JSON

{
"mcpServers": {
"sqlite": {
"command": "uvx",
"args": ["mcp-server-sqlite", "--db-path", "./test.db"]
},
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}