Expand description
MCP (Model Context Protocol) Server Module
Exposes batuta functionality as MCP tools for Claude Code and other MCP clients. Uses JSON-RPC 2.0 over stdio transport.
§Tools
hf_search- Search HuggingFace Hub for models, datasets, spaceshf_info- Get metadata for a HuggingFace assethf_tree- Show HuggingFace ecosystem component treehf_integration- Show PAIML ↔ HuggingFace integration mapstack_status- Show PAIML stack component statusstack_check- Run stack health check
Structs§
- Content
Block - Content block in tool result
- Input
Schema - JSON Schema for tool input
- Json
RpcError - JSON-RPC 2.0 error
- Json
RpcRequest - JSON-RPC 2.0 request
- Json
RpcResponse - JSON-RPC 2.0 response
- McpServer
- MCP Server for batuta HuggingFace tools
- Property
Schema - Property schema for tool parameters
- Server
Capabilities - MCP server capabilities
- Tool
Call Result - MCP tool call result
- Tool
Definition - MCP tool definition
- Tools
Capability - Tools capability declaration