UNPKG

@covalenthq/goldrush-mcp-server

Version:

GoldRush MCP Server for interacting with Covalent GoldRush API

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