UNPKG

@edicarlos.lds/businessmap-mcp

Version:

Model Context Protocol server for BusinessMap (Kanbanize) integration

20 lines 616 B
import { z } from 'zod/v3'; export declare const listWorkspacesSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export declare const getWorkspaceSchema: z.ZodObject<{ workspace_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { workspace_id: number; }, { workspace_id: number; }>; export declare const createWorkspaceSchema: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { name: string; description?: string | undefined; }, { name: string; description?: string | undefined; }>; //# sourceMappingURL=workspace-schemas.d.ts.map