UNPKG

@iqai/mcp-odos

Version:
22 lines (21 loc) 484 B
import { z } from "zod"; declare const chainIdSchema: z.ZodObject<{ chain: z.ZodString; }, "strip", z.ZodTypeAny, { chain: string; }, { chain: string; }>; export declare const chainIdTool: { name: string; description: string; parameters: z.ZodObject<{ chain: z.ZodString; }, "strip", z.ZodTypeAny, { chain: string; }, { chain: string; }>; execute: (args: z.infer<typeof chainIdSchema>) => Promise<string>; }; export {};