premiere-pro-mcp 1.16.2 → 1.16.3

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
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.16.3] - 2026-09-18
10
+
11
+ ### Changed
12
+
13
+ - Changelog landing intro no longer stacks a large vertical pad on the shared
14
+ public-content main padding.
15
+ - npm minor and patch updates: `@posthog/core` 1.54.2, `@posthog/types` 1.412.1,
16
+ `posthog-node` 5.52.4, `zod` 4.6.5, and `@types/node` 26.6.1.
17
+
18
+ Automated checks do not establish licensed Premiere or After Effects playback or
19
+ rendered-output verification.
20
+
9
21
  ## [1.16.2] - 2026-09-18
10
22
 
11
23
  ### Fixed
package/README.md CHANGED
@@ -108,9 +108,9 @@ The current source exposes 381 core tools for supported workflow steps spanning
108
108
 
109
109
  <a id="latest-release"></a>
110
110
 
111
- ### Latest release: 1.16.2
111
+ ### Latest release: 1.16.3
112
112
 
113
- The published v1.16.1 npm artifact contains **381 core tools**, 379 in its default profile,
113
+ The published v1.16.2 npm artifact contains **381 core tools**, 379 in its default profile,
114
114
  and 474 with a compatible UXP connection. The development catalog above can include
115
115
  unreleased work. See the [versioned facts and package provenance](https://premiere-pro-mcp.com/facts/).
116
116
 
@@ -160,7 +160,7 @@ if the connection is unavailable.
160
160
  local Premiere processes. See the generated [supported action catalog](docs/supported-actions.md)
161
161
  for individual capability and verification contracts.
162
162
 
163
- See the [v1.16.2 release notes](https://github.com/leancoderkavy/premiere-pro-mcp/releases/tag/v1.16.2)
163
+ See the [v1.16.3 release notes](https://github.com/leancoderkavy/premiere-pro-mcp/releases/tag/v1.16.3)
164
164
  for complete details. Live installation in Premiere Pro still requires host verification.
165
165
 
166
166
  ### Current MCP protocol support
@@ -208,7 +208,7 @@ their bins, media rules, and organization rules before a facility uses one.
208
208
  > ### Install the published package (verify the name)
209
209
  >
210
210
  > ```bash
211
- > npm i -g premiere-pro-mcp@1.16.2
211
+ > npm i -g premiere-pro-mcp@1.16.3
212
212
  > ```
213
213
  >
214
214
  > This repository publishes only **`premiere-pro-mcp`**. A differently named package (`adobe-premiere-pro-mcp`) may also declare a `premiere-pro-mcp` executable. Before configuring a client, confirm:
@@ -216,7 +216,7 @@ their bins, media rules, and organization rules before a facility uses one.
216
216
  > | Check | Expected |
217
217
  > | --- | --- |
218
218
  > | Package name | `premiere-pro-mcp` (not `adobe-premiere-pro-mcp`) |
219
- > | Version | `1.16.2` |
219
+ > | Version | `1.16.3` |
220
220
  > | Homepage / repo | https://premiere-pro-mcp.com/ · https://github.com/leancoderkavy/premiere-pro-mcp |
221
221
  >
222
222
  > ```bash
@@ -229,9 +229,9 @@ their bins, media rules, and organization rules before a facility uses one.
229
229
 
230
230
  ### Easiest supported path: Claude Desktop
231
231
 
232
- 1. Download the current [Claude Desktop bundle (`.mcpb`)](https://github.com/leancoderkavy/premiere-pro-mcp/releases/download/v1.16.2/premiere-pro-mcp-1.16.2.mcpb).
232
+ 1. Download the current [Claude Desktop bundle (`.mcpb`)](https://github.com/leancoderkavy/premiere-pro-mcp/releases/download/v1.16.3/premiere-pro-mcp-1.16.3.mcpb).
233
233
  2. In Claude Desktop, open **Settings > Extensions > Advanced settings > Install Extension**, select the downloaded bundle, and restart Claude Desktop.
234
- 3. Download the separate [signed Premiere connector (`.zxp`)](https://github.com/leancoderkavy/premiere-pro-mcp/releases/download/v1.16.2/MCPBridgeCEP.zxp). Open it with your trusted ZXP installer. If your computer has no ZXP installer, use the npm connector installer in **Advanced setup** below.
234
+ 3. Download the separate [signed Premiere connector (`.zxp`)](https://github.com/leancoderkavy/premiere-pro-mcp/releases/download/v1.16.3/MCPBridgeCEP.zxp). Open it with your trusted ZXP installer. If your computer has no ZXP installer, use the npm connector installer in **Advanced setup** below.
235
235
  4. Restart Premiere, open a project, then open **Window > Extensions > MCP for Adobe Premiere Pro**.
236
236
  5. In Claude, enter: `Safely check my Premiere connection with verify_premiere_connection. Make no changes.`
237
237
 
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <ExtensionManifest Version="7.0" ExtensionBundleId="com.mcp.aftereffects.bridge" ExtensionBundleVersion="1.16.2" ExtensionBundleName="MCP for Adobe After Effects">
2
+ <ExtensionManifest Version="7.0" ExtensionBundleId="com.mcp.aftereffects.bridge" ExtensionBundleVersion="1.16.3" ExtensionBundleName="MCP for Adobe After Effects">
3
3
  <ExtensionList>
4
- <Extension Id="com.mcp.aftereffects.bridge.panel" Version="1.16.2"/>
4
+ <Extension Id="com.mcp.aftereffects.bridge.panel" Version="1.16.3"/>
5
5
  </ExtensionList>
6
6
  <ExecutionEnvironment>
7
7
  <HostList>
Binary file
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <ExtensionManifest Version="7.0" ExtensionBundleId="com.mcp.premiere.bridge" ExtensionBundleVersion="1.16.2" ExtensionBundleName="MCP for Adobe Premiere Pro">
2
+ <ExtensionManifest Version="7.0" ExtensionBundleId="com.mcp.premiere.bridge" ExtensionBundleVersion="1.16.3" ExtensionBundleName="MCP for Adobe Premiere Pro">
3
3
  <ExtensionList>
4
- <Extension Id="com.mcp.premiere.bridge.panel" Version="1.16.2"/>
5
- <Extension Id="com.mcp.premiere.bridge.headless" Version="1.16.2"/>
4
+ <Extension Id="com.mcp.premiere.bridge.panel" Version="1.16.3"/>
5
+ <Extension Id="com.mcp.premiere.bridge.headless" Version="1.16.3"/>
6
6
  </ExtensionList>
7
7
  <ExecutionEnvironment>
8
8
  <HostList>
@@ -81,7 +81,7 @@
81
81
  <section class="update-section" aria-live="polite">
82
82
  <div class="update-copy">
83
83
  <span class="section-label">MCP updates</span>
84
- <strong id="updateTitle">Version 1.16.2</strong>
84
+ <strong id="updateTitle">Version 1.16.3</strong>
85
85
  <span id="updateDetail">Checking the global MCP server and connector release…</span>
86
86
  </div>
87
87
  <button id="btnUpdate" class="button button-update" onclick="handleUpdateClick()" type="button" aria-describedby="updateDetail" disabled>
@@ -7,7 +7,7 @@
7
7
  })(this, function () {
8
8
  "use strict";
9
9
 
10
- var CURRENT_VERSION = "1.16.2";
10
+ var CURRENT_VERSION = "1.16.3";
11
11
  var PACKAGE_NAME = "premiere-pro-mcp";
12
12
  var LATEST_PACKAGE_API = "https://registry.npmjs.org/" + PACKAGE_NAME;
13
13
  var LATEST_RELEASE_API =
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "premiere-pro-mcp",
3
3
  "mcpName": "io.github.leancoderkavy/premiere-pro",
4
- "version": "1.16.2",
4
+ "version": "1.16.3",
5
5
  "description": "MCP server for Adobe Premiere Pro with 381 core AI video editing tools, a guarded After Effects MOGRT studio, and a capability-aware UXP bridge for supported Premiere workflows.",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -214,12 +214,12 @@
214
214
  "node": ">=20.19.0"
215
215
  },
216
216
  "dependencies": {
217
- "@posthog/core": "1.53.2",
218
- "@posthog/types": "1.411.1",
217
+ "@posthog/core": "1.54.2",
218
+ "@posthog/types": "1.412.1",
219
219
  "@modelcontextprotocol/node": "^2.0.0",
220
220
  "@modelcontextprotocol/server": "^2.0.0",
221
221
  "jose": "^6.2.10",
222
- "posthog-node": "5.52.1",
222
+ "posthog-node": "5.52.4",
223
223
  "ws": "^8.21.1",
224
224
  "zod": "^4.4.3"
225
225
  },
@@ -10,7 +10,7 @@
10
10
  "name": "MCP for Adobe Premiere Pro",
11
11
  "mcpName": "io.github.leancoderkavy/premiere-pro",
12
12
  "npmPackage": "premiere-pro-mcp",
13
- "version": "1.16.2",
13
+ "version": "1.16.3",
14
14
  "repository": "https://github.com/leancoderkavy/premiere-pro-mcp",
15
15
  "homepage": "https://premiere-pro-mcp.com/",
16
16
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  "manifestVersion": 5,
3
3
  "id": "com.ppmcp.premiere.uxp",
4
4
  "name": "MCP for Adobe Premiere Pro",
5
- "version": "1.16.2",
5
+ "version": "1.16.3",
6
6
  "main": "index.html",
7
7
  "host": { "app": "premierepro", "minVersion": "25.6.0" },
8
8
  "entrypoints": [