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.

8 lines 207 B
interface TestOptions { full?: boolean; oauth?: boolean; smoke?: boolean; } export declare function testCommand(options: TestOptions): Promise<void>; export {}; //# sourceMappingURL=test.d.ts.map