You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version to 1.0.2 - Fix DXT packaging with explicit version-based filename
- Update GitHub workflow to use explicit DXT output filename
- Update Makefile package target to use version from manifest.json
- Eliminates dependency on directory name for consistent CI/local builds
Set up pre-commit hooks with ruff, mypy, and tests
- Add .pre-commit-config.yaml with ruff formatting, mypy type checking, and test validation
- Install pre-commit as dev dependency
- Fix all type annotations in test file
- Update chrome_management.py to use consistent cdp_client injection pattern
- Add pre-commit targets to Makefile
- Update README with pre-commit documentation
- All pre-commit hooks now pass: ruff, mypy, pytest
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
Copy file name to clipboardExpand all lines: manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"dxt_version": "0.1",
3
3
"name": "chrome-devtools-protocol",
4
4
"display_name": "Chrome DevTools MCP",
5
-
"version": "1.0.1",
5
+
"version": "1.0.3",
6
6
"description": "Chrome DevTools Protocol integration for web application debugging",
7
7
"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.",
0 commit comments