alihmaou commited on
Commit
1950b26
·
verified ·
1 Parent(s): e90d811

Added MCP tools projet as unique source of tools

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"} # This is the MCP Server we created in the previous section
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