forked from ChromeDevTools/chrome-devtools-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 853 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "chrome-devtools-mcp",
"version": "0.1.0",
"description": "Chrome DevTools for coding agents via Codex",
"author": {
"name": "ChromeDevTools",
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp"
},
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Chrome DevTools MCP",
"shortDescription": "Chrome DevTools for coding agents via Codex",
"longDescription": "Chrome DevTools Protocol integration for AI coding agents. Control Chrome tabs, inspect pages, and debug.",
"category": "Development",
"websiteURL": "https://github.com/ChromeDevTools/chrome-devtools-mcp"
},
"skills": "./skills/"
}