chromedevtools--chrome-devtools-mcp
cae1cf13d5
it appears that mcp registry publishing tools would not sync automatically with package.json.
24 行
636 B
JSON
24 行
636 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
|
|
"name": "io.github.ChromeDevTools/chrome-devtools-mcp",
|
|
"description": "MCP server for Chrome DevTools",
|
|
"status": "active",
|
|
"repository": {
|
|
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
|
|
"source": "github"
|
|
},
|
|
"version": "0.2.5",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
"identifier": "chrome-devtools-mcp",
|
|
"version": "0.2.5",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": []
|
|
}
|
|
]
|
|
}
|