keyshot-mcp 0.12.0 → 0.12.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
@@ -4,6 +4,19 @@ All notable changes to KeyShot MCP are documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.12.1] - 2026-09-02
8
+
9
+ ### Security
10
+
11
+ - Updated the MCP SDK dependency baseline to pull patched Hono, Hono Node
12
+ server, `fast-uri`, and `ip-address` runtime dependencies.
13
+ - Refreshed the development lockfile to use patched PostCSS and Nano ID releases.
14
+
15
+ ### Changed
16
+
17
+ - Updated the Node.js and Python setup actions used by CI and release workflows.
18
+ - CI and release validation now reject high-severity dependency vulnerabilities.
19
+
7
20
  ## [0.12.0] - 2026-09-01
8
21
 
9
22
  ### Added
@@ -55,7 +68,8 @@ All notable changes to KeyShot MCP are documented in this file.
55
68
 
56
69
  - Documented that scene metadata and preview images may be sent by an MCP client to its configured model provider.
57
70
 
58
- [Unreleased]: https://github.com/truman-t3/keyshot-mcp/compare/v0.12.0...HEAD
71
+ [Unreleased]: https://github.com/truman-t3/keyshot-mcp/compare/v0.12.1...HEAD
72
+ [0.12.1]: https://github.com/truman-t3/keyshot-mcp/compare/v0.12.0...v0.12.1
59
73
  [0.12.0]: https://github.com/truman-t3/keyshot-mcp/compare/v0.11.0...v0.12.0
60
74
  [0.11.0]: https://github.com/truman-t3/keyshot-mcp/compare/v0.10.0...v0.11.0
61
75
  [0.10.0]: https://github.com/truman-t3/keyshot-mcp/compare/v0.9.1...v0.10.0
package/README.md CHANGED
@@ -71,9 +71,9 @@ The easiest setup is to send this prompt to an agent that can edit your MCP
71
71
  configuration:
72
72
 
73
73
  ```text
74
- Install KeyShot MCP 0.12.0 and configure it in my MCP client.
74
+ Install KeyShot MCP 0.12.1 and configure it in my MCP client.
75
75
 
76
- 1. Use: npx -y keyshot-mcp@0.12.0
76
+ 1. Use: npx -y keyshot-mcp@0.12.1
77
77
  2. Find my local keyshot_headless.exe and set KEYSHOT_HEADLESS_EXE to its full path.
78
78
  3. Keep outputs in the default KeyShot MCP Outputs folder unless I choose another safe folder.
79
79
  4. Keep KEYSHOT_ALLOW_EXTERNAL_OUTPUTS disabled.
@@ -133,7 +133,7 @@ folder, show me a preview, and do not overwrite the original scene.
133
133
 
134
134
  ### Install
135
135
 
136
- The current release is `0.12.0`.
136
+ The current release is `0.12.1`.
137
137
 
138
138
  #### Run with npx
139
139
 
@@ -144,7 +144,7 @@ No global npm installation is required:
144
144
  "mcpServers": {
145
145
  "keyshot": {
146
146
  "command": "npx",
147
- "args": ["-y", "keyshot-mcp@0.12.0"],
147
+ "args": ["-y", "keyshot-mcp@0.12.1"],
148
148
  "env": {
149
149
  "KEYSHOT_HEADLESS_EXE": "C:/Program Files/KeyShot Studio/bin/keyshot_headless.exe"
150
150
  }
@@ -156,7 +156,7 @@ No global npm installation is required:
156
156
  #### Install globally
157
157
 
158
158
  ```bash
159
- npm install -g keyshot-mcp@0.12.0
159
+ npm install -g keyshot-mcp@0.12.1
160
160
  ```
161
161
 
162
162
  ```json
@@ -409,9 +409,9 @@ KeyShot MCP 在本机处理 KeyShot 文件;但 MCP 客户端可能会把工具
409
409
  最简单的安装方式,是把下面这段话发给能够修改 MCP 配置的 Agent:
410
410
 
411
411
  ```text
412
- 请安装 KeyShot MCP 0.12.0,并配置到我的 MCP 客户端。
412
+ 请安装 KeyShot MCP 0.12.1,并配置到我的 MCP 客户端。
413
413
 
414
- 1. 使用:npx -y keyshot-mcp@0.12.0
414
+ 1. 使用:npx -y keyshot-mcp@0.12.1
415
415
  2. 查找本机 keyshot_headless.exe,并把完整路径设置为 KEYSHOT_HEADLESS_EXE。
416
416
  3. 默认把结果保存在“文档/KeyShot MCP Outputs”,除非我明确选择其他安全目录。
417
417
  4. 保持 KEYSHOT_ALLOW_EXTERNAL_OUTPUTS 关闭。
@@ -464,7 +464,7 @@ KeyShot MCP 在本机处理 KeyShot 文件;但 MCP 客户端可能会把工具
464
464
 
465
465
  ### 安装
466
466
 
467
- 当前正式版本为 `0.12.0`。
467
+ 当前正式版本为 `0.12.1`。
468
468
 
469
469
  #### 使用 npx 免安装运行
470
470
 
@@ -473,7 +473,7 @@ KeyShot MCP 在本机处理 KeyShot 文件;但 MCP 客户端可能会把工具
473
473
  "mcpServers": {
474
474
  "keyshot": {
475
475
  "command": "npx",
476
- "args": ["-y", "keyshot-mcp@0.12.0"],
476
+ "args": ["-y", "keyshot-mcp@0.12.1"],
477
477
  "env": {
478
478
  "KEYSHOT_HEADLESS_EXE": "C:/Program Files/KeyShot Studio/bin/keyshot_headless.exe"
479
479
  }
@@ -485,7 +485,7 @@ KeyShot MCP 在本机处理 KeyShot 文件;但 MCP 客户端可能会把工具
485
485
  #### 全局安装
486
486
 
487
487
  ```bash
488
- npm install -g keyshot-mcp@0.12.0
488
+ npm install -g keyshot-mcp@0.12.1
489
489
  ```
490
490
 
491
491
  ```json
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "0.12.0";
1
+ export const VERSION = "0.12.1";
package/lhm.plugin.json CHANGED
@@ -2386,5 +2386,5 @@
2386
2386
  }
2387
2387
  }
2388
2388
  ],
2389
- "version": "0.12.0"
2389
+ "version": "0.12.1"
2390
2390
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyshot-mcp",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "mcpName": "io.github.truman-t3/keyshot-mcp",
5
5
  "description": "Local MCP server for KeyShot product visualization, scene editing, camera control, and rendering.",
6
6
  "type": "module",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "packageManager": "pnpm@10.17.1",
74
74
  "dependencies": {
75
- "@modelcontextprotocol/sdk": "^1.18.1",
75
+ "@modelcontextprotocol/sdk": "^1.30.0",
76
76
  "zod": "^3.25.76"
77
77
  },
78
78
  "devDependencies": {
package/server.json CHANGED
@@ -9,12 +9,12 @@
9
9
  "url": "https://github.com/truman-t3/keyshot-mcp",
10
10
  "source": "github"
11
11
  },
12
- "version": "0.12.0",
12
+ "version": "0.12.1",
13
13
  "packages": [
14
14
  {
15
15
  "registryType": "npm",
16
16
  "identifier": "keyshot-mcp",
17
- "version": "0.12.0",
17
+ "version": "0.12.1",
18
18
  "transport": {
19
19
  "type": "stdio"
20
20
  },
@@ -2,7 +2,7 @@
2
2
  name: keyshot-mcp
3
3
  author: truman-t3
4
4
  description: Install, diagnose, and safely use KeyShot MCP for local product visualization, scene editing, camera control, material assignment, and rendering.
5
- version: 0.12.0
5
+ version: 0.12.1
6
6
  ---
7
7
 
8
8
  # KeyShot MCP
@@ -35,7 +35,7 @@ Respond in the user's language and explain errors in plain, non-technical terms.
35
35
  1. Confirm Node.js 20 or newer is available.
36
36
  2. Confirm KeyShot is installed and locally licensed.
37
37
  3. Locate `keyshot_headless.exe`. Prefer its absolute path.
38
- 4. Configure the MCP client to run `npx -y keyshot-mcp@0.12.0` and set
38
+ 4. Configure the MCP client to run `npx -y keyshot-mcp@0.12.1` and set
39
39
  `KEYSHOT_HEADLESS_EXE`.
40
40
  5. Leave `KEYSHOT_OUTPUT_DIR` unset to use
41
41
  `<home>/Documents/KeyShot MCP Outputs`, or set a user-approved directory.
@@ -50,7 +50,7 @@ Example configuration:
50
50
  "mcpServers": {
51
51
  "keyshot": {
52
52
  "command": "npx",
53
- "args": ["-y", "keyshot-mcp@0.12.0"],
53
+ "args": ["-y", "keyshot-mcp@0.12.1"],
54
54
  "env": {
55
55
  "KEYSHOT_HEADLESS_EXE": "C:/Program Files/KeyShot Studio/bin/keyshot_headless.exe"
56
56
  }