Spaces:
Runtime error
Runtime error
Eddyhzd
commited on
Commit
·
877a10c
1
Parent(s):
35b235c
test
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from mcp.client.streamable_http import streamablehttp_client
|
|
| 11 |
|
| 12 |
async def main():
|
| 13 |
# Connect to a streamable HTTP server
|
| 14 |
-
async with streamablehttp_client("
|
| 15 |
read_stream,
|
| 16 |
write_stream,
|
| 17 |
_,
|
|
|
|
| 11 |
|
| 12 |
async def main():
|
| 13 |
# Connect to a streamable HTTP server
|
| 14 |
+
async with streamablehttp_client("https://hackathoncra-gradio-mcp.hf.space/gradio_api/mcp") as (
|
| 15 |
read_stream,
|
| 16 |
write_stream,
|
| 17 |
_,
|