本软件规划工具是一个基于模型上下文协议(MCP)的服务器,通过交互式、结构化的方法助力软件开发规划。它能够把复杂的软件项目拆解成可管理的任务,跟踪实施进度,还能维护详细的开发计划。
通过以下步骤,你可以快速开启软件规划工具的使用之旅。
要通过 Smithery 自动安装软件规划工具的Claude Desktop版本,可使用以下命令:
npx -y @smithery/cli install @NightTrek/Software-planning-mcp --client claude
pnpm install
pnpm run build
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):{
"mcpServers": {
"software-planning-tool": {
"command": "node",
"args": [
"/path/to/your/built/directory"
],
"executable": "main.js"
}
}
}
mcp start --server software-planning-tool
mcp status --server software-planning-tool
mcp stop --server software-planning-tool
本工具的高级用法体现在其丰富的功能上,以下是一些常用功能的介绍:
# 软件规划工具的文件结构如下:
src/
├── planning.ts # 会议管理逻辑
├── tasks.ts # 任务处理逻辑
└── types.ts # TypeScript 类型定义
pnpm run build
使用 MCP 检查器测试所有功能:
pnpm run inspector
本项目采用 MIT 许可证。
用❤️ 使用模型上下文协议打造