从变更识别、规范对比到 OpenAPI 查询与接口联调,一套串起 API 文档更新和示例验证。
这组组合围绕“API 文档变更与示例联调”来配:先用 api-changes 识别客户可见的接口变化,再让 docs-sync 把 PR 里的文档影响和更新建议落到实处;配合 Diff 快速查看规范或示例前后差异,避免遗漏。联调侧则用 swagger-api-mcp-server 直接解析 Swagger/OpenAPI,快速确认接口、模型和认证方式,再用 api-caller-mcp 发起真实请求验证示例是否可跑通。很适合做版本升级、接口改版、示例回归和文档补全时一起使用。
Identify customer-facing API changes and determine release, review, and deprecation requirements.
└ Editor's note — 先识别哪些 API 变更会影响用户与发布流程,帮你确定文档和示例该重点更新哪里。
Assess PR documentation impact and produce actionable update guidance every time.
└ Editor's note — 把 PR 变更映射到文档影响面,给出可执行的更新建议,适合做文档补漏。
Compare two texts to quickly identify edits and version changes.
└ Editor's note — 对比旧新版规范、示例请求或响应文本,快速定位具体改动点。
Parse API specs to expose endpoints, schemas, and auth details quickly.
└ Editor's note — 直接解析 Swagger/OpenAPI 规范,集中查看接口、数据模型和认证信息。
Configure authenticated endpoints and send API requests with uploads.
└ Editor's note — 按鉴权配置发起真实接口请求,用来验证文档示例是否能联调通过。