Skip to content

Commit 6f1d03e

Browse files
authored
1 parent 2f435d6 commit 6f1d03e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vs/platform/mcp/common/mcpGalleryService.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ namespace McpServerSchemaVersion_v2025_07_09 {
446446
namespace 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

0 commit comments

Comments
 (0)