ABDALLALSWAITI commited on
Commit
b37bf77
·
verified ·
1 Parent(s): 168ba89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -82,7 +82,7 @@ MCP hosts often use a configuration file, typically named `mcp.json`, to manage
82
  "name": "HF Info Server",
83
  "transport": {
84
  "type": "sse",
85
- "url": "[https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse](https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse)"
86
  }
87
  }
88
  ]
@@ -107,7 +107,7 @@ To connect this server in Cursor, you can use the `mcp-remote` tool, which acts
107
  "args": [
108
  "-y",
109
  "mcp-remote",
110
- "[https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse](https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse)",
111
  "--transport",
112
  "sse-only"
113
  ]
@@ -128,7 +128,7 @@ To connect this server in Cursor, you can use the `mcp-remote` tool, which acts
128
  "npx",
129
  "-y",
130
  "mcp-remote",
131
- "[https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse](https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse)",
132
  "--transport",
133
  "sse-only"
134
  ]
 
82
  "name": "HF Info Server",
83
  "transport": {
84
  "type": "sse",
85
+ "url": "https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse"
86
  }
87
  }
88
  ]
 
107
  "args": [
108
  "-y",
109
  "mcp-remote",
110
+ "https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse",
111
  "--transport",
112
  "sse-only"
113
  ]
 
128
  "npx",
129
  "-y",
130
  "mcp-remote",
131
+ "https://agents-mcp-hackathon-huggingfacedoc.hf.space/gradio_api/mcp/sse",
132
  "--transport",
133
  "sse-only"
134
  ]