Skip to content

feat(app): expose Add MCP from the command palette#1661

Open
yashranaway wants to merge 1 commit intodifferent-ai:devfrom
yashranaway:feat/cmd-palette-add-mcp
Open

feat(app): expose Add MCP from the command palette#1661
yashranaway wants to merge 1 commit intodifferent-ai:devfrom
yashranaway:feat/cmd-palette-add-mcp

Conversation

@yashranaway
Copy link
Copy Markdown
Contributor

Closes #1142

Summary

  • Add a dedicated Add MCP row to the React command palette right after the existing Extensions shortcut so the primary integration entry point is one Cmd/Ctrl+K stroke away.
  • Route the new entry to /settings/extensions/mcp so the user lands on the dedicated MCP filter where the existing prominent + Add MCP CTA card is the first thing on screen.
  • Add session.cmd_add_mcp_title and session.cmd_add_mcp_detail to en.ts so the row reads in English.

Verification

  • node scripts/i18n-audit.mjs --ci passes.
  • pnpm --filter @openwork/app typecheck currently fails on a pre-existing origin/dev error in the same file (command-palette.tsx:97t() arity mismatch on session.cmd_sessions_detail); this branch does not touch that line.

Notes

  • Existing locales follow the en source on demand (audit confirms 91-94% completeness across non-en locales today); the two new keys will surface in the next translation pass alongside the rest of the gap.
  • Out of scope: auto-opening the AddMcpModal from the route. The CTA card on the destination page is already the most prominent action, so a single navigation keeps the change surgical.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 5, 2026

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

Project Deployment Actions Updated (UTC)
openwork-landing Ready Ready Preview, Comment, Open in v0 May 5, 2026 6:58pm

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 5, 2026

@yashranaway is attempting to deploy a commit to the Different AI Team on Vercel.

A member of the Team first needs to authorize it.

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.

Make MCP app addition easier to discover in Settings

1 participant