Skip to content

Commit 8d04463

Browse files
chore(release): version packages (#69)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b672809 commit 8d04463

File tree

10 files changed

+40
-17
lines changed

10 files changed

+40
-17
lines changed

.changeset/every-roses-sell.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- 1310533: add MCP server feature to mcp-use + add mcp-use inspector + add mcp-use cli build and deployment tool + add create-mcp-use-app for scaffolding mcp-use apps
8+
- Updated dependencies [1310533]
9+
- @mcp-use/inspector@0.3.3
10+
11+
312
## 2.1.2
413

514
### 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.2",
3+
"version": "2.1.3",
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/create-mcp-use-app/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- 1310533: add MCP server feature to mcp-use + add mcp-use inspector + add mcp-use cli build and deployment tool + add create-mcp-use-app for scaffolding mcp-use apps
8+
39
## 0.3.1
410

511
### Patch Changes

packages/create-mcp-use-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mcp-use-app",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"description": "Create MCP-Use apps with one command",
66
"author": "mcp-use, Inc.",

packages/inspector/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 1310533: add MCP server feature to mcp-use + add mcp-use inspector + add mcp-use cli build and deployment tool + add create-mcp-use-app for scaffolding mcp-use apps
8+
- Updated dependencies [1310533]
9+
10+
311
## 0.3.2
412

513
### 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.2",
4+
"version": "0.3.3",
55
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
66
"author": "",
77
"license": "MIT",

packages/mcp-use/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 1310533: add MCP server feature to mcp-use + add mcp-use inspector + add mcp-use cli build and deployment tool + add create-mcp-use-app for scaffolding mcp-use apps
8+
- Updated dependencies [1310533]
9+
- @mcp-use/inspector@0.3.3
10+
311
## 1.0.0
412

513
### Patch Changes

packages/mcp-use/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-use",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"packageManager": "[email protected]",
66
"description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents and Clients + MCP Servers with support for MCP-UI.",
77
"author": "mcp-use, Inc.",
@@ -88,7 +88,7 @@
8888
"example:observability": "npm run build && node dist/examples/observability.js"
8989
},
9090
"peerDependencies": {
91-
"@mcp-use/inspector": "^0.3.0",
91+
"@mcp-use/inspector": "^0.3.3",
9292
"cors": "^2.8.5",
9393
"express": "^4.18.2",
9494
"langfuse": "^3.32.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)