URL for MCP server added to the UI
Browse files
app.py
CHANGED
@@ -2154,7 +2154,7 @@ with gr.Blocks(title="Shallow Research Code Assistant Hub",
|
|
2154 |
It integrates multiple agents to enhance your coding and research workflow.
|
2155 |
|
2156 |
The application can be accessed via the MCP server at:
|
2157 |
-
<code
|
2158 |
<br></br>
|
2159 |
""",
|
2160 |
container=True,
|
|
|
2154 |
It integrates multiple agents to enhance your coding and research workflow.
|
2155 |
|
2156 |
The application can be accessed via the MCP server at:
|
2157 |
+
<code>https://agents-mcp-hackathon-shallowcoderesearch.hf.space/gradio_api/mcp/sse</code>
|
2158 |
<br></br>
|
2159 |
""",
|
2160 |
container=True,
|