UNPKG

@covalenthq/goldrush-mcp-server

Version:

GoldRush MCP Server for interacting with Covalent GoldRush API

5 lines 228 B
#!/usr/bin/env node import { createGoldRushClient, createServer, startServer } from "./server.js"; startServer().catch(console.error); export { createGoldRushClient, createServer, startServer }; //# sourceMappingURL=index.js.map