Spaces:
Sleeping
Sleeping
{ | |
"get_current_time": { | |
"command": "python", | |
"args": [ | |
"./mcp_server_time.py" | |
], | |
"transport": "stdio" | |
}, | |
"request_processor": { | |
"command": "python", | |
"args": [ | |
"./python-services/service1/mcp_server.py" | |
], | |
"transport": "stdio" | |
}, | |
"data_analyzer": { | |
"command": "python", | |
"args": [ | |
"./python-services/service2/mcp_server.py" | |
], | |
"transport": "stdio" | |
}, | |
"math_computer": { | |
"command": "python", | |
"args": [ | |
"./python-services/service3/mcp_server.py" | |
], | |
"transport": "stdio" | |
}, | |
"review_generate": { | |
"transport": "sse", | |
"url": "http://10.15.56.148:8000/review" | |
}, | |
"get_200_words": { | |
"transport": "streamable_http", | |
"url": "http://127.0.0.1:7860/gradio_api/mcp/" | |
}, | |
"bio-qa-chat": { | |
"transport": "sse", | |
"url": "http://10.15.56.148:9487/sse" | |
} | |
} |