Spaces:
Sleeping
Sleeping
Changed default MCP server to drawittome
Browse files
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://
|
| 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():
|