UNPKG

mcp-casual-interview

Version:

MCP server for casual interview preparation workflow management

8 lines 362 B
import type { PromptsInput } from './schema.js'; import { toStructuredCallToolResult } from '../util.js'; /** * Handler for prompts tool * Retrieves prompts by name and supports variable substitution */ export declare const promptsHandler: (params: PromptsInput) => Promise<ReturnType<typeof toStructuredCallToolResult>>; //# sourceMappingURL=handler.d.ts.map