mirror of
https://github.com/langchain-ai/langchainjs-mcp-adapters.git
synced 2026-07-01 12:27:48 -04:00
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"servers": {
|
|
"math": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-math"],
|
|
},
|
|
"weather": {
|
|
"transport": "sse",
|
|
"url": "http://localhost:8000/sse"
|
|
},
|
|
"custom-server": {
|
|
"transport": "stdio",
|
|
"command": "node",
|
|
"args": ["./examples/custom_server.js"]
|
|
}
|
|
}
|
|
}
|