项目文件夹

文件
T
Alex Rudenko 67af3fefe5 chore: publish to MCP registry (#78)
Includes server.json and the GitHub Actions steps.
2025-09-23 19:59:48 +02:00

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": []
}
]
}