Files
nostrdvm/tests/mcp_server_config.json
2025-02-10 11:36:30 +01:00

26 lines
445 B
JSON

{
"mcpServers": {
"sqlite": {
"command": "uvx",
"args": ["mcp-server-sqlite", "--db-path", "test.db"]
},
"mcp-crypto-price": {
"command": "node",
"args": [
"../../mcp-crypto-price/build/index.js"
]
},
"Echo": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"tests/mcp_server.py"
]
}
}
}