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.

10 lines 462 B
import { IncomingMessage, ServerResponse } from 'node:http'; export declare class WellKnownRoutes { private clerkDomain; private serverUrl; constructor(); handleProtectedResource(req: IncomingMessage, res: ServerResponse): Promise<void>; handleAuthorizationServer(req: IncomingMessage, res: ServerResponse): Promise<void>; handleOptions(req: IncomingMessage, res: ServerResponse): Promise<void>; } //# sourceMappingURL=well-known.d.ts.map