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
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.8

### Patch Changes

- Updated dependencies
- @mcp-use/inspector@0.3.8
- mcp-use@1.0.4

## 2.1.7

### 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.7",
"version": "2.1.8",
"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
8 changes: 8 additions & 0 deletions packages/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mcp-use/inspector

## 0.3.8

### Patch Changes

- fix: support multiple clients per server
- Updated dependencies
- mcp-use@1.0.4

## 0.3.7

### Patch Changes
Expand Down
3 changes: 2 additions & 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.7",
"version": "0.3.8",
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
"author": "",
"license": "MIT",
Expand Down Expand Up @@ -62,6 +62,7 @@
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/cli": "^4.1.14",
"@tailwindcss/vite": "^4.1.14",
Expand Down
Loading