Eddyhzd commited on
Commit
877a10c
·
1 Parent(s): 35b235c
Files changed (1) hide show
  1. app.py +1 -1
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("http://localhost:8000/mcp") as (
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
  _,