UNPKG

@gluneau/hive-mcp-server

Version:

An MCP server that enables AI assistants to interact with the Hive blockchain

4 lines (3 loc) 199 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerPrompts(server: McpServer): void; export declare function registerTools(server: McpServer): void;