@mcp-b/extension-tools 0.3.1 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/extension-tools",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "62+ Chrome Extension API tools for Model Context Protocol (MCP) - Let AI agents control tabs, bookmarks, history, storage, and more",
5
5
  "keywords": [
6
6
  "mcp",
@@ -59,11 +59,11 @@
59
59
  ],
60
60
  "dependencies": {
61
61
  "zod": "3.25.76",
62
- "@mcp-b/smart-dom-reader": "1.1.1",
63
- "@mcp-b/webmcp-ts-sdk": "1.2.0"
62
+ "@mcp-b/webmcp-ts-sdk": "1.6.0",
63
+ "@mcp-b/smart-dom-reader": "1.1.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@anthropic-ai/sdk": "^0.71.2",
66
+ "@anthropic-ai/sdk": "^0.74.0",
67
67
  "@types/chrome": "^0.0.326",
68
68
  "@types/node": "22.17.2",
69
69
  "cheerio": "^1.1.2",
@@ -85,7 +85,7 @@
85
85
  "lint": "biome lint --write .",
86
86
  "publish:dry": "pnpm publish --access public --dry-run",
87
87
  "publish:npm": "pnpm publish --access public",
88
- "typecheck": "echo 'Skipping typecheck - Chrome API types cause OOM'",
88
+ "typecheck": "tsc -p tsconfig.typecheck.json --noEmit",
89
89
  "version:major": "pnpm version major --no-git-tag-version",
90
90
  "version:minor": "pnpm version minor --no-git-tag-version",
91
91
  "version:patch": "pnpm version patch --no-git-tag-version"