Skip to content

Commit 1cbc585

Browse files
triuzziclaude
andcommitted
chore: release 0.4.0
Bumps the package, server, plugin, and runtime VERSION to 0.4.0 to mark the upstream sync to chrome-devtools-mcp 0.24.0 (third-party developer tools, agentic browsing in lighthouse, dialog-aware tool rejection, env-var consistency fix, and dep bumps for chrome-devtools-frontend, lighthouse, puppeteer, and trace_engine). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a1b7416 commit 1cbc585

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brave-mcp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Reliable automation, in-depth debugging, and performance analysis in Brave using DevTools and Puppeteer",
55
"mcpServers": {
66
"brave-devtools": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brave-mcp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "MCP server for Brave DevTools",
55
"type": "module",
66
"bin": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/triuzzi/brave-devtools-mcp",
88
"source": "github"
99
},
10-
"version": "0.3.0",
10+
"version": "0.4.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "brave-mcp",
16-
"version": "0.3.0",
16+
"version": "0.4.0",
1717
"transport": {
1818
"type": "stdio"
1919
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
export const VERSION = '0.3.0';
7+
export const VERSION = '0.4.0';

0 commit comments

Comments
 (0)