Spaces:
Sleeping
Sleeping
Added MCP tools projet as unique source of tools
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from smolagents import InferenceClientModel, CodeAgent, ToolCollection, MCPClien
|
|
7 |
|
8 |
try:
|
9 |
mcp_client = MCPClient(
|
10 |
-
{"url": "https://alihmaou-mcp-tools.hf.space/gradio_api/mcp/sse"} #
|
11 |
)
|
12 |
tools = mcp_client.get_tools()
|
13 |
|
|
|
7 |
|
8 |
try:
|
9 |
mcp_client = MCPClient(
|
10 |
+
{"url": "https://alihmaou-mcp-tools.hf.space/gradio_api/mcp/sse"} # Mon serveur MCP multioutils
|
11 |
)
|
12 |
tools = mcp_client.get_tools()
|
13 |
|