Skip to content

Commit f3c16cf

Browse files
authored
Update for MCP registry breaking changes (#9)
0.1.6 failed to publish to the mcp registry: https://github.com/railwayapp/railway-mcp-server/actions/runs/18021135395 Turns out they made breaking changes to the schema: https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/CHANGELOG.md This PR updates to match
1 parent 377d596 commit f3c16cf

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

server.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3-
"name": "io.github.railwayapp/mcp-server",
4-
"description": "Official Railway MCP server",
5-
"status": "active",
6-
"repository": {
7-
"url": "https://github.com/railwayapp/railway-mcp-server",
8-
"source": "github"
9-
},
10-
"version": "0.1.5",
11-
"packages": [
12-
{
13-
"registry_type": "npm",
14-
"registry_base_url": "https://registry.npmjs.org",
15-
"identifier": "@railway/mcp-server",
16-
"version": "0.1.5",
17-
"transport": {
18-
"type": "stdio"
19-
}
20-
}
21-
]
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3+
"name": "io.github.railwayapp/mcp-server",
4+
"description": "Official Railway MCP server",
5+
"status": "active",
6+
"repository": {
7+
"url": "https://github.com/railwayapp/railway-mcp-server",
8+
"source": "github"
9+
},
10+
"version": "0.1.6",
11+
"packages": [
12+
{
13+
"registryType": "npm",
14+
"registryBaseUrl": "https://registry.npmjs.org",
15+
"identifier": "@railway/mcp-server",
16+
"version": "0.1.6",
17+
"transport": {
18+
"type": "stdio"
19+
}
20+
}
21+
]
2222
}

0 commit comments

Comments
 (0)