UNPKG

twenty-mcp-server

Version:

Easy-to-install Model Context Protocol server for Twenty CRM. Try instantly with 'npx twenty-mcp-server setup' or install globally for permanent use.

11 lines 305 B
interface SetupOptions { oauth?: boolean; ipProtection?: boolean; skipTests?: boolean; global?: boolean; import?: boolean; reset?: boolean; } export declare function enhancedSetupCommand(options: SetupOptions): Promise<void>; export {}; //# sourceMappingURL=enhanced-setup.d.ts.map