Skip to content

Commit a583968

Browse files
chore(release): version packages (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 55dfebf commit a583968

File tree

10 files changed

+51
-79
lines changed

10 files changed

+51
-79
lines changed

.changeset/clever-vans-rhyme.md

Lines changed: 0 additions & 16 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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [55dfebf]
8+
9+
- @mcp-use/inspector@0.3.9
10+
311
## 2.1.8
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.8",
3+
"version": "2.1.9",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# create-mcp-use-app
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 55dfebf: Add MCP-UI Resource Integration
8+
9+
Add uiResource() method to McpServer for unified widget registration with MCP-UI compatibility.
10+
- Support three resource types: externalUrl (iframe), rawHtml (direct), remoteDom (scripted)
11+
- Automatic tool and resource generation with ui\_ prefix and ui://widget/ URIs
12+
- Props-to-parameters conversion with type safety
13+
- New uiresource template with examples
14+
- Inspector integration for UI resource rendering
15+
- Add @mcp-ui/server dependency
16+
- Complete test coverage
17+
318
## 0.3.3
419

520
### 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.3",
3+
"version": "0.3.4",
44
"type": "module",
55
"description": "Create MCP-Use apps with one command",
66
"author": "mcp-use, Inc.",

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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [55dfebf]
8+
9+
310
## 0.3.8
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.8",
4+
"version": "0.3.9",
55
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
66
"author": "",
77
"license": "MIT",

packages/mcp-use/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- 55dfebf: Add MCP-UI Resource Integration
8+
9+
Add uiResource() method to McpServer for unified widget registration with MCP-UI compatibility.
10+
- Support three resource types: externalUrl (iframe), rawHtml (direct), remoteDom (scripted)
11+
- Automatic tool and resource generation with ui\_ prefix and ui://widget/ URIs
12+
- Props-to-parameters conversion with type safety
13+
- New uiresource template with examples
14+
- Inspector integration for UI resource rendering
15+
- Add @mcp-ui/server dependency
16+
- Complete test coverage
17+
- @mcp-use/inspector@0.3.9
18+
319
## 1.0.4
420

521
### 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.4",
4+
"version": "1.0.5",
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.8",
91+
"@mcp-use/inspector": "^0.3.9",
9292
"cors": "^2.8.5",
9393
"express": "^4.18.2",
9494
"langfuse": "^3.32.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)