File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/vs/platform/mcp/common Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,6 @@ namespace McpServerSchemaVersion_v2025_07_09 {
446446namespace McpServerSchemaVersion_v0_1 {
447447
448448 export const VERSION = 'v0.1' ;
449- export const SCHEMA = `https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json` ;
450449
451450 interface RawGalleryMcpServerInput {
452451 readonly choices ?: readonly string [ ] ;
@@ -599,10 +598,6 @@ namespace McpServerSchemaVersion_v0_1 {
599598 return undefined ;
600599 }
601600
602- if ( from . server . $schema && from . server . $schema !== McpServerSchemaVersion_v0_1 . SCHEMA ) {
603- return undefined ;
604- }
605-
606601 const { 'io.modelcontextprotocol.registry/official' : registryInfo , ...apicInfo } = from . _meta ;
607602 const githubInfo = from . server . _meta ?. [ 'io.modelcontextprotocol.registry/publisher-provided' ] ?. github as IGitHubInfo | undefined ;
608603
You can’t perform that action at this time.
0 commit comments