File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ Chúng ta cũng có thể kết nối đến Server MCP được host trên máy
302302from smolagents.mcp_client import MCPClient
303303
304304with MCPClient(
305- {" url" : " https://abidlabs-mcp-tools .hf.space/gradio_api/mcp/sse" }
305+ {" url" : " https://abidlabs-mcp-tools2 .hf.space/gradio_api/mcp/sse" }
306306) as tools:
307307 # Tools from the remote server are available
308308 print (" \n " .join(f " { t.name} : { t.description} " for t in tools))
@@ -312,7 +312,7 @@ with MCPClient(
312312from smolagents.mcp_client import MCPClient
313313
314314with MCPClient(
315- {" url" : " https://abidlabs-mcp-tools .hf.space/gradio_api/mcp/sse" }
315+ {" url" : " https://abidlabs-mcp-tools2 .hf.space/gradio_api/mcp/sse" }
316316) as tools:
317317 # Tools from the remote server are available
318318 print (" \n " .join(f " { t.name} : { t.description} " for t in tools))
@@ -419,4 +419,4 @@ Giờ bạn đã hiểu về MCP Client, hãy sẵn sàng để:
419419* Tìm hiểu về cách tạo MCP Client tùy chỉnh
420420* Đi sâu vào các mẫu tích hợp MCP nâng cao
421421
422- Hãy tiếp tục hành trình của chúng ta vào thế giới của Giao Thức Ngữ Cảnh Mô Hình!
422+ Hãy tiếp tục hành trình của chúng ta vào thế giới của Giao Thức Ngữ Cảnh Mô Hình!
You can’t perform that action at this time.
0 commit comments