mcp-client / mcp.json
ogundipe72's picture
new commit
a708b02
raw
history blame contribute delete
355 Bytes
{
"servers": [
{
"name": "MCP Server",
"transport": {
"type": "sse",
"url": "http://localhost:7860/gradio_api/mcp/sse"
}
},
{
"name": "Remote MCP Server",
"transport": {
"type": "sse",
"url": "https://ogundipe72-mcp-sentiment-sao.hf.space/gradio_api/mcp/sse"
}
}
]
}