refactor: support multiple versions of mcp registries#268887
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request refactors the MCP (Model Context Protocol) management system to support multiple versions of MCP registries. The refactoring standardizes property naming conventions from snake_case to camelCase throughout the codebase and implements a serialization system to handle different schema versions of MCP server configurations.
- Converted all property names from snake_case to camelCase (e.g.,
registry_type→registryType,package_arguments→packageArguments) - Removed deprecated
DOCKER_HUBregistry type, consolidating Docker registrations under theDOCKERtype - Implemented a versioned serialization system with namespace-organized serializers for different MCP server schema versions
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/vs/workbench/contrib/mcp/browser/mcpServerEditor.ts |
Updated property references to use camelCase naming convention |
src/vs/platform/mcp/test/common/mcpManagementService.test.ts |
Updated test data to use camelCase properties and removed deprecated registry types |
src/vs/platform/mcp/node/mcpManagementService.ts |
Updated property access to use camelCase naming |
src/vs/platform/mcp/common/mcpManagementService.ts |
Refactored service logic to use camelCase properties and removed DOCKER_HUB support |
src/vs/platform/mcp/common/mcpManagement.ts |
Updated interface definitions to use camelCase properties and removed deprecated registry type |
src/vs/platform/mcp/common/mcpGalleryService.ts |
Major refactor implementing versioned serialization system with namespace organization for different schema versions |
dmitrivMS
approved these changes
Sep 29, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.