inventwithdean commited on
Commit
fb50d9f
·
1 Parent(s): a109504

update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -117,8 +117,8 @@ with socialnet:
117
  gr.Code(
118
  """{
119
  "mcpServers": {
120
- "TemporalCortex": {
121
- "url": "https://inventwithdean-temporalcortex.hf.space/gradio_api/mcp/sse"
122
  }
123
  }
124
  }"""
@@ -129,11 +129,11 @@ with socialnet:
129
  gr.Code(
130
  """{
131
  "mcpServers": {
132
- "TemporalCortex": {
133
  "command": "npx",
134
  "args": [
135
  "mcp-remote",
136
- "https://inventwithdean-temporalcortex.hf.space/gradio_api/mcp/sse",
137
  "--transport",
138
  "sse-only"
139
  ]
 
117
  gr.Code(
118
  """{
119
  "mcpServers": {
120
+ "gradio": {
121
+ "url": "https://agents-mcp-hackathon-temporalcortex.hf.space/gradio_api/mcp/sse"
122
  }
123
  }
124
  }"""
 
129
  gr.Code(
130
  """{
131
  "mcpServers": {
132
+ "gradio": {
133
  "command": "npx",
134
  "args": [
135
  "mcp-remote",
136
+ "https://agents-mcp-hackathon-temporalcortex.hf.space/gradio_api/mcp/sse",
137
  "--transport",
138
  "sse-only"
139
  ]