Skip to content

Commit 5e2c755

Browse files
committed
Update .gitignore and bump version to 1.0.3
- Add .gitignore entries for .dxt files and documentation artifacts - Bump version to 1.0.3 in manifest.json
1 parent 7963310 commit 5e2c755

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,12 @@ test_*.html
7474
logs/
7575

7676
# Chrome debugging
77-
chrome-debug-*
77+
chrome-debug-*
78+
79+
# Built packages
80+
*.dxt
81+
chrome-devtools-protocol-*.dxt
82+
83+
# Documentation artifacts
84+
CLAUDE.md
85+
.claude/

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "chrome-devtools-protocol",
44
"display_name": "Chrome DevTools MCP",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"description": "Chrome DevTools Protocol integration for web application debugging",
77
"long_description": "This extension provides Chrome DevTools Protocol integration through a Python MCP server. It allows Claude to connect to Chrome browsers for debugging web applications, monitoring network requests, inspecting console logs, analyzing performance metrics, and manipulating DOM elements.",
88
"author": {

0 commit comments

Comments
 (0)