chat: remove 'Bridged' badge from MCP servers in AI Customizations UI#315319
Merged
joshspicer merged 1 commit intomainfrom May 8, 2026
Merged
chat: remove 'Bridged' badge from MCP servers in AI Customizations UI#315319joshspicer merged 1 commit intomainfrom
joshspicer merged 1 commit intomainfrom
Conversation
The 'Bridged' badge that appeared next to MCP server names in the chat customizations editor has been removed. This badge was shown when the active harness was not Local, indicating the server was forwarded to agent sessions. It is no longer needed. - Remove the bridgedBadge DOM element, hover tooltip, and autorun from McpServerItemRenderer - Remove bridgedBadge from IMcpServerItemTemplateData - Remove ICustomizationHarnessService injection from McpServerItemRenderer - Simplify the accessibility aria label (no longer appends 'Bridged') - Remove unused ICustomizationHarnessService injection from McpListWidget - Remove unused derived and SessionType imports from mcpListWidget.ts - Update CSS comment referencing the Bridged badge - Update AI_CUSTOMIZATIONS.md to remove reference to the Bridged badge Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the UI affordance that indicated an MCP server was “Bridged” (forwarded to agent sessions) from the AI Customizations MCP server list, simplifying the renderer, DI surface, accessibility labeling, and related documentation/comments.
Changes:
- Removed the “Bridged” badge DOM element, its hover tooltip, and the harness-driven visibility toggling in
McpServerItemRenderer. - Simplified list accessibility labels by removing the harness-derived “Bridged” aria-label augmentation.
- Updated related CSS/documentation comments to remove references to the removed badge.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css | Updates comments to remove references to the removed MCP “Bridged” badge while keeping shared badge styling. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/mcpListWidget.ts | Removes “Bridged” badge rendering/tooltip and harness dependency; simplifies aria labeling accordingly. |
| src/vs/sessions/AI_CUSTOMIZATIONS.md | Removes documentation reference that used the MCP “Bridged” badge as an item badge style example. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 0
benvillalobos
approved these changes
May 8, 2026
wpfleger96
added a commit
to wpfleger96/vscode
that referenced
this pull request
May 8, 2026
…2-not-clearing-terminal-title * upstream/main: chat: hide plugin actions for synced customization items (microsoft#315320) fixes microsoft#291188 (microsoft#314713) sessions: restore last active session on reload (microsoft#315312) Replace "Agents app" with "Agents window" in user-facing strings (microsoft#315302) chat: remove 'Bridged' badge from MCP servers in AI Customizations UI (microsoft#315319) Add proposal for custom editor diff/merge priority agentHost: revert undefined-field omission, update tests instead sessions: fix Customizations single-entry width overflow (microsoft#315125) agentHost: rewrite Resource attachments and omit undefined fields agentHost: support image and blob user-message attachments
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
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.
Removes the "Bridged" badge that appeared next to MCP server names in the Chat Customizations editor.
What changed
The badge was shown inline next to the server name when the active harness was not
Local, indicating the server was being forwarded to agent sessions. It is no longer needed.mcpListWidget.tsbridgedBadgeDOM element, its hover tooltip, and theautorunthat toggled its visibilitybridgedBadgefromIMcpServerItemTemplateDataICustomizationHarnessServiceinjection fromMcpServerItemRenderer(no longer needed)ICustomizationHarnessServiceinjection fromMcpListWidget(no longer needed)derivedobservablederivedandSessionTypeimportsaiCustomizationManagement.css.inline-badgestyle (still used by other badges, e.g. context instructionapplyTopatterns).mcp-server-name-rowAI_CUSTOMIZATIONS.md