Software Planning
Summary
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.
Available Actions(6)
start_planning
开始一个新的规划会话,设置目标. 参数: goal (软件开发目标)
save_plan
保存当前实施计划. 参数: plan (实施计划文本)
add_todo
向当前计划添加新的待办事项. 参数: title (标题), description (描述), complexity (复杂度0-10), code_example (代码示例可选)
remove_todo
从当前计划中移除待办事项. 参数: todo_id (待办事项ID)
get_todos
获取当前计划中的所有待办事项. 参数: 无
update_todo_status
更新待办事项的完成状态. 参数: todo_id (待办事项ID), is_complete (完成状态)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요