@gluneau/hive-mcp-server
Version:
An MCP server that enables AI assistants to interact with the Hive blockchain
13 lines • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// Hive client setup
const dhive_1 = require("@hiveio/dhive");
// Create the client with multiple API nodes for redundancy
const client = new dhive_1.Client([
'https://api.hive.blog',
'https://api.hivekings.com',
'https://anyx.io',
'https://api.openhive.network',
]);
exports.default = client;
//# sourceMappingURL=client.js.map