Skip to content

Commit 2ee30bf

Browse files
authored
chore: latest mcp registry schema (#101)
1 parent 64c446f commit 2ee30bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

server.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "io.github.ChromeDevTools/chrome-devtools-mcp",
44
"description": "MCP server for Chrome DevTools",
55
"status": "active",
66
"repository": {
77
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
88
"source": "github"
99
},
10-
"version": "0.2.1",
10+
"version": "0.2.3",
1111
"packages": [
1212
{
13-
"registry_type": "npm",
14-
"registry_base_url": "https://registry.npmjs.org",
13+
"registryType": "npm",
14+
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "chrome-devtools-mcp",
16-
"version": "0.2.1",
16+
"version": "0.2.3",
1717
"transport": {
1818
"type": "stdio"
1919
},
20-
"environment_variables": []
20+
"environmentVariables": []
2121
}
2222
]
2323
}

0 commit comments

Comments
 (0)