UNPKG

systemprompt-mcp-interview

Version:

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

5 lines (4 loc) 226 B
import { SamplingPrompt } from "../types/sampling.js"; export declare const CONFIGURE_INTERVIEW_PROMPT: SamplingPrompt; export declare const SUMMARIZE_CV_PROMPT: SamplingPrompt; export declare const PROMPTS: SamplingPrompt[];