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.

7 lines 196 B
interface StatusOptions { json?: boolean; verbose?: boolean; } export declare function statusCommand(options: StatusOptions): Promise<void>; export {}; //# sourceMappingURL=status.d.ts.map