yuque-mcp-plus 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1 - 2026-03-04
4
+
5
+ Changed:
6
+
7
+ - republish after final release metadata refresh
8
+ - normalize the published CLI bin entry so npm keeps the executable mapping
9
+
3
10
  ## 0.3.0 - 2026-03-04
4
11
 
5
12
  Changed:
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  - 通用 OpenAPI 透传 `yuque_request`
14
14
  - 通用 multipart 上传透传 `yuque_multipart_request`
15
15
 
16
- 英文文档见 [README.en.md](/Users/program/code/code_mcp/yuque-mcp-plus/README.en.md)。
16
+ 英文文档见 [README.en.md](README.en.md)。
17
17
 
18
18
  ## 适用场景
19
19
 
package/RELEASE.md CHANGED
@@ -102,4 +102,4 @@ git tag v0.2.0
102
102
 
103
103
  当前项目版本:
104
104
 
105
- - `0.2.0`
105
+ - `0.3.1`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuque-mcp-plus",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Yuque MCP server with TOC, parentUuid, move, and multipart support.",
5
5
  "author": "michaeljou <864738795@qq.com>",
6
6
  "license": "MIT",
@@ -20,9 +20,7 @@
20
20
  "docs",
21
21
  "knowledge-base"
22
22
  ],
23
- "bin": {
24
- "yuque-mcp-plus": "./src/index.js"
25
- },
23
+ "bin": "src/index.js",
26
24
  "files": [
27
25
  "src",
28
26
  "README.md",