Skip to content

Commit 0a4ae44

Browse files
committed
Revert "temp: Remove $schema references to debug validation issue"
This reverts commit 0e219a0.
1 parent 76c703f commit 0a4ae44

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/reference/server-json/generic-server-json.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The official registry has some more restrictions on top of this. See the [offici
2222

2323
```json
2424
{
25+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
2526
"name": "io.modelcontextprotocol.anonymous/brave-search",
2627
"description": "MCP server for Brave Search API integration",
2728
"status": "active",
@@ -68,6 +69,7 @@ For MCP servers located within a subdirectory of a larger repository (monorepo s
6869

6970
```json
7071
{
72+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
7173
"name": "io.modelcontextprotocol/everything",
7274
"description": "MCP server that exercises all the features of the MCP protocol",
7375
"status": "active",
@@ -149,7 +151,7 @@ This will essentially instruct the MCP client to execute `dnx Knapcode.SampleMcp
149151

150152
```json
151153
{
152-
154+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
153155
"name": "io.github.modelcontextprotocol/filesystem",
154156
"description": "Node.js server implementing Model Context Protocol (MCP) for filesystem operations.",
155157
"status": "active",
@@ -496,7 +498,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
496498

497499
```json
498500
{
499-
501+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
500502
"name": "io.modelcontextprotocol.anonymous/hybrid-mcp",
501503
"description": "MCP server available as both local package and remote service",
502504
"repository": {
@@ -624,7 +626,7 @@ Some CLI tools bundle an MCP server, without a standalone MCP package or a publi
624626

625627
```json
626628
{
627-
629+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
628630
"name": "io.snyk/cli-mcp",
629631
"description": "MCP server provided by the Snyk CLI",
630632
"status": "active",
@@ -659,7 +661,7 @@ For MCP servers that follow a custom installation path or are embedded in applic
659661

660662
```json
661663
{
662-
664+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
663665
"name": "io.modelcontextprotocol.anonymous/embedded-mcp",
664666
"description": "MCP server embedded in a Desktop app",
665667
"status": "active",

0 commit comments

Comments
 (0)