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
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.2",
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