harnessed 3.9.1 → 3.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +4 -3
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -815,8 +815,9 @@ var init_check_mcp_availability = __esm({
|
|
|
815
815
|
SERVER_INSTALL_COMMANDS = {
|
|
816
816
|
"tavily-mcp": "claude mcp add tavily-remote-mcp --transport http https://mcp.tavily.com/mcp/",
|
|
817
817
|
"exa-mcp": "claude mcp add --transport http exa https://mcp.exa.ai/mcp",
|
|
818
|
-
// chrome-devtools:
|
|
819
|
-
|
|
818
|
+
// chrome-devtools: official Claude marketplace direct install (v3.9.2 dogfood
|
|
819
|
+
// confirmed — was assumed npx in v3.9.1 SPEC, corrected to official marketplace).
|
|
820
|
+
"chrome-devtools": "claude plugin install chrome-devtools-mcp"
|
|
820
821
|
};
|
|
821
822
|
}
|
|
822
823
|
});
|
|
@@ -1164,7 +1165,7 @@ var init_auto_install = __esm({
|
|
|
1164
1165
|
|
|
1165
1166
|
// package.json
|
|
1166
1167
|
var package_default = {
|
|
1167
|
-
version: "3.9.
|
|
1168
|
+
version: "3.9.2"};
|
|
1168
1169
|
|
|
1169
1170
|
// src/manifest/errors.ts
|
|
1170
1171
|
function instancePathToKeyPath(instancePath) {
|