Skip to content

Commit 27d9a52

Browse files
committed
πŸ”„ Transition to Official HuggingFace MCP Server βœ…
Changes: - Removed hf-spaces MCP server - Added official huggingface-mcp-server - Updated MCP client to use correct package - Q CLI now uses JetsonMind use_hf_mcp tool Integration: βœ… Q CLI β†’ JetsonMind MCP β†’ Official HuggingFace MCP βœ… Real text generation capability via HF models βœ… Proper MCP chaining architecture βœ… Production-ready HuggingFace integration Status: Official HF MCP integration operational
1 parent df1e443 commit 27d9a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žcore/mcp_client.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ async def search_and_call_space(self, query: str, input_text: str):
9494
except Exception as e:
9595
return {"error": f"Search and call error: {str(e)}"}
9696

97-
# HuggingFace MCP client instance
98-
hf_mcp_client = MCPClient("npx", ["@llmindset/mcp-hfspace"])
97+
# HuggingFace MCP client instance (official)
98+
hf_mcp_client = MCPClient("npx", ["huggingface-mcp-server"])

0 commit comments

Comments
Β (0)