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.

20 lines 516 B
#!/usr/bin/env node declare class OAuthSetupCLI { private rl; private config; constructor(); private question; private confirm; private generateEncryptionSecret; private validateClerkCredentials; private setupAuth; private validateIPOrCIDR; private setupIPProtection; private setupTwentyApi; private createEnvFile; private displaySummary; private displayNextSteps; run(): Promise<void>; } export { OAuthSetupCLI }; //# sourceMappingURL=oauth-setup.d.ts.map