We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1e443 commit 27d9a52Copy full SHA for 27d9a52
βcore/mcp_client.pyβ
@@ -94,5 +94,5 @@ async def search_and_call_space(self, query: str, input_text: str):
94
except Exception as e:
95
return {"error": f"Search and call error: {str(e)}"}
96
97
-# HuggingFace MCP client instance
98
-hf_mcp_client = MCPClient("npx", ["@llmindset/mcp-hfspace"])
+# HuggingFace MCP client instance (official)
+hf_mcp_client = MCPClient("npx", ["huggingface-mcp-server"])
0 commit comments