mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-20 12:30:04 +00:00
22 lines
613 B
JSON
22 lines
613 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
|
|
"name": "io.github.ChromeDevTools/chrome-devtools-mcp",
|
|
"description": "MCP server for Chrome DevTools",
|
|
"repository": {
|
|
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
|
|
"source": "github"
|
|
},
|
|
"version": "0.0.1",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
"identifier": "chrome-devtools-mcp",
|
|
"version": "0.0.1",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": []
|
|
}
|
|
]
|
|
} |