alihmaou commited on
Commit
a60731c
·
verified ·
1 Parent(s): 3ef33c3

Changed default MCP server to drawittome

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from smolagents import InferenceClientModel, CodeAgent, MCPClient
5
  import pandas as pd
6
  import requests
7
 
8
- DEFAULT_MCP_URL = "https://alihmaou-mcp-tools.hf.space/gradio_api/mcp/sse"
9
  HF_TOKEN = os.getenv("HUGGINGFACE_API_TOKEN")
10
 
11
  def get_mcp_space_endpoints():
 
5
  import pandas as pd
6
  import requests
7
 
8
+ DEFAULT_MCP_URL = "https://agents-mcp-hackathon-mcp-drawittome.hf.space/gradio_api/mcp/sse"
9
  HF_TOKEN = os.getenv("HUGGINGFACE_API_TOKEN")
10
 
11
  def get_mcp_space_endpoints():