wlchee commited on
Commit
78e81d4
·
verified ·
1 Parent(s): 79220a3

Update agent.json

Browse files
Files changed (1) hide show
  1. agent.json +2 -6
agent.json CHANGED
@@ -3,13 +3,9 @@
3
  "provider": "nebius",
4
  "servers": [
5
  {
6
- "type": "stdio",
7
  "config": {
8
- "command": "npx",
9
- "args": [
10
- "mcp-remote",
11
- "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
12
- ]
13
  }
14
  }
15
  ]
 
3
  "provider": "nebius",
4
  "servers": [
5
  {
6
+ "type": "sse",
7
  "config": {
8
+ "url": "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
 
 
 
 
9
  }
10
  }
11
  ]