Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from smolagents import CodeAgent
|
|
4 |
import json
|
5 |
import re
|
6 |
|
7 |
-
HF_SPACE_URL = "https://
|
8 |
|
9 |
def call_mcp_server(message, tool_type="knowledge_base"):
|
10 |
"""Call your MCP server and let it handle tool selection"""
|
|
|
4 |
import json
|
5 |
import re
|
6 |
|
7 |
+
HF_SPACE_URL = "https://manavraj-troubleshoot_mcp.hf.space"
|
8 |
|
9 |
def call_mcp_server(message, tool_type="knowledge_base"):
|
10 |
"""Call your MCP server and let it handle tool selection"""
|