UNPKG

@mcp3/dex-screener

Version:

DexScreener API integration for MCP3

7 lines 275 B
import { Registration } from "@mcp3/common"; /** * Register all DexScreener tools with the Registration * @param registration The Registration instance */ export declare function registerTools(registration: Registration): Promise<void>; //# sourceMappingURL=index.d.ts.map