Software Planning MCP provides a structured approach for AI assistants to plan and organize software development projects. Built with Python using the FastMCP framework, it enables models to break down complex software tasks into manageable components, define project structures, and create implementation roadmaps. The server can be deployed via Docker or run locally, making it flexible for integration into various development workflows where systematic project planning and architecture design are needed.
No reviews yet. Be the first to review!
Sign in to join the conversation
开始一个新的规划会话,设置目标. 参数: goal (软件开发目标)
保存当前实施计划. 参数: plan (实施计划文本)
向当前计划添加新的待办事项. 参数: title (标题), description (描述), complexity (复杂度0-10), code_example (代码示例可选)
从当前计划中移除待办事项. 参数: todo_id (待办事项ID)
获取当前计划中的所有待办事项. 参数: 无
更新待办事项的完成状态. 参数: todo_id (待办事项ID), is_complete (完成状态)