UNPKG

@covalenthq/goldrush-mcp-server

Version:

GoldRush MCP Server for interacting with Covalent GoldRush API

4 lines 293 B
import { type GoldRushClient } from "@covalenthq/client-sdk"; import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function addTransactionServiceTools(server: McpServer, goldRushClient: GoldRushClient): void; //# sourceMappingURL=TransactionService.d.ts.map