@prsna_ai/mcp-server
Version:
Model Context Protocol server for PRSNA personality profiles and communication insights
22 lines • 501 B
TypeScript
export declare function mentionPerson(args: unknown): Promise<{
content: {
type: "text";
text: string;
}[];
}>;
export declare const mentionTool: {
name: string;
description: string;
inputSchema: {
type: string;
properties: {
name: {
type: string;
description: string;
minLength: number;
};
};
required: string[];
};
};
//# sourceMappingURL=mention.d.ts.map