improvement: add PulseMCP discovery link to MCP server selection#674
improvement: add PulseMCP discovery link to MCP server selection#674breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/mcp-server-discovery-linkbreaking-brake/cc-wf-studio:improvement/mcp-server-discovery-linkCopy head branch name to clipboard
Conversation
- Added external link to pulsemcp.com next to "Select MCP Server" heading - Added i18n key mcp.browse.servers for all supported languages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughA clickable external-link hint was added to the MCP ServerSelection wizard step, enabling users to navigate to pulsemcp.com/servers. The hint displays localized "Browse MCP Servers" text with an external-link icon and responds to mouse clicks and keyboard activation. Supporting translation keys were added across five language files. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
## [3.30.3](v3.30.2...v3.30.3) (2026-03-23) ### Bug Fixes * canvas toolbar toggles getting stuck open on rapid hover ([#679](#679)) ([7b42494](7b42494)) ### Improvements * add minimap 3-state display mode with scroll auto-show ([#677](#677)) ([fb26d73](fb26d73)) * add PulseMCP discovery link to MCP server selection ([#674](#674)) ([e6f2b6c](e6f2b6c)) * add SkillsMP discovery link to Skill Browser dialog ([#675](#675)) ([7638fdf](7638fdf)) * add sub-agent discovery link to Sub-Agent Creation dialog ([#676](#676)) ([3523da8](3523da8)) * increase max node limit to 100 with user-configurable setting ([#678](#678)) ([e4318db](e4318db))
|
🎉 This PR is included in version 3.30.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Add an external link to PulseMCP (pulsemcp.com/servers) in the MCP Node Dialog so users can easily discover and browse available MCP servers.
What Changed
Before
After
Changes
src/webview/src/components/dialogs/McpNodeDialog.tsx- Added PulseMCP external link next to server selection headingsrc/webview/src/i18n/translation-keys.ts- Addedmcp.browse.serverskeysrc/webview/src/i18n/translations/{en,ja,ko,zh-CN,zh-TW}.ts- Added translationsTesting
🤖 Generated with Claude Code
Summary by CodeRabbit