mcp-client / mcp.json
Rajiv Sukhnandan
Add mcp.json config file
9ac9740
raw
history blame contribute delete
180 Bytes
{
"servers": [
{
"name": "Remote MCP Server",
"transport": {
"type": "sse",
"url": "http://localhost:7860/gradio_api/mcp/sse"
}
}
]
}