mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2026-01-24 08:14:21 +01:00
12 lines
246 B
JSON
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"]
|
|
}
|
|
}
|
|
} |