Metadata-Version: 2.4
Name: ai-develop-assistant
Version: 1.2.7
Summary: 协助AI开发者进行智能化需求完善、模块设计、技术架构设计的MCP工具
Project-URL: Homepage, https://github.com/jiemobasixiangcai/ai-develop-assistant
Project-URL: Repository, https://github.com/jiemobasixiangcai/ai-develop-assistant
Author-email: jiemobasixiangcai <39970068+jiemobasixiangcai@users.noreply.github.com>
License: MIT License
        
        Copyright (c) 2025 jiemobasixiangcai
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: mcp>=1.9.0
Requires-Dist: pydantic>=2.7.0
Requires-Dist: typing-extensions>=4.12.0
Description-Content-Type: text/markdown

# AI Develop Assistant

协助AI开发者进行智能化需求完善、模块设计、技术架构设计的MCP工具

## 🔧 核心工具
1. **start_new_project** - 开始新项目
2. **create_requirement_blueprint** - 创建需求蓝图
3. **requirement_clarifier** - 获取需求澄清提示
4. **save_clarification_tasks** - 保存澄清任务
5. **update_branch_status** - 更新分支状态
6. **requirement_manager** - 需求文档管理器
7. **check_architecture_prerequisites** - 检查架构前置条件
8. **get_architecture_design_prompt** - 获取架构设计提示
9. **save_generated_architecture** - 保存生成的架构设计
10. **export_final_document** - 导出完整文档
11. **view_requirements_status** - 查看需求状态

## 📁 配置方法

### Claude Desktop配置

1. **找到配置文件位置**
   ```
   Windows: %APPDATA%\Claude\claude_desktop_config.json
   macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
   Linux: ~/.config/claude/claude_desktop_config.json
   ```

2. **添加配置内容**
   ```json
   {
     "mcpServers": {
       "ai-develop-assistant": {
         "command": "uvx",
         "args": ["ai-develop-assistant@latest"],
         "env": {
           "MCP_STORAGE_DIR": "/path/to/your/storage"
         }
       }
     }
   }
   ```

3. **重启Claude Desktop**

## 📊 存储结构

配置成功后，会在指定目录生成以下文件：

```
your_storage_directory/
├── requirements.json      # 实时需求文档
└── final_document_*.md   # Markdown格式报告
```


## 💬 交流群

<div align="center">
<img src="./assets/qr-code.jpg" width="200" alt="交流群">
<br>
交流群
</div>


