UNPKG

@mettamatt/code-reasoning

Version:

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

13 lines (12 loc) 484 B
#!/usr/bin/env node /** * Code-Reasoning MCP Server Entry Point * * This is the entry point for the Code-Reasoning MCP Server, which uses sequential thinking * methodology to help solve programming problems step by step. It delegates to the main * server implementation in src/server.ts. * * Note: The server registers the "code-reasoning" tool, specializing in programming tasks * but is now referred to as "code-reasoning" in configuration and documentation. */ export {};