@@ -22,7 +22,6 @@ 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" ,
2625 "name" : " io.modelcontextprotocol.anonymous/brave-search" ,
2726 "description" : " MCP server for Brave Search API integration" ,
2827 "status" : " active" ,
@@ -69,7 +68,6 @@ For MCP servers located within a subdirectory of a larger repository (monorepo s
6968
7069``` json
7170{
72- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json" ,
7371 "name" : " io.modelcontextprotocol/everything" ,
7472 "description" : " MCP server that exercises all the features of the MCP protocol" ,
7573 "status" : " active" ,
@@ -151,7 +149,7 @@ This will essentially instruct the MCP client to execute `dnx Knapcode.SampleMcp
151149
152150``` json
153151{
154- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json " ,
152+
155153 "name" : " io.github.modelcontextprotocol/filesystem" ,
156154 "description" : " Node.js server implementing Model Context Protocol (MCP) for filesystem operations." ,
157155 "status" : " active" ,
@@ -498,7 +496,7 @@ The `dnx` tool ships with the .NET 10 SDK, starting with Preview 6.
498496
499497``` json
500498{
501- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json " ,
499+
502500 "name" : " io.modelcontextprotocol.anonymous/hybrid-mcp" ,
503501 "description" : " MCP server available as both local package and remote service" ,
504502 "repository" : {
@@ -626,7 +624,7 @@ Some CLI tools bundle an MCP server, without a standalone MCP package or a publi
626624
627625``` json
628626{
629- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json " ,
627+
630628 "name" : " io.snyk/cli-mcp" ,
631629 "description" : " MCP server provided by the Snyk CLI" ,
632630 "status" : " active" ,
@@ -661,7 +659,7 @@ For MCP servers that follow a custom installation path or are embedded in applic
661659
662660``` json
663661{
664- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json " ,
662+
665663 "name" : " io.modelcontextprotocol.anonymous/embedded-mcp" ,
666664 "description" : " MCP server embedded in a Desktop app" ,
667665 "status" : " active" ,
0 commit comments