mcp-casual-interview
Version:
MCP server for casual interview preparation workflow management
12 lines • 486 B
JavaScript
import { initAttractArgsSchema } from './schema.js';
import { handleInitAttract } from './handler.js';
/**
* Init attract prompt definition
*/
export const initAttractPrompt = {
name: 'init_attract',
description: 'カジュアル面談の事前準備を開始するためのプロンプト。候補者の経歴情報を基にアトラクトプランを考えます。',
argsSchema: initAttractArgsSchema,
handler: handleInitAttract
};
//# sourceMappingURL=index.js.map