Skip to content

Commit e570752

Browse files
committed
Merge fix/version-bump-cli-inspector into main
2 parents 8df9a67 + 5a954be commit e570752

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mcp-use/cli
22

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- Bump version to fix npm publish issue - version 2.1.3 was already published
8+
- Updated dependencies
9+
- @mcp-use/inspector@0.3.4
10+
311
## 2.1.3
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-use/cli",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Build tool for MCP UI widgets - bundles React components into standalone HTML pages for Model Context Protocol servers",
55
"author": "mcp-use, Inc.",
66
"license": "MIT",

packages/inspector/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mcp-use/inspector
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Bump version to fix npm publish issue - version 0.3.3 was already published
8+
39
## 0.3.3
410

511
### Patch Changes

packages/inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mcp-use/inspector",
33
"type": "module",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
66
"author": "",
77
"license": "MIT",

0 commit comments

Comments
 (0)