ogundipe72 commited on
Commit
a708b02
·
1 Parent(s): 6dbac9c

new commit

Browse files
Files changed (1) hide show
  1. mcp.json +16 -14
mcp.json CHANGED
@@ -1,16 +1,18 @@
1
  {
2
- "mcpServers": {
3
- "sentiment-analysis": {
4
- "command": "cmd",
5
- "args": [
6
- "/c",
7
- "npx",
8
- "-y",
9
- "mcp-remote",
10
- "https://ogundipe72-mcp-sentiment-sao.hf.space/gradio_api/mcp/sse",
11
- "--transport",
12
- "sse-only"
13
- ]
 
 
14
  }
15
- }
16
- }
 
1
  {
2
+ "servers": [
3
+ {
4
+ "name": "MCP Server",
5
+ "transport": {
6
+ "type": "sse",
7
+ "url": "http://localhost:7860/gradio_api/mcp/sse"
8
+ }
9
+ },
10
+ {
11
+ "name": "Remote MCP Server",
12
+ "transport": {
13
+ "type": "sse",
14
+ "url": "https://ogundipe72-mcp-sentiment-sao.hf.space/gradio_api/mcp/sse"
15
+ }
16
  }
17
+ ]
18
+ }