Skip to content

Commit e3eb696

Browse files
chore(release): version packages (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3bd613e commit e3eb696

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

.changeset/great-coins-read.md

Lines changed: 0 additions & 5 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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3bd613e]
8+
9+
- @mcp-use/inspector@0.3.6
10+
311
## 2.1.5
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.5",
3+
"version": "2.1.6",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mcp-use/inspector
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3bd613e]
8+
9+
310
## 0.3.5
411

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

packages/mcp-use/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 3bd613e: Non blocking structured output process
8+
- @mcp-use/inspector@0.3.6
9+
310
## 1.0.1
411

512
### 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.1",
4+
"version": "1.0.2",
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": "tsx examples/client/observability.ts"
8989
},
9090
"peerDependencies": {
91-
"@mcp-use/inspector": "^0.3.3",
91+
"@mcp-use/inspector": "^0.3.6",
9292
"cors": "^2.8.5",
9393
"express": "^4.18.2",
9494
"langfuse": "^3.32.0",

0 commit comments

Comments
 (0)