wlchee commited on
Commit
946dbfe
·
verified ·
1 Parent(s): 3ac535c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -4
config.json CHANGED
@@ -1,7 +1,11 @@
1
  {
2
- "mcpServers": {
3
- "mcp": {
4
- "url": "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
 
 
 
 
5
  }
6
- }
7
  }
 
1
  {
2
+ "servers": [
3
+ {
4
+ "name": "Remote MCP Server",
5
+ "transport": {
6
+ "type": "sse",
7
+ "url": "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
8
+ }
9
  }
10
+ ]
11
  }