Skip to content

Commit 996f02c

Browse files
authored
Merge pull request #1194 from olaservo/chore/bump-version-0.21.2
chore: bump version to 0.21.2
2 parents 4df1191 + 509f4ab commit 996f02c

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-cli",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "CLI for the Model Context Protocol inspector",
55
"license": "SEE LICENSE IN LICENSE",
66
"author": "Model Context Protocol a Series of LF Projects, LLC.",

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-client",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "Client-side application for the Model Context Protocol inspector",
55
"license": "SEE LICENSE IN LICENSE",
66
"author": "Model Context Protocol a Series of LF Projects, LLC.",

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "Model Context Protocol inspector",
55
"license": "SEE LICENSE IN LICENSE",
66
"author": "Model Context Protocol a Series of LF Projects, LLC.",
@@ -48,9 +48,9 @@
4848
"check-version": "node scripts/check-version-consistency.js"
4949
},
5050
"dependencies": {
51-
"@modelcontextprotocol/inspector-cli": "^0.21.1",
52-
"@modelcontextprotocol/inspector-client": "^0.21.1",
53-
"@modelcontextprotocol/inspector-server": "^0.21.1",
51+
"@modelcontextprotocol/inspector-cli": "^0.21.2",
52+
"@modelcontextprotocol/inspector-client": "^0.21.2",
53+
"@modelcontextprotocol/inspector-server": "^0.21.2",
5454
"@modelcontextprotocol/sdk": "^1.25.2",
5555
"concurrently": "^9.2.0",
5656
"node-fetch": "^3.3.2",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-server",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "Server-side application for the Model Context Protocol inspector",
55
"license": "SEE LICENSE IN LICENSE",
66
"author": "Model Context Protocol a Series of LF Projects, LLC.",

0 commit comments

Comments
 (0)