UNPKG

mcp-casual-interview

Version:

MCP server for casual interview preparation workflow management

14 lines 424 B
import { PromptCallback } from '@modelcontextprotocol/sdk/server/mcp.js'; import { initAttractArgsSchema } from './schema.js'; /** * Init attract prompt definition */ export declare const initAttractPrompt: { name: string; description: string; argsSchema: { candidateInfo: import("zod").ZodString; }; handler: PromptCallback<typeof initAttractArgsSchema>; }; //# sourceMappingURL=index.d.ts.map