An experiment in software planning using MCP
The architecture centers around a server providing software planning tools. The server exposes functions such as start_planning
, add_todo
, and save_plan
, likely using a request-response pattern over MCP. The src
directory suggests modular components for main logic, prompts, storage, and type definitions.
JavaScript
59