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
10 changes: 5 additions & 5 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "chrome-devtools-mcp",
"version": "0.23.0",
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
"name": "brave-mcp",
"version": "0.1.0",
"description": "Reliable automation, in-depth debugging, and performance analysis in Brave using DevTools and Puppeteer",
"mcpServers": {
"chrome-devtools": {
"brave-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest"
"brave-mcp@latest"
]
}
}
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,7 @@ build/

log.txt

.DS_Store
.DS_Store

# AI tooling (local only)
.claude/
4 changes: 2 additions & 2 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"mcpServers": {
"chrome-devtools": {
"brave-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
"args": ["brave-mcp@latest"]
}
}
}
Loading