@extension.dev/mcp 4.1.1 → 4.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.1.2
4
+
5
+ README: restore the `@extension.dev/skill` pairing section (hands +
6
+ judgment) now that the skill is public on npm. No code changes.
7
+
3
8
  ## 4.1.1
4
9
 
5
10
  README rewritten for the public npm page: Extension.js-style header
package/README.md CHANGED
@@ -54,6 +54,15 @@ claude mcp add extension-dev npx @extension.dev/mcp
54
54
  }
55
55
  ```
56
56
 
57
+ ### Pair with the skill
58
+
59
+ This server gives agents hands; [`@extension.dev/skill`](https://www.npmjs.com/package/@extension.dev/skill) gives them judgment: the cross-browser rules, silent-failure gotchas, debugging playbooks, and store checklist, packaged in the open [Agent Skills](https://agentskills.io) format. With both installed, agents know to verify against the live browser instead of guessing, and these tools make that a one-call operation.
60
+
61
+ ```bash
62
+ npm i -D @extension.dev/skill
63
+ mkdir -p .claude/skills && cp -R node_modules/@extension.dev/skill/skills/extension-dev .claude/skills/
64
+ ```
65
+
57
66
  ### Claude Code project integration
58
67
 
59
68
  The package ships drop-in instructions, slash commands, and rules for extension projects:
package/dist/module.js CHANGED
@@ -178,7 +178,7 @@ __webpack_require__.d(whoami_namespaceObject, {
178
178
  schema: ()=>whoami_schema
179
179
  });
180
180
  var package_namespaceObject = {
181
- rE: "4.1.1"
181
+ rE: "4.1.2"
182
182
  };
183
183
  const schema = {
184
184
  name: "extension_create",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@extension.dev/mcp",
3
3
  "type": "module",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "description": "MCP server that lets AI agents build, run, inspect, and publish browser extensions. 27 tools for scaffolding, live DOM inspection, log streaming, and store-ready builds across Chrome, Edge, and Firefox.",
6
6
  "license": "MIT",
7
7
  "author": {