@clueprint/mcp 1.1.4 → 1.1.5

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Clueprint",
4
- "version": "1.1.4",
4
+ "version": "1.1.5",
5
5
  "description": "Give your AI deep browser visibility - element selection, error monitoring, flow recording",
6
6
  "icons": {
7
7
  "16": "icons/clueprint.png",
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@clueprint/mcp",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Browser visibility for AI assistants — MCP server + Chrome extension",
5
5
  "type": "module",
6
6
  "bin": {
7
+ "mcp": "./cli/index.js",
7
8
  "clueprint": "./cli/index.js",
8
9
  "clueprint-mcp": "./server/index.cjs"
9
10
  },