-
Notifications
You must be signed in to change notification settings - Fork 27
Beta #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Replace Vite with esbuild for faster, more reliable builds - Add file-based routing system for resources/**/*.tsx files - Each TSX file becomes a route at /mcp-use/widgets/{filename} - Self-contained React components with createRoot mounting - Production-ready asset serving with proper hashing - Fix ES module compatibility issues (require -> import) - Add fallback routes for browser-resolved asset paths - Update CLI templates with new build system
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- @mcp-use/inspector: 0.2.1 → 0.3.0 - @mcp-use/cli: 2.0.2 → 2.1.0 - create-mcp-use-app: 0.2.1 → 0.3.0 - Update test_app dependencies to latest versions
- @mcp-use/inspector: patch bump - @mcp-use/cli: patch bump - create-mcp-use-app: patch bump
- Add --no-frozen-lockfile flag to pnpm install in GitHub Actions - This should resolve the lockfile mismatch error with patchedDependencies - Fixes the ERR_PNPM_LOCKFILE_CONFIG_MISMATCH error in the workflow
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Add build:cli script to inspector package to build mcp-inspect binary - Update React peer dependency to accept React 19 - This should fix the missing mcp-inspect binary and peer dependency warnings
- Fix missing CLI binary in @mcp-use/inspector package - This should resolve the ENOENT errors when using create-mcp-use-app
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Update CLI to read version from package.json instead of hardcoding it. - Replace fs.promises.access with fs.access for checking file existence.
# Conflicts: # .changeset/config.json # .github/workflows/ci.yml # .github/workflows/release.yml # .github/workflows/release_beta.yml # INSPECTOR_INTEGRATION.md # README.md # eslint.config.js # package.json # packages/cli/CHANGELOG.md # packages/cli/README.md # packages/cli/package.json # packages/cli/src/build.ts # packages/cli/src/index.ts # packages/create-mcp-use-app/CHANGELOG.md # packages/create-mcp-use-app/package.json # packages/create-mcp-use-app/src/index.ts # packages/create-mcp-use-app/src/templates/ui/README.md # packages/create-mcp-use-app/src/templates/ui/package.json # packages/create-mcp-use-app/src/templates/ui/resources/kanban-board.tsx # packages/create-mcp-use-app/src/templates/ui/src/server.ts # packages/create-mcp-use-app/src/templates/ui/tsconfig.json # packages/inspector/CHANGELOG.md # packages/inspector/README.md # packages/inspector/eslint.config.js # packages/inspector/package.json # packages/inspector/src/cli/inspect.ts # packages/inspector/src/client/components/AnimatedThemeToggler.tsx # packages/inspector/src/client/components/CommandPalette.tsx # packages/inspector/src/client/components/CustomHeadersEditor.tsx # packages/inspector/src/client/components/EnvVariablesEditor.tsx # packages/inspector/src/client/components/InspectorDashboard.tsx # packages/inspector/src/client/components/Layout.tsx # packages/inspector/src/client/components/McpUIRenderer.tsx # packages/inspector/src/client/components/PromptsTab.tsx # packages/inspector/src/client/components/ResourcesTab.tsx # packages/inspector/src/client/components/ServerIcon.tsx # packages/inspector/src/client/components/ToolsTab.tsx # packages/inspector/src/client/context/McpContext.tsx # packages/inspector/src/components/ui/add-server-dialog.tsx # packages/inspector/src/components/ui/animated-theme-toggler.tsx # packages/inspector/src/components/ui/blur-fade.tsx # packages/inspector/src/components/ui/random-gradient-background.tsx # packages/inspector/src/components/ui/server-selection-modal.tsx # packages/inspector/src/components/ui/sonner.tsx # packages/inspector/src/components/ui/tabs.tsx # packages/inspector/src/server/middleware.ts # packages/inspector/src/server/server.ts # packages/inspector/vite.config.ts # packages/mcp-use/CHANGELOG.md # packages/mcp-use/README.md # packages/mcp-use/package.json # packages/mcp-use/src/auth/browser-provider.ts # packages/mcp-use/src/react/useMcp.ts # packages/mcp-use/src/server/index.ts # packages/mcp-use/src/server/mcp-server.ts # packages/mcp-use/src/server/types.ts # pnpm-lock.yaml # pnpm-workspace.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes # (issue)
Type of change
Checklist