binary1ne commited on
Commit
8c7d0a4
·
verified ·
1 Parent(s): 4864189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ API_KEY = "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" # Your Hugging Face API key
17
  nest_asyncio.apply()
18
 
19
  # Remote MCP Client Setup (Update with your remote MCP server URL)
20
- REMOTE_MCP_URL = "http://https://binary1ne-mcpserver.hf.space"
21
  mcp_client = BasicMCPClient(REMOTE_MCP_URL)
22
  mcp_tool = McpToolSpec(client=mcp_client)
23
 
 
17
  nest_asyncio.apply()
18
 
19
  # Remote MCP Client Setup (Update with your remote MCP server URL)
20
+ REMOTE_MCP_URL = "https://binary1ne-mcpserver.hf.space"
21
  mcp_client = BasicMCPClient(REMOTE_MCP_URL)
22
  mcp_tool = McpToolSpec(client=mcp_client)
23