mcp-client / config.json
wlchee's picture
Update config.json
946dbfe verified
raw
history blame
195 Bytes
{
"servers": [
{
"name": "Remote MCP Server",
"transport": {
"type": "sse",
"url": "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
}
}
]
}