UNPKG

mcp-casual-interview

Version:

MCP server for casual interview preparation workflow management

4 lines 331 B
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; export declare const toCallToolResult: (messages: string[], isError: boolean) => CallToolResult; export declare const toStructuredCallToolResult: (messages: string[], structuredContent: any, isError: boolean) => CallToolResult; //# sourceMappingURL=util.d.ts.map