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
288 changes: 0 additions & 288 deletions .changeset/EXAMPLE_WORKFLOW.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/migrate-to-tsup.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- db54528: Migrated build system from tsc to tsup for faster builds (10-100x improvement) with dual CJS/ESM output support. This is an internal change that improves build performance without affecting the public API.
- Updated dependencies [db54528]
- Updated dependencies [db54528]
- mcp-use@0.3.0
- @mcp-use/inspector@0.2.1
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.0.1",
"version": "2.0.2",
"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
7 changes: 7 additions & 0 deletions packages/create-mcp-use-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-mcp-use-app

## 0.2.1

### Patch Changes

- db54528: Migrated build system from tsc to tsup for faster builds (10-100x improvement) with dual CJS/ESM output support. This is an internal change that improves build performance without affecting the public API.
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.2.0",
"version": "0.2.1",
"type": "module",
"description": "Create MCP-Use apps with one command",
"author": "mcp-use, Inc.",
Expand Down
10 changes: 10 additions & 0 deletions packages/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @mcp-use/inspector

## 0.2.1

### Patch Changes

- db54528: Migrated build system from tsc to tsup for faster builds (10-100x improvement) with dual CJS/ESM output support. This is an internal change that improves build performance without affecting the public API.
- Updated dependencies [db54528]
- Updated dependencies [db54528]
- mcp-use@0.3.0
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.2.0",
"version": "0.2.1",
"description": "MCP Inspector - A tool for inspecting and debugging MCP servers",
"author": "",
"license": "MIT",
Expand Down
Loading