UNPKG

@gluneau/hive-mcp-server

Version:

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

8 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getChainPropertiesSchema = void 0; // Blockchain info schemas const zod_1 = require("zod"); // Schema for get_chain_properties tool exports.getChainPropertiesSchema = zod_1.z.object({}); //# sourceMappingURL=blockchain.js.map