UNPKG

@prsna_ai/mcp-server

Version:

Model Context Protocol server for PRSNA personality profiles and communication insights

33 lines 793 B
export declare function analyzeLinkedInProfile(args: unknown): Promise<{ content: { type: "text"; text: string; }[]; }>; export declare const linkedinTool: { name: string; description: string; inputSchema: { type: string; properties: { linkedInUrl: { type: string; description: string; }; save: { type: string; description: string; }; update: { type: string; description: string; }; notes: { type: string; description: string; }; }; required: string[]; }; }; //# sourceMappingURL=linkedin.d.ts.map