Provides tools for reviewing Git diffs and code changes, generating review prompts and scoring assessments for Git-based code modifications.
代码审查工具 Review Code
一个基于Model Context Protocol (MCP)的代码审查工具服务器,提供多维度的代码审查和打分功能。 A code review tool server based on Model Context Protocol (MCP), providing multi-dimensional code review and scoring functions.## 工具列表 Tool List
本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。
工具 Tool | 描述 Description |
review_code | 构建用于代码整体审查与打分的 LLM 提示词(不直接调用 LLM) |
review_diff | 构建用于 Git diff 变更审查与打分的 LLM 提示词(不直接调用 LLM) |
review_file | 构建用于单文件审查与打分的 LLM 提示词(不直接调用 LLM) |
parse_review_score | 从审查文本中解析评分(提取 '总分:XX分' 格式) |
检查服务 ## Inspector
工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659306499
Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659306499
服务配置 MCP Server Config
如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?
访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.