@mcp-b/extension-tools 2.0.12 → 2.1.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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-b/extension-tools",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
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,8 +59,8 @@
|
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"zod": "3.25.76",
|
|
62
|
-
"@mcp-b/smart-dom-reader": "2.0
|
|
63
|
-
"@mcp-b/webmcp-ts-sdk": "2.0
|
|
62
|
+
"@mcp-b/smart-dom-reader": "2.1.0",
|
|
63
|
+
"@mcp-b/webmcp-ts-sdk": "2.1.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
@@ -85,6 +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
|
+
"test:e2e": "pnpm --filter @mcp-b/transports build && pnpm --filter @mcp-b/webmcp-ts-sdk build && pnpm exec tsdown --config e2e/tsdown.extension.config.ts && node e2e/build-extension.mjs && node --experimental-strip-types --test e2e/extension-runtime.e2e.test.ts",
|
|
88
89
|
"typecheck": "tsc -p tsconfig.typecheck.json --noEmit",
|
|
89
90
|
"version:major": "pnpm version major --no-git-tag-version",
|
|
90
91
|
"version:minor": "pnpm version minor --no-git-tag-version",
|