Skip to content

Commit bbdb531

Browse files
committed
chore(release): v4.5.9
1 parent 3712fd2 commit bbdb531

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
## [未发布]
99

10+
## [4.5.9] - 2025-12-17
11+
12+
### 新增
13+
14+
- **MCP 配置(所有项目)** - 新增全局模式配置入口(账号密码),只需配置一次即可在对话中自动缓存各项目 token
15+
- **MCP 配置(当前项目)** - 当前项目 token 模式单独入口,适合单项目/少量项目
16+
17+
### 改进
18+
19+
- **MCP 依赖包** - 默认使用 `@leeguoo/yapi-mcp`
20+
1021
## [4.5.8] - 2025-12-17
1122

1223
### 新增

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Cross Request Master",
44
"short_name": "CrossRequest",
55
"description": "YApi 跨域请求扩展 - 开发者工具",
6-
"version": "4.5.8",
6+
"version": "4.5.9",
77
"author": "leeguooooo",
88
"homepage_url": "https://github.com/leeguooooo/cross-request-master",
99
"action": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-request-master",
3-
"version": "4.5.8",
3+
"version": "4.5.9",
44
"description": "YApi 跨域请求扩展",
55
"private": true,
66
"types": "types/cross-request.d.ts",

0 commit comments

Comments
 (0)