UNPKG

@chinchillaenterprises/mcp-ai-assistant

Version:

MCP server for AI assistant with ElevenLabs text-to-speech integration

27 lines 610 B
import { z } from 'zod'; declare const inputSchema: z.ZodObject<{ name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; }, { name: string; }>; export declare const switchAccountTool: { name: string; description: string; inputSchema: z.ZodObject<{ name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; }, { name: string; }>; handler: (args: z.infer<typeof inputSchema>) => Promise<{ content: { type: string; text: string; }[]; }>; }; export {}; //# sourceMappingURL=switch-account.d.ts.map