UNPKG

@gluneau/hive-mcp-server

Version:

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

6 lines (5 loc) 169 B
export declare function handleError(error: unknown, context: string): string; declare const _default: { handleError: typeof handleError; }; export default _default;