File tree Expand file tree Collapse file tree 5 files changed +377
-129
lines changed
Expand file tree Collapse file tree 5 files changed +377
-129
lines changed Original file line number Diff line number Diff line change 77
88## [ 未发布]
99
10+ ## [ 4.5.13] - 2026-01-02
11+
12+ ### 新增
13+
14+ - ** Skill 一键安装** - 生成 ` npx -y @leeguoo/yapi-mcp install-skill ` 命令并写入 ` ~/.yapi/config.toml `
15+
16+ ### 变更
17+
18+ - ** MCP 配置入口** - 移除「当前项目 MCP 配置」,仅保留全局模式
19+
1020## [ 4.5.12] - 2025-12-24
1121
1222### 修复
465475
466476## 版本链接
467477
478+ [ 4.5.13 ] : https://github.com/leeguooooo/cross-request-master/compare/v4.5.12...v4.5.13
479+ [ 4.5.12 ] : https://github.com/leeguooooo/cross-request-master/compare/v4.5.11...v4.5.12
468480[ 4.4.13 ] : https://github.com/leeguooooo/cross-request-master/compare/v4.4.12...v4.4.13
469481[ 4.4.12 ] : https://github.com/leeguooooo/cross-request-master/compare/v4.4.11...v4.4.12
470482[ 4.4.11 ] : https://github.com/leeguooooo/cross-request-master/compare/v4.4.10...v4.4.11
Original file line number Diff line number Diff line change 2727- 跨域请求(CORS bypass):在页面侧调用 ` crossRequest ` ,由扩展后台代发
2828- 内嵌 cURL:YApi「运行」页 URL 下方展示可复制的 cURL 命令
2929- 路径参数引导:URL 含 ` {param} ` 时提示填写,避免请求失败
30+ - 固定 Header:为跨域请求自动追加自定义 Header
3031- AI/MCP 导出:一键生成 MCP 配置 / 复制接口信息给 AI
32+ - Skill 一键安装:生成 npx 命令并写入 ` ~/.yapi/config.toml `
3133- jQuery/Fetch 支持:兼容 ` $.ajax ` / ` fetch ` / 脚本能力
3234- Manifest V3:兼容最新 Chrome 扩展标准
3335
@@ -52,7 +54,7 @@ cd cross-request-master
5254
5355在接口详情页(基本信息区域右上角)额外提供:
5456- ** 所有项目 MCP 配置** :全局模式(账号密码登录),只需配置一次,后续可自动缓存所有项目 token(生成配置默认使用 ` @leeguoo/yapi-mcp ` )
55- - ** 当前项目 MCP 配置 ** :项目 token 模式(自动拼好 ` projectId:token ` ),适合单项目/少量项目
57+ - ** Skill 一键安装 ** :生成 ` npx -y @leeguoo/yapi-mcp install-skill ` 命令,自动写入 ` ~/.yapi/config.toml `
5658- ** 复制当前页面给 AI** :把当前接口信息整理成 Markdown(仅接口相关字段)复制到剪贴板
5759
5860### YApi OpenAPI(Yapi-MCP tool 同名方法)
You can’t perform that action at this time.
0 commit comments