UNPKG

@mettamatt/code-reasoning

Version:

Enhanced MCP server for code reasoning using sequential thinking methodology, optimized for programming tasks

10 lines (9 loc) 379 B
/** * @fileoverview Type definitions for MCP prompts. * * These types define the structure of prompts according to the Model Context Protocol (MCP). * Prompts are reusable templates that can be discovered and used by MCP clients. * This implementation uses the standard CompleteRequestSchema MCP protocol for providing * auto-completion of prompt arguments. */ export {};