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.
9 lines • 656 B
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { TwentyClient } from '../client/twenty-client.js';
export declare function createGetCompanyContactsTool(client: TwentyClient): Tool;
export declare function createGetPersonOpportunitiesTool(client: TwentyClient): Tool;
export declare function createLinkOpportunityTool(client: TwentyClient): Tool;
export declare function createTransferContactTool(client: TwentyClient): Tool;
export declare function createGetRelationshipSummaryTool(client: TwentyClient): Tool;
export declare function createFindOrphanedRecordsTool(client: TwentyClient): Tool;
//# sourceMappingURL=relationships.d.ts.map