From e143bc4089cd15e4e114a9ccb1b8f4cc3b8a93c7 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Sat, 22 Aug 2026 16:52:02 -0400 Subject: [PATCH] chore: bump version to 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releases the pending v1 security and hygiene fixes: the js-yaml override correction (#2072), the remaining audit advisories (#2074), and the esbuild/fsevents install-script denials (#2079). Together they take `npm audit` from 8 advisories to 0. Version fields only — no functional change. The lockfile version fields were edited directly rather than via `npm run update-version`, which finishes with a bare `npm install` that re-resolves the whole tree; on this branch that churns 164 packages including production deps (@modelcontextprotocol/sdk, hono, @hono/node-server 1.x -> 2.x major, jose, ws). Fixes #2080 Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Gq5jMmxRUphrVbfNbYVmQH --- cli/package.json | 2 +- client/package.json | 2 +- package-lock.json | 16 ++++++++-------- package.json | 8 ++++---- server/package.json | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cli/package.json b/cli/package.json index a59bd941c7..4530478a21 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "CLI for the Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.", diff --git a/client/package.json b/client/package.json index a4af09c6b2..2342da6899 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-client", - "version": "1.0.1", + "version": "1.0.2", "description": "Client-side application for the Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.", diff --git a/package-lock.json b/package-lock.json index df64e6ba31..0d8ec074a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/inspector", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/inspector", - "version": "1.0.1", + "version": "1.0.2", "license": "SEE LICENSE IN LICENSE", "workspaces": [ "client", @@ -14,9 +14,9 @@ "cli" ], "dependencies": { - "@modelcontextprotocol/inspector-cli": "^1.0.1", - "@modelcontextprotocol/inspector-client": "^1.0.1", - "@modelcontextprotocol/inspector-server": "^1.0.1", + "@modelcontextprotocol/inspector-cli": "^1.0.2", + "@modelcontextprotocol/inspector-client": "^1.0.2", + "@modelcontextprotocol/inspector-server": "^1.0.2", "@modelcontextprotocol/sdk": "^1.25.2", "concurrently": "^9.2.0", "node-fetch": "^3.3.2", @@ -48,7 +48,7 @@ }, "cli": { "name": "@modelcontextprotocol/inspector-cli", - "version": "1.0.1", + "version": "1.0.2", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", @@ -74,7 +74,7 @@ }, "client": { "name": "@modelcontextprotocol/inspector-client", - "version": "1.0.1", + "version": "1.0.2", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@mcp-ui/client": "^6.0.0", @@ -13254,7 +13254,7 @@ }, "server": { "name": "@modelcontextprotocol/inspector-server", - "version": "1.0.1", + "version": "1.0.2", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", diff --git a/package.json b/package.json index ce18005cf8..7978e9c295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector", - "version": "1.0.1", + "version": "1.0.2", "description": "Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.", @@ -53,9 +53,9 @@ "check-version": "node scripts/check-version-consistency.js" }, "dependencies": { - "@modelcontextprotocol/inspector-cli": "^1.0.1", - "@modelcontextprotocol/inspector-client": "^1.0.1", - "@modelcontextprotocol/inspector-server": "^1.0.1", + "@modelcontextprotocol/inspector-cli": "^1.0.2", + "@modelcontextprotocol/inspector-client": "^1.0.2", + "@modelcontextprotocol/inspector-server": "^1.0.2", "@modelcontextprotocol/sdk": "^1.25.2", "concurrently": "^9.2.0", "node-fetch": "^3.3.2", diff --git a/server/package.json b/server/package.json index e64983c11d..0d60067fe9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-server", - "version": "1.0.1", + "version": "1.0.2", "description": "Server-side application for the Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.",