Skip to content

Commit 74b5155

Browse files
authored
Merge branch 'main' into feat/webperf-core-web-vitals-skill
2 parents a9789ec + 5aa6437 commit 74b5155

145 files changed

Lines changed: 22538 additions & 7369 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "chrome-devtools-plugins",
3-
"version": "1.0.0",
3+
"version": "0.23.0",
44
"description": "Bundled plugins for actuating and debugging the Chrome browser.",
5+
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
56
"owner": {
67
"name": "Chrome DevTools Team",
78
"email": "devtools-dev@chromium.org"

.claude-plugin/plugin.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "chrome-devtools-mcp",
3-
"version": "latest",
3+
"version": "0.23.0",
44
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
55
"mcpServers": {
66
"chrome-devtools": {
77
"command": "npx",
8-
"args": ["chrome-devtools-mcp@latest"]
8+
"args": [
9+
"chrome-devtools-mcp@latest"
10+
]
911
}
1012
}
1113
}

.gemini/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"context": {
3+
"fileName": ["AGENTS.md", "GEMINI.md"]
4+
}
5+
}

.github/ISSUE_TEMPLATE/02-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Suggest an idea for for chrome-devtools-mcp
33
title: '<short description of the feature request>'
44
type: 'Feature'
55
labels:
6-
- enhancement
6+
- feature
77
body:
88
- id: description
99
type: textarea

.github/plugin/plugin.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "chrome-devtools-mcp",
3+
"version": "0.23.0",
4+
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
5+
"mcpServers": {
6+
"chrome-devtools": {
7+
"command": "npx",
8+
"args": [
9+
"chrome-devtools-mcp@latest"
10+
]
11+
}
12+
}
13+
}

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
node-version-file: '.nvmrc'
3737
registry-url: 'https://registry.npmjs.org'
3838

39-
# Ensure npm 11.5.1 or later is installed
40-
- name: Update npm
41-
run: npm install -g npm@latest
42-
4339
- name: Install dependencies
4440
run: npm ci
4541

.mcp.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"chrome-devtools": {
3-
"command": "npx",
4-
"args": ["chrome-devtools-mcp@latest"]
2+
"mcpServers": {
3+
"chrome-devtools": {
4+
"command": "npx",
5+
"args": ["chrome-devtools-mcp@latest"]
6+
}
57
}
68
}

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
v24

.prettierignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Prettier-only ignores.
22
CHANGELOG.md
3-
src/third_party/lighthouse-devtools-mcp-bundle.js
3+
src/third_party/lighthouse-devtools-mcp-bundle.js
4+
5+
# Release-please formatting brakes CI checks
6+
.claude-plugin/plugin.json
7+
.github/plugin/plugin.json

0 commit comments

Comments
 (0)