Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .changeset/clever-vans-rhyme.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mcp-use/cli

## 2.1.9

### Patch Changes

- Updated dependencies [55dfebf]
- mcp-use@1.0.5
- @mcp-use/inspector@0.3.9

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcp-use/cli",
"version": "2.1.8",
"version": "2.1.9",
"description": "Build tool for MCP UI widgets - bundles React components into standalone HTML pages for Model Context Protocol servers",
"author": "mcp-use, Inc.",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/create-mcp-use-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# create-mcp-use-app

## 0.3.4

### Patch Changes

- 55dfebf: Add MCP-UI Resource Integration

Add uiResource() method to McpServer for unified widget registration with MCP-UI compatibility.
- Support three resource types: externalUrl (iframe), rawHtml (direct), remoteDom (scripted)
- Automatic tool and resource generation with ui\_ prefix and ui://widget/ URIs
- Props-to-parameters conversion with type safety
- New uiresource template with examples
- Inspector integration for UI resource rendering
- Add @mcp-ui/server dependency
- Complete test coverage

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mcp-use-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mcp-use-app",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"description": "Create MCP-Use apps with one command",
"author": "mcp-use, Inc.",
Expand Down
7 changes: 7 additions & 0 deletions packages/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mcp-use/inspector

## 0.3.9

### Patch Changes

- Updated dependencies [55dfebf]
- mcp-use@1.0.5

## 0.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mcp-use/inspector",
"type": "module",
"version": "0.3.8",
"version": "0.3.9",
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
"author": "",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/mcp-use/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# mcp-use

## 1.0.5

### Patch Changes

- 55dfebf: Add MCP-UI Resource Integration

Add uiResource() method to McpServer for unified widget registration with MCP-UI compatibility.
- Support three resource types: externalUrl (iframe), rawHtml (direct), remoteDom (scripted)
- Automatic tool and resource generation with ui\_ prefix and ui://widget/ URIs
- Props-to-parameters conversion with type safety
- New uiresource template with examples
- Inspector integration for UI resource rendering
- Add @mcp-ui/server dependency
- Complete test coverage
- @mcp-use/inspector@0.3.9

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp-use/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mcp-use",
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"packageManager": "pnpm@10.6.1",
"description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents and Clients + MCP Servers with support for MCP-UI.",
"author": "mcp-use, Inc.",
Expand Down Expand Up @@ -88,7 +88,7 @@
"example:observability": "tsx examples/client/observability.ts"
},
"peerDependencies": {
"@mcp-use/inspector": "^0.3.8",
"@mcp-use/inspector": "^0.3.9",
"cors": "^2.8.5",
"express": "^4.18.2",
"langfuse": "^3.32.0",
Expand Down
58 changes: 0 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.