UNPKG

@prsna_ai/mcp-server

Version:

Model Context Protocol server for PRSNA personality profiles and communication insights

28 lines 658 B
export declare function getCommunicationTips(args: unknown): Promise<{ content: { type: "text"; text: string; }[]; }>; export declare const contextTool: { name: string; description: string; inputSchema: { type: string; properties: { profileId: { type: string; description: string; }; name: { type: string; description: string; }; scenario: { type: string; description: string; }; }; }; }; //# sourceMappingURL=context.d.ts.map