mcp-client / mcp.json
Badro's picture
inintial commint
5ed80ec
raw
history blame contribute delete
350 Bytes
{
"servers": [
{
"name": "Local MCP Server",
"transport": {
"type": "sse",
"url": "http://localhost:7860/gradio_api/mcp/sse"
}
},
{
"name": "HF Space MCP Server",
"transport": {
"type": "sse",
"url": "https://badro-mcp-server.hf.space/gradio_api/mcp/sse"
}
}
]
}