UNPKG

@iqai/mcp-fraxlend

Version:
22 lines (21 loc) 611 B
import { z } from "zod"; declare const agentPositionsParamsSchema: z.ZodObject<{ address: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { address?: string | undefined; }, { address?: string | undefined; }>; export declare const agentPositionsTool: { name: string; description: string; parameters: z.ZodObject<{ address: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { address?: string | undefined; }, { address?: string | undefined; }>; execute: (args: z.infer<typeof agentPositionsParamsSchema>) => Promise<string>; }; export {};