@mcp-b/extension-tools 0.1.7 → 0.2.0

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/extension-tools",
3
- "version": "0.1.7",
3
+ "version": "0.2.0",
4
4
  "description": "Chrome Extension API tools for Model Context Protocol (MCP) - provides MCP-compatible wrappers for browser extension APIs",
5
5
  "license": "MIT",
6
6
  "author": "Alex Nahas",
@@ -53,11 +53,11 @@
53
53
  "check": "biome check --write ."
54
54
  },
55
55
  "dependencies": {
56
- "@modelcontextprotocol/sdk": "catalog:",
57
- "playwright": "catalog:",
58
- "zod": "catalog:"
56
+ "@modelcontextprotocol/sdk": "^1.15.0",
57
+ "zod": "^3.25.74"
59
58
  },
60
59
  "devDependencies": {
60
+ "playwright": "catalog:",
61
61
  "@anthropic-ai/sdk": "catalog:",
62
62
  "@types/chrome": "catalog:",
63
63
  "@types/node": "catalog:",