Skip to content

Remove unused MCP UI dependency - #160

Merged
rgarcia merged 1 commit into
mainfrom
hypeship/remove-unused-mcp-ui
Aug 16, 2026
Merged

Remove unused MCP UI dependency#160
rgarcia merged 1 commit into
mainfrom
hypeship/remove-unused-mcp-ui

Conversation

@rgarcia

@rgarcia rgarcia commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • remove the unused @mcp-ui/server dependency
  • remove its transitive packages from bun.lock

Validation

  • bun test (237 passed)
  • bun install --frozen-lockfile
  • bun run build compiles and type-checks successfully, then stops during page-data collection because KERNEL_CLI_PROD_CLIENT_ID is not configured locally
  • bun run format:check reports the existing formatting issue in AGENTS.md; this PR does not modify that file

Note

Low Risk
Lockfile-only dependency removal with no runtime code changes; low risk if the package was genuinely unused.

Overview
Removes the unused @mcp-ui/server dependency from package.json and prunes its lockfile entries (including nested @modelcontextprotocol/sdk overrides that existed only for that package).

No application or MCP server code changes—this is dependency cleanup only.

Reviewed by Cursor Bugbot for commit 6ca9bb4. Bugbot is set up for automated code reviews on this repo. Configure here.

@vercel

vercel Bot commented Aug 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mcp Ready Ready Preview Aug 15, 2026 9:06pm

@masnwilliams masnwilliams left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed for structural quality and maintainability. the dependency is unused, the lockfile matches Bun's canonical removal output, and validation passes.

@rgarcia
rgarcia merged commit 5914b5a into main Aug 16, 2026
10 checks passed
@rgarcia
rgarcia deleted the hypeship/remove-unused-mcp-ui branch August 16, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants