UNPKG

systemprompt-mcp-interview

Version:

A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios

3 lines (2 loc) 186 B
export declare function sendOperationNotification(operation: string, message: string): Promise<void>; export declare function sendJsonResultNotification(message: string): Promise<void>;