chromedevtools--chrome-devtools-mcp
67af3fefe5
Includes server.json and the GitHub Actions steps.
24 行
640 B
JSON
24 行
640 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/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.1",
|
|
"packages": [
|
|
{
|
|
"registry_type": "npm",
|
|
"registry_base_url": "https://registry.npmjs.org",
|
|
"identifier": "chrome-devtools-mcp",
|
|
"version": "0.2.1",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environment_variables": []
|
|
}
|
|
]
|
|
}
|