Skip to content

Commit 9ff6103

Browse files
chore: version packages (beta) (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6fa0026 commit 9ff6103

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/slow-paws-tan.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

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.2
4+
5+
### Patch Changes
6+
7+
- 6fa0026: Fix cli dist
8+
- Updated dependencies [6fa0026]
9+
- @mcp-use/inspector@0.3.2
10+
311
## 2.1.1
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.1",
3+
"version": "2.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- 6fa0026: Fix cli dist
8+
39
## 0.3.1
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.1",
4+
"version": "0.3.2",
55
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
66
"author": "",
77
"license": "MIT",

test_app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@mcp-ui/server": "^5.11.0",
25-
"@mcp-use/inspector": "^0.3.1",
25+
"@mcp-use/inspector": "^0.3.2",
2626
"cors": "^2.8.5",
2727
"express": "^4.18.0",
2828
"mcp-use": "^1.0.0"
@@ -32,7 +32,7 @@
3232
"access": "restricted"
3333
},
3434
"devDependencies": {
35-
"@mcp-use/cli": "^2.1.1",
35+
"@mcp-use/cli": "^2.1.2",
3636
"@types/cors": "^2.8.0",
3737
"@types/express": "^4.17.0",
3838
"@types/node": "^20.0.0",

0 commit comments

Comments
 (0)