Git 仓库深度分析工具

Git 仓库深度分析工具

一个专注于 Git 仓库历史、分支关系和开发模式分析的工具。

快速入门

  1. 安装依赖

    • 确保已安装 Node.js 和 Git。
    • 安装项目依赖:npm install
  2. 运行服务

    • 启动 MCP 服务:npm start
    • 服务将通过 stdio 运行。
  3. 使用工具

    • 提供以下四种分析功能:
      • 分支概览:get_branch_overview
      • 时间段分析:analyze_time_period
      • 文件变更分析:analyze_file_changes
      • 合并建议:get_merge_recommendations
    • 指定参数如 repoPath, branches, outputPath
  4. 查看结果

    • 分析结果将以 JSON 格式输出到指定路径。

更多详情参考 README