仿生人MCP服务
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"local-stdio-calculator": {
|
||||
"type": "stdio",
|
||||
"command": "python",
|
||||
"args": [
|
||||
"-m",
|
||||
"mcp_local.aggregate"
|
||||
]
|
||||
},
|
||||
"remote-sse-server": {
|
||||
"type": "sse",
|
||||
"url": "https://api.example.com/sse",
|
||||
"disabled": true
|
||||
},
|
||||
"remote-http-server": {
|
||||
"type": "http",
|
||||
"url": "https://api.example.com/mcp",
|
||||
"disabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user