Update app.py
Browse files
app.py
CHANGED
|
@@ -311,21 +311,21 @@ def create_app():
|
|
| 311 |
outputs=[status_output]
|
| 312 |
)
|
| 313 |
|
| 314 |
-
with gr.Column():
|
| 315 |
-
gr.Markdown("#### π Connection Information")
|
| 316 |
-
gr.Markdown("""
|
| 317 |
-
**For External MCP Clients:**
|
| 318 |
-
|
| 319 |
-
- **Protocol**: MCP 2024-11-05
|
| 320 |
-
- **Endpoint**: `http://localhost:8000/sse`
|
| 321 |
-
- **Tools**: 15 available across 3 MCPs
|
| 322 |
-
- **Capabilities**: tools, cross-mcp queries
|
| 323 |
-
|
| 324 |
-
**Tool Prefixes:**
|
| 325 |
-
- `apod_*` - Astronomy Picture tools (3)
|
| 326 |
-
- `neows_*` - Asteroid tools (6)
|
| 327 |
-
- `marsrover_*` - Mars Rover tools (6)
|
| 328 |
-
""")
|
| 329 |
|
| 330 |
# Tool testing interface
|
| 331 |
gr.Markdown("### π§ͺ Interactive Tool Testing")
|
|
|
|
| 311 |
outputs=[status_output]
|
| 312 |
)
|
| 313 |
|
| 314 |
+
# with gr.Column():
|
| 315 |
+
# gr.Markdown("#### π Connection Information")
|
| 316 |
+
# gr.Markdown("""
|
| 317 |
+
# **For External MCP Clients:**
|
| 318 |
+
#
|
| 319 |
+
# - **Protocol**: MCP 2024-11-05
|
| 320 |
+
# - **Endpoint**: `http://localhost:8000/sse`
|
| 321 |
+
# - **Tools**: 15 available across 3 MCPs
|
| 322 |
+
# - **Capabilities**: tools, cross-mcp queries
|
| 323 |
+
#
|
| 324 |
+
# **Tool Prefixes:**
|
| 325 |
+
# - `apod_*` - Astronomy Picture tools (3)
|
| 326 |
+
# - `neows_*` - Asteroid tools (6)
|
| 327 |
+
# - `marsrover_*` - Mars Rover tools (6)
|
| 328 |
+
# """)
|
| 329 |
|
| 330 |
# Tool testing interface
|
| 331 |
gr.Markdown("### π§ͺ Interactive Tool Testing")
|