Skip to content

Commit 2a41fb5

Browse files
triuzziclaude
andcommitted
chore: release 0.3.0 (#9)
* fix: replace stale chrome-devtools refs in tests and scripts Updates remaining chrome-devtools references missed during the Brave port to point at the renamed brave-devtools binaries and env vars, and refreshes the third-party notices snapshot after recent dep bumps. - tests/utils.ts: CLI_PATH points to build/src/bin/brave-devtools.js - tests/check-for-updates.test.ts: BRAVE_DEVTOOLS_MCP_NO_UPDATE_CHECKS - tests/tools/{screencast,pagesNavigateAllowlist}.test.ts: import ParsedArguments from brave-devtools-mcp-cli-options - scripts/{generate-docs,generate-cli,eval_gemini}.ts: spawn build/src/bin/brave-devtools-mcp.js - tests/third_party_notices.test.js.snapshot: regenerated Co-Authored-By: Claude <noreply@anthropic.com> * chore: release 0.3.0 Bumps the package, server, plugin, and runtime VERSION to 0.3.0 to mark the upstream sync to chrome-devtools-mcp 0.23.0 (new MCP roots support, sessionId-scoped daemon, screencast WebM/ffmpeg flag, etc.). Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent ca8d2d7 commit 2a41fb5

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.1.0",
3+
"version": "0.3.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.2.2",
3+
"version": "0.3.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.2.0",
10+
"version": "0.3.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "brave-mcp",
16-
"version": "0.2.0",
16+
"version": "0.3.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.2.2';
7+
export const VERSION = '0.3.0';

0 commit comments

Comments
 (0)