wlchee commited on
Commit
0f665aa
·
verified ·
1 Parent(s): 0a9af6f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -9
config.json CHANGED
@@ -1,11 +1,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
- }
 
1
  {
2
+ "mcpServers": {
3
+ "gradio": {
4
+ "url": "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
 
 
 
 
5
  }
6
+ }
7
+ }