inventwithdean
commited on
Commit
·
fb50d9f
1
Parent(s):
a109504
update app.py
Browse files
app.py
CHANGED
@@ -117,8 +117,8 @@ with socialnet:
|
|
117 |
gr.Code(
|
118 |
"""{
|
119 |
"mcpServers": {
|
120 |
-
"
|
121 |
-
"url": "https://
|
122 |
}
|
123 |
}
|
124 |
}"""
|
@@ -129,11 +129,11 @@ with socialnet:
|
|
129 |
gr.Code(
|
130 |
"""{
|
131 |
"mcpServers": {
|
132 |
-
"
|
133 |
"command": "npx",
|
134 |
"args": [
|
135 |
"mcp-remote",
|
136 |
-
"https://
|
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 |
]
|