Skip to content

Commit 16c69b9

Browse files
committed
Bump version to 0.0.6
A higher manifest version is required for Claude Desktop to offer the updated bundle (with the new extension icon) to existing installs.
1 parent 053038d commit 16c69b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.3",
33
"name": "nutrient-dws-mcp-server",
44
"display_name": "Nutrient DWS",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"description": "Process, sign, redact, and transform documents from Claude Desktop using Nutrient.",
77
"long_description": "A local Claude Desktop extension for document processing with Nutrient. It runs as a stdio MCP server, reads files from a user-selected sandbox directory, opens a browser for OAuth on the first request that uses the Nutrient API, and writes processed results back to local output paths.",
88
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutrient-sdk/dws-mcp-server",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "MCP server for Nutrient DWS Processor API",
55
"license": "MIT",
66
"author": "Nutrient (https://www.nutrient.io)",

0 commit comments

Comments
 (0)