Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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/"
}
20 changes: 20 additions & 0 deletions .github/workflows/plugin-quality-gate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Plugin Quality Gate

on:
pull_request:
paths:
- ".codex-plugin/**"
- "skills/**"
- ".mcp.json"

jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Codex plugin quality gate
uses: hashgraph-online/hol-codex-plugin-scanner-action@v1
with:
plugin_dir: "."
min_score: 80
fail_on_severity: high
8 changes: 5 additions & 3 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"mcpServers": {
"chrome-devtools": {
"chrome-devtools-mcp": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
"args": [
"chrome-devtools-mcp@latest"
]
}
}
}
}
12 changes: 12 additions & 0 deletions skills/chrome-devtools-mcp/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: chrome-devtools-mcp
description: Chrome DevTools for coding agents via Codex
---

# Chrome DevTools MCP for Codex

Use Chrome DevTools MCP from Codex via MCP.

## When to use
- When you need chrome-devtools-mcp capabilities in your Codex workflow
- See https://github.com/ChromeDevTools/chrome-devtools-mcp for full setup instructions