@mastra/mcp-docs-server 0.13.9-alpha.3 → 0.13.9

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,5 +1,11 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 5.1.18-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f5853be: Added a preview button that opens a modal, rendering the markdown in the working memory text area
8
+
3
9
  ## 5.1.18-alpha.2
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  - 48f5532: export workflow list for usage in cloud
293
299
  - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
294
300
  - e1d0080: abstract Link component between cloud and core
295
- - f9b1508: add the same agent table as in cloud and export it from the playground
296
- - dfbeec6: Fix navigation to vnext AgentNetwork agents
297
- - Updated dependencies [31f9f6b]
298
- - Updated dependencies [0b56518]
299
- - Updated dependencies [db5cc15]
300
- - Updated dependencies [2ba5b76]
301
-
302
- ... 2333 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 2339 more lines hidden. See full changelog in package directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "0.13.9-alpha.3",
3
+ "version": "0.13.9",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "uuid": "^11.1.0",
33
33
  "zod": "^3.25.67",
34
34
  "zod-to-json-schema": "^3.24.5",
35
- "@mastra/core": "0.13.0-alpha.3",
36
- "@mastra/mcp": "^0.10.10-alpha.1"
35
+ "@mastra/core": "0.13.0",
36
+ "@mastra/mcp": "^0.10.10"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@hono/node-server": "^1.17.1",
@@ -48,8 +48,8 @@
48
48
  "tsx": "^4.19.4",
49
49
  "typescript": "^5.8.3",
50
50
  "vitest": "^3.2.4",
51
- "@internal/lint": "0.0.26",
52
- "@mastra/core": "0.13.0-alpha.3"
51
+ "@internal/lint": "0.0.27",
52
+ "@mastra/core": "0.13.0"
53
53
  },
54
54
  "scripts": {
55
55
  "prepare-docs": "cross-env PREPARE=true node dist/prepare-docs/prepare.js",