Skip to content

Commit 35d82b7

Browse files
committed
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
1 parent 80d1f94 commit 35d82b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1",
5+
"version": "1.0.2",
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)