@mastra/mcp-docs-server 1.1.46-alpha.0 → 1.1.46-alpha.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.
|
@@ -213,7 +213,7 @@ await agent.sendStateSignal(
|
|
|
213
213
|
id: 'browser',
|
|
214
214
|
mode: 'snapshot',
|
|
215
215
|
cacheKey: 'browser:https://example.com:3-tabs',
|
|
216
|
-
contents: 'Browser is open
|
|
216
|
+
contents: 'Browser is open. Active tab URL: https://example.com. 3 open tabs.',
|
|
217
217
|
value: {
|
|
218
218
|
activeUrl: 'https://example.com',
|
|
219
219
|
tabCount: 3,
|
|
@@ -270,7 +270,7 @@ const result = await agent.sendStateSignal(
|
|
|
270
270
|
id: 'browser',
|
|
271
271
|
mode: 'snapshot',
|
|
272
272
|
cacheKey: 'browser:https://example.com:3-tabs',
|
|
273
|
-
contents: 'Browser is open
|
|
273
|
+
contents: 'Browser is open. Active tab URL: https://example.com. 3 open tabs.',
|
|
274
274
|
value: {
|
|
275
275
|
activeUrl: 'https://example.com',
|
|
276
276
|
tabCount: 3,
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 1.1.46-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`014e00f`](https://github.com/mastra-ai/mastra/commit/014e00f2b3a597a016b72f9901c6ab27d491f822)]:
|
|
8
|
+
- @mastra/core@1.42.0-alpha.2
|
|
9
|
+
|
|
10
|
+
## 1.1.46-alpha.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`2bccba4`](https://github.com/mastra-ai/mastra/commit/2bccba4c03cadc815c2d54cbf4dd43a922140a8d), [`2bccba4`](https://github.com/mastra-ai/mastra/commit/2bccba4c03cadc815c2d54cbf4dd43a922140a8d), [`f2ab060`](https://github.com/mastra-ai/mastra/commit/f2ab060162bea81505fda553e2cee29c1979fd04), [`5d302c8`](https://github.com/mastra-ai/mastra/commit/5d302c8eda1a6ac74eab5e442c4f64db6cc97a06)]:
|
|
15
|
+
- @mastra/core@1.42.0-alpha.1
|
|
16
|
+
|
|
3
17
|
## 1.1.46-alpha.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-docs-server",
|
|
3
|
-
"version": "1.1.46-alpha.
|
|
3
|
+
"version": "1.1.46-alpha.2",
|
|
4
4
|
"description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"jsdom": "^26.1.0",
|
|
29
29
|
"local-pkg": "^1.1.2",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
|
-
"@mastra/core": "1.42.0-alpha.
|
|
31
|
+
"@mastra/core": "1.42.0-alpha.2",
|
|
32
32
|
"@mastra/mcp": "^1.9.2-alpha.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/node": "22.19.15",
|
|
38
38
|
"@vitest/coverage-v8": "4.1.5",
|
|
39
39
|
"@vitest/ui": "4.1.5",
|
|
40
|
-
"@wong2/mcp-cli": "^
|
|
40
|
+
"@wong2/mcp-cli": "^2.0.0",
|
|
41
41
|
"cross-env": "^10.1.0",
|
|
42
42
|
"eslint": "^10.4.1",
|
|
43
43
|
"hono": "^4.12.8",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"tsx": "^4.22.4",
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
47
|
"vitest": "4.1.5",
|
|
48
|
-
"@internal/lint": "0.0.103",
|
|
49
48
|
"@internal/types-builder": "0.0.78",
|
|
50
|
-
"@
|
|
49
|
+
"@internal/lint": "0.0.103",
|
|
50
|
+
"@mastra/core": "1.42.0-alpha.2"
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://mastra.ai",
|
|
53
53
|
"repository": {
|