Metadata-Version: 2.4
Name: ai-develop-assistant
Version: 1.1.5
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. **requirement_clarifier** - 需求澄清助手
2. **requirement_manager** - 需求文档管理器
3. **architecture_designer** - 架构设计生成器
4. **export_final_document** - 导出完整文档
5. **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      # 实时需求文档
├── history.json          # 操作历史记录
├── final_document_*.json # 导出的完整文档
└── final_document_*.md   # Markdown格式报告
```

## 🎯 使用说明

配置完成后，在Claude Desktop中即可使用以下工具：

- `requirement_clarifier` - 分析和澄清项目需求
- `requirement_manager` - 管理和保存需求信息
- `architecture_designer` - 生成技术架构设计
- `export_final_document` - 导出完整项目文档
- `view_requirements_status` - 查看当前分析状态

所有数据将保存在您指定的本地目录中。

## 💬 交流群

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


