@mastra/mcp-docs-server 0.13.4-alpha.0 → 0.13.5-alpha.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 (45) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +12 -12
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +46 -46
  4. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +11 -11
  5. package/.docs/organized/changelogs/%40mastra%2Fcore.md +35 -35
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +42 -42
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +24 -24
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +24 -24
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +61 -61
  10. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +31 -31
  11. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
  12. package/.docs/organized/changelogs/%40mastra%2Floggers.md +15 -15
  13. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +21 -21
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +12 -12
  15. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +25 -25
  16. package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
  17. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +65 -65
  18. package/.docs/organized/changelogs/%40mastra%2Fserver.md +44 -44
  19. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +13 -13
  20. package/.docs/organized/changelogs/create-mastra.md +33 -33
  21. package/.docs/organized/changelogs/mastra.md +79 -79
  22. package/.docs/organized/code-examples/bird-checker-with-express.md +1 -1
  23. package/.docs/organized/code-examples/crypto-chatbot.md +9 -9
  24. package/.docs/organized/code-examples/fireworks-r1.md +1 -1
  25. package/.docs/organized/code-examples/memory-per-resource-example.md +1 -1
  26. package/.docs/organized/code-examples/memory-with-pg.md +1 -1
  27. package/.docs/organized/code-examples/memory-with-upstash.md +1 -1
  28. package/.docs/organized/code-examples/openapi-spec-writer.md +4 -4
  29. package/.docs/raw/client-js/overview.mdx +16 -0
  30. package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +279 -0
  31. package/.docs/raw/deployment/serverless-platforms/index.mdx +0 -1
  32. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +97 -0
  33. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +34 -0
  34. package/.docs/raw/local-dev/mastra-dev.mdx +10 -3
  35. package/.docs/raw/memory/overview.mdx +2 -1
  36. package/.docs/raw/reference/agents/generate.mdx +3 -2
  37. package/.docs/raw/reference/agents/stream.mdx +3 -2
  38. package/.docs/raw/reference/cli/dev.mdx +12 -0
  39. package/.docs/raw/reference/legacyWorkflows/createRun.mdx +0 -4
  40. package/.docs/raw/reference/memory/Memory.mdx +12 -6
  41. package/.docs/raw/reference/workflows/create-run.mdx +4 -4
  42. package/.docs/raw/reference/workflows/sendEvent.mdx +49 -0
  43. package/.docs/raw/workflows/overview.mdx +1 -1
  44. package/.docs/raw/workflows/pausing-execution.mdx +74 -37
  45. package/package.json +5 -5
@@ -1,5 +1,19 @@
1
1
  # @mastra/loggers
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 25bf999: Implemented http transport
8
+ - Updated dependencies [4d3fbdf]
9
+ - @mastra/core@0.10.10
10
+
11
+ ## 0.10.3-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 25bf999: Implemented http transport
16
+
3
17
  ## 0.10.2
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
  - Updated dependencies [7eeb2bc]
285
299
  - Updated dependencies [8607972]
286
300
  - Updated dependencies [7eeb2bc]
287
- - Updated dependencies [fba031f]
288
- - @mastra/core@0.9.2-alpha.5
289
-
290
- ## 0.1.21-alpha.4
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [ccef9f9]
295
- - Updated dependencies [51e6923]
296
- - @mastra/core@0.9.2-alpha.4
297
-
298
- ## 0.1.21-alpha.3
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1494 more lines hidden. See full changelog in package directory.
302
+ ... 1508 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,25 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.5-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2873c7f]
8
+ - Updated dependencies [1c1c6a1]
9
+ - Updated dependencies [f5ec3a4]
10
+ - Updated dependencies [ab3bbff]
11
+ - Updated dependencies [565cc0c]
12
+ - @mastra/core@0.10.11-alpha.2
13
+ - @mastra/mcp@0.10.6-alpha.0
14
+
15
+ ## 0.13.4
16
+
17
+ ### Patch Changes
18
+
19
+ - 16bc2f9: Fix blog tool for fetching blogpost
20
+ - Updated dependencies [4d3fbdf]
21
+ - @mastra/core@0.10.10
22
+
3
23
  ## 0.13.4-alpha.0
4
24
 
5
25
  ### Patch Changes
@@ -278,25 +298,5 @@
278
298
  - Updated dependencies [e5dc18d]
279
299
  - Updated dependencies [ab5adbe]
280
300
  - Updated dependencies [1e8bb40]
281
- - Updated dependencies [1b5fc55]
282
- - Updated dependencies [195c428]
283
- - Updated dependencies [f73e11b]
284
- - Updated dependencies [37643b8]
285
- - Updated dependencies [99fd6cf]
286
- - Updated dependencies [c5bf1ce]
287
- - Updated dependencies [add596e]
288
- - Updated dependencies [8dc94d8]
289
- - Updated dependencies [ecebbeb]
290
- - Updated dependencies [79d5145]
291
- - Updated dependencies [12b7002]
292
- - Updated dependencies [f0d559f]
293
- - Updated dependencies [2901125]
294
- - @mastra/core@0.10.2
295
- - @mastra/mcp@0.10.2
296
-
297
- ## 0.11.1-alpha.2
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 950 more lines hidden. See full changelog in package directory.
302
+ ... 970 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.10.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f5ec3a4: Fix tool calling args for mcp server to ensure validatedArgs are not undefined
8
+ - ab3bbff: Add support for extra arguments in mcp
9
+ - Updated dependencies [2873c7f]
10
+ - Updated dependencies [1c1c6a1]
11
+ - Updated dependencies [565cc0c]
12
+ - @mastra/core@0.10.11-alpha.2
13
+
3
14
  ## 0.10.5
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [2672a05]
288
299
  - @mastra/core@0.9.5-alpha.0
289
300
 
290
- ## 0.5.0
291
-
292
- ### Minor Changes
293
-
294
- - e229660: MCPClient: expose connected client resources.
295
-
296
- Added a new `getResources()` method to the MCPClient class that allows clients to retrieve resources from connected MCP servers. Resources are data or content exposed by MCP servers that can be accessed by clients.
297
-
298
- The implementation includes:
299
- - Direct access to resources from all connected MCP servers, grouped by server name
300
- - Robust error handling that allows partial results when some servers fail
301
301
 
302
- ... 1814 more lines hidden. See full changelog in package directory.
302
+ ... 1825 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,29 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.11.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bc2bbdc: dependencies updates:
8
+ - Updated dependency [`pg-pool@^3.10.1` ↗︎](https://www.npmjs.com/package/pg-pool/v/3.10.1) (from `^3.10.0`, in `dependencies`)
9
+ - Updated dependencies [2873c7f]
10
+ - Updated dependencies [1c1c6a1]
11
+ - Updated dependencies [565cc0c]
12
+ - @mastra/core@0.10.11-alpha.2
13
+
14
+ ## 0.11.2-alpha.0
15
+
16
+ ### Patch Changes
17
+
18
+ - fb2a1b9: dependencies updates:
19
+ - Updated dependency [`pg@^8.16.3` ↗︎](https://www.npmjs.com/package/pg/v/8.16.3) (from `^8.16.0`, in `dependencies`)
20
+ - Updated dependencies [f8ce2cc]
21
+ - Updated dependencies [8c846b6]
22
+ - Updated dependencies [b790fd1]
23
+ - Updated dependencies [d7ed04d]
24
+ - Updated dependencies [f36e4f1]
25
+ - @mastra/core@0.10.11-alpha.0
26
+
3
27
  ## 0.11.1
4
28
 
5
29
  ### Patch Changes
@@ -274,29 +298,5 @@
274
298
 
275
299
  - c5bf1ce: Add backwards compat code for new MessageList in storage
276
300
  - Updated dependencies [c5bf1ce]
277
- - Updated dependencies [12b7002]
278
- - @mastra/core@0.10.2-alpha.4
279
-
280
- ## 0.10.2-alpha.1
281
-
282
- ### Patch Changes
283
-
284
- - f0d559f: Fix peerdeps for alpha channel
285
- - Updated dependencies [1e8bb40]
286
- - @mastra/core@0.10.2-alpha.2
287
-
288
- ## 0.10.2-alpha.0
289
-
290
- ### Patch Changes
291
-
292
- - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
293
- - Updated dependencies [592a2db]
294
- - Updated dependencies [e5dc18d]
295
- - @mastra/core@0.10.2-alpha.0
296
-
297
- ## 0.10.1
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 2238 more lines hidden. See full changelog in package directory.
302
+ ... 2262 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,18 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.12.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - fb2a1b9: dependencies updates:
8
+ - Updated dependency [`pg@^8.16.3` ↗︎](https://www.npmjs.com/package/pg/v/8.16.3) (from `^8.16.0`, in `dependencies`)
9
+ - Updated dependencies [f8ce2cc]
10
+ - Updated dependencies [8c846b6]
11
+ - Updated dependencies [b790fd1]
12
+ - Updated dependencies [d7ed04d]
13
+ - Updated dependencies [f36e4f1]
14
+ - @mastra/core@0.10.11-alpha.0
15
+
3
16
  ## 0.12.1
4
17
 
5
18
  ### Patch Changes
@@ -285,18 +298,5 @@
285
298
  - Updated dependency [`pg-promise@^11.13.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.13.0) (from `^11.11.0`, in `dependencies`)
286
299
  - Updated dependencies [d1ed912]
287
300
  - Updated dependencies [f1f1f1b]
288
- - Updated dependencies [f9816ae]
289
- - Updated dependencies [82090c1]
290
- - Updated dependencies [1b443fd]
291
- - Updated dependencies [ce97900]
292
- - Updated dependencies [14a2566]
293
- - @mastra/core@0.10.4-alpha.0
294
-
295
- ## 0.10.1
296
-
297
- ### Patch Changes
298
-
299
- - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
300
- - c5bf1ce: Add backwards compat code for new MessageList in storage
301
301
 
302
- ... 1695 more lines hidden. See full changelog in package directory.
302
+ ... 1708 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,69 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 5.1.11-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fb0909: dependencies updates:
8
+ - Updated dependency [`@dagrejs/dagre@^1.1.5` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.5) (from `^1.1.4`, in `dependencies`)
9
+ - 05ba777: dependencies updates:
10
+ - Updated dependency [`@xyflow/react@^12.8.1` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.1) (from `^12.6.4`, in `dependencies`)
11
+ - 7ccbf43: dependencies updates:
12
+ - Updated dependency [`motion@^12.23.0` ↗︎](https://www.npmjs.com/package/motion/v/12.23.0) (from `^12.16.0`, in `dependencies`)
13
+ - 4b4b339: dependencies updates:
14
+ - Updated dependency [`@uiw/react-codemirror@^4.23.14` ↗︎](https://www.npmjs.com/package/@uiw/react-codemirror/v/4.23.14) (from `^4.23.13`, in `dependencies`)
15
+ - 4219597: add JSON input close to form input
16
+ - Updated dependencies [2873c7f]
17
+ - Updated dependencies [1c1c6a1]
18
+ - Updated dependencies [565cc0c]
19
+ - Updated dependencies [18da791]
20
+ - @mastra/core@0.10.11-alpha.2
21
+ - @mastra/client-js@0.10.10-alpha.2
22
+
23
+ ## 5.1.11-alpha.1
24
+
25
+ ### Patch Changes
26
+
27
+ - a7a836a: Highlight send event button
28
+ - Updated dependencies [7f6e403]
29
+ - @mastra/core@0.10.11-alpha.1
30
+ - @mastra/client-js@0.10.10-alpha.1
31
+
32
+ ## 5.1.11-alpha.0
33
+
34
+ ### Patch Changes
35
+
36
+ - b790fd1: Use SerializedStepFlowEntry in playground
37
+ - Updated dependencies [f8ce2cc]
38
+ - Updated dependencies [8c846b6]
39
+ - Updated dependencies [b790fd1]
40
+ - Updated dependencies [d7ed04d]
41
+ - Updated dependencies [f36e4f1]
42
+ - @mastra/core@0.10.11-alpha.0
43
+ - @mastra/client-js@0.10.10-alpha.0
44
+
45
+ ## 5.1.10
46
+
47
+ ### Patch Changes
48
+
49
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
50
+ - 45f0dba: Display too-call finish reason error in playground
51
+ - Updated dependencies [b60f510]
52
+ - Updated dependencies [6997af1]
53
+ - Updated dependencies [4d3fbdf]
54
+ - @mastra/client-js@0.10.9
55
+ - @mastra/core@0.10.10
56
+
57
+ ## 5.1.10-alpha.1
58
+
59
+ ### Patch Changes
60
+
61
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
62
+ - Updated dependencies [b60f510]
63
+ - Updated dependencies [6997af1]
64
+ - @mastra/client-js@0.10.9-alpha.1
65
+ - @mastra/core@0.10.10-alpha.1
66
+
3
67
  ## 5.1.10-alpha.0
4
68
 
5
69
  ### Patch Changes
@@ -234,69 +298,5 @@
234
298
  - 9102d89: Fix final output not showing on playground for previously suspended steps
235
299
  - Updated dependencies [d8f2d19]
236
300
  - Updated dependencies [9d52b17]
237
- - Updated dependencies [8ba1b51]
238
- - @mastra/core@0.10.7-alpha.0
239
- - @mastra/client-js@0.10.6-alpha.0
240
-
241
- ## 5.1.6
242
-
243
- ### Patch Changes
244
301
 
245
- - 63f6b7d: dependencies updates:
246
- - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
247
- - Updated dependency [`@autoform/core@^2.2.0` ↗︎](https://www.npmjs.com/package/@autoform/core/v/2.2.0) (from `^2.1.0`, in `dependencies`)
248
- - Updated dependency [`@autoform/react@^3.1.0` ↗︎](https://www.npmjs.com/package/@autoform/react/v/3.1.0) (from `^3.0.0`, in `dependencies`)
249
- - Updated dependency [`@autoform/zod@^2.2.0` ↗︎](https://www.npmjs.com/package/@autoform/zod/v/2.2.0) (from `^2.1.0`, in `dependencies`)
250
- - Updated dependency [`@radix-ui/react-avatar@^1.1.10` ↗︎](https://www.npmjs.com/package/@radix-ui/react-avatar/v/1.1.10) (from `^1.1.3`, in `dependencies`)
251
- - Updated dependency [`@radix-ui/react-checkbox@^1.3.2` ↗︎](https://www.npmjs.com/package/@radix-ui/react-checkbox/v/1.3.2) (from `^1.1.4`, in `dependencies`)
252
- - Updated dependency [`@radix-ui/react-collapsible@^1.1.11` ↗︎](https://www.npmjs.com/package/@radix-ui/react-collapsible/v/1.1.11) (from `^1.1.3`, in `dependencies`)
253
- - Updated dependency [`@radix-ui/react-dialog@^1.1.14` ↗︎](https://www.npmjs.com/package/@radix-ui/react-dialog/v/1.1.14) (from `^1.1.6`, in `dependencies`)
254
- - Updated dependency [`@radix-ui/react-label@^2.1.7` ↗︎](https://www.npmjs.com/package/@radix-ui/react-label/v/2.1.7) (from `^2.1.2`, in `dependencies`)
255
- - Updated dependency [`@radix-ui/react-popover@^1.1.14` ↗︎](https://www.npmjs.com/package/@radix-ui/react-popover/v/1.1.14) (from `^1.1.6`, in `dependencies`)
256
- - Updated dependency [`@radix-ui/react-scroll-area@^1.2.9` ↗︎](https://www.npmjs.com/package/@radix-ui/react-scroll-area/v/1.2.9) (from `^1.2.3`, in `dependencies`)
257
- - Updated dependency [`@radix-ui/react-select@^2.2.5` ↗︎](https://www.npmjs.com/package/@radix-ui/react-select/v/2.2.5) (from `^2.1.6`, in `dependencies`)
258
- - Updated dependency [`@radix-ui/react-slider@^1.3.5` ↗︎](https://www.npmjs.com/package/@radix-ui/react-slider/v/1.3.5) (from `^1.2.3`, in `dependencies`)
259
- - Updated dependency [`@radix-ui/react-slot@^1.2.3` ↗︎](https://www.npmjs.com/package/@radix-ui/react-slot/v/1.2.3) (from `^1.1.2`, in `dependencies`)
260
- - Updated dependency [`@radix-ui/react-switch@^1.2.5` ↗︎](https://www.npmjs.com/package/@radix-ui/react-switch/v/1.2.5) (from `^1.1.3`, in `dependencies`)
261
- - Updated dependency [`@radix-ui/react-tabs@^1.1.12` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tabs/v/1.1.12) (from `^1.1.2`, in `dependencies`)
262
- - Updated dependency [`@radix-ui/react-toggle@^1.1.9` ↗︎](https://www.npmjs.com/package/@radix-ui/react-toggle/v/1.1.9) (from `^1.1.2`, in `dependencies`)
263
- - Updated dependency [`@radix-ui/react-tooltip@^1.2.7` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tooltip/v/1.2.7) (from `^1.1.8`, in `dependencies`)
264
- - Updated dependency [`@tanstack/react-table@^8.21.3` ↗︎](https://www.npmjs.com/package/@tanstack/react-table/v/8.21.3) (from `^8.21.2`, in `dependencies`)
265
- - Updated dependency [`@uiw/codemirror-theme-dracula@^4.23.13` ↗︎](https://www.npmjs.com/package/@uiw/codemirror-theme-dracula/v/4.23.13) (from `^4.23.10`, in `dependencies`)
266
- - Updated dependency [`@uiw/react-codemirror@^4.23.13` ↗︎](https://www.npmjs.com/package/@uiw/react-codemirror/v/4.23.13) (from `^4.23.8`, in `dependencies`)
267
- - Updated dependency [`@xyflow/react@^12.6.4` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.6.4) (from `^12.3.6`, in `dependencies`)
268
- - Updated dependency [`cmdk@^1.1.1` ↗︎](https://www.npmjs.com/package/cmdk/v/1.1.1) (from `^1.0.0`, in `dependencies`)
269
- - Updated dependency [`json-schema-to-zod@^2.6.1` ↗︎](https://www.npmjs.com/package/json-schema-to-zod/v/2.6.1) (from `^2.5.0`, in `dependencies`)
270
- - Updated dependency [`motion@^12.16.0` ↗︎](https://www.npmjs.com/package/motion/v/12.16.0) (from `^12.4.2`, in `dependencies`)
271
- - Updated dependency [`prism-react-renderer@^2.4.1` ↗︎](https://www.npmjs.com/package/prism-react-renderer/v/2.4.1) (from `^2.4.0`, in `dependencies`)
272
- - Updated dependency [`react-hook-form@^7.57.0` ↗︎](https://www.npmjs.com/package/react-hook-form/v/7.57.0) (from `^7.54.2`, in `dependencies`)
273
- - Updated dependency [`react-resizable-panels@^2.1.9` ↗︎](https://www.npmjs.com/package/react-resizable-panels/v/2.1.9) (from `^2.1.7`, in `dependencies`)
274
- - Updated dependency [`remark-rehype@^11.1.2` ↗︎](https://www.npmjs.com/package/remark-rehype/v/11.1.2) (from `^11.1.1`, in `dependencies`)
275
- - Updated dependency [`remeda@^2.23.0` ↗︎](https://www.npmjs.com/package/remeda/v/2.23.0) (from `^2.21.1`, in `dependencies`)
276
- - Updated dependency [`sonner@^2.0.5` ↗︎](https://www.npmjs.com/package/sonner/v/2.0.5) (from `^2.0.1`, in `dependencies`)
277
- - Updated dependency [`use-debounce@^10.0.5` ↗︎](https://www.npmjs.com/package/use-debounce/v/10.0.5) (from `^10.0.4`, in `dependencies`)
278
- - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
279
- - Updated dependency [`zustand@^5.0.5` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.5) (from `^5.0.3`, in `dependencies`)
280
- - 02560d4: lift evals fetching to the playground package instead
281
- - 5f2aa3e: Move workflow hooks to playground
282
- - 311132e: move useWorkflow to playground instead of playground-ui
283
- - fc677d7: For final result for a workflow
284
- - Updated dependencies [63f6b7d]
285
- - Updated dependencies [63f6b7d]
286
- - Updated dependencies [12a95fc]
287
- - Updated dependencies [4b0f8a6]
288
- - Updated dependencies [51264a5]
289
- - Updated dependencies [8e6f677]
290
- - Updated dependencies [d70c420]
291
- - Updated dependencies [ee9af57]
292
- - Updated dependencies [36f1c36]
293
- - Updated dependencies [2a16996]
294
- - Updated dependencies [10d352e]
295
- - Updated dependencies [9589624]
296
- - Updated dependencies [3270d9d]
297
- - Updated dependencies [53d3c37]
298
- - Updated dependencies [751c894]
299
- - Updated dependencies [577ce3a]
300
- - Updated dependencies [9260b3a]
301
-
302
- ... 1825 more lines hidden. See full changelog in package directory.
302
+ ... 1889 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,48 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.10.11-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2873c7f]
8
+ - Updated dependencies [1c1c6a1]
9
+ - Updated dependencies [565cc0c]
10
+ - @mastra/core@0.10.11-alpha.2
11
+
12
+ ## 0.10.11-alpha.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [7f6e403]
17
+ - @mastra/core@0.10.11-alpha.1
18
+
19
+ ## 0.10.11-alpha.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [f8ce2cc]
24
+ - Updated dependencies [8c846b6]
25
+ - Updated dependencies [b790fd1]
26
+ - Updated dependencies [d7ed04d]
27
+ - Updated dependencies [f36e4f1]
28
+ - @mastra/core@0.10.11-alpha.0
29
+
30
+ ## 0.10.10
31
+
32
+ ### Patch Changes
33
+
34
+ - 6e13b80: Add error cause and stack trace to mastra server error handler
35
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
36
+ - Updated dependencies [4d3fbdf]
37
+ - @mastra/core@0.10.10
38
+
39
+ ## 0.10.10-alpha.1
40
+
41
+ ### Patch Changes
42
+
43
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
44
+ - @mastra/core@0.10.10-alpha.1
45
+
3
46
  ## 0.10.10-alpha.0
4
47
 
5
48
  ### Patch Changes
@@ -256,47 +299,4 @@
256
299
  - Updated dependencies [53d3c37]
257
300
  - @mastra/core@0.10.6-alpha.0
258
301
 
259
- ## 0.10.5
260
-
261
- ### Patch Changes
262
-
263
- - 1ba421d: fix the tools not showing on workflows attached to agents
264
- - Updated dependencies [13c97f9]
265
- - @mastra/core@0.10.5
266
-
267
- ## 0.10.4
268
-
269
- ### Patch Changes
270
-
271
- - f1f1f1b: Add basic filtering capabilities to logs
272
- - 9597ee5: Hoist runtimeContext from POST request into middleware
273
- - 82090c1: Add pagination to logs
274
- - bebd27c: Only apply <placeholder> text inside instructions in the playground ui
275
- - Updated dependencies [d1ed912]
276
- - Updated dependencies [f6fd25f]
277
- - Updated dependencies [dffb67b]
278
- - Updated dependencies [f1f1f1b]
279
- - Updated dependencies [925ab94]
280
- - Updated dependencies [f9816ae]
281
- - Updated dependencies [82090c1]
282
- - Updated dependencies [1b443fd]
283
- - Updated dependencies [ce97900]
284
- - Updated dependencies [f1309d3]
285
- - Updated dependencies [14a2566]
286
- - Updated dependencies [f7f8293]
287
- - Updated dependencies [48eddb9]
288
- - @mastra/core@0.10.4
289
-
290
- ## 0.10.4-alpha.3
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [925ab94]
295
- - @mastra/core@0.10.4-alpha.3
296
-
297
- ## 0.10.4-alpha.2
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 2234 more lines hidden. See full changelog in package directory.
302
+ ... 2277 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/upstash
2
2
 
3
+ ## 0.12.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - bef10e5: dependencies updates:
8
+ - Updated dependency [`@upstash/vector@^1.2.2` ↗︎](https://www.npmjs.com/package/@upstash/vector/v/1.2.2) (from `^1.2.1`, in `dependencies`)
9
+ - Updated dependencies [2873c7f]
10
+ - Updated dependencies [1c1c6a1]
11
+ - Updated dependencies [565cc0c]
12
+ - @mastra/core@0.10.11-alpha.2
13
+
3
14
  ## 0.12.0
4
15
 
5
16
  ### Minor Changes
@@ -287,16 +298,5 @@
287
298
  ### Patch Changes
288
299
 
289
300
  - e60402a: Use scan instead of keys for upstash redis and implement batchInsert
290
- - Updated dependencies [d70b807]
291
- - Updated dependencies [6d16390]
292
- - Updated dependencies [1e4a421]
293
- - Updated dependencies [200d0da]
294
- - Updated dependencies [bf5f17b]
295
- - Updated dependencies [5343f93]
296
- - Updated dependencies [38aee50]
297
- - Updated dependencies [5c41100]
298
- - Updated dependencies [d6a759b]
299
- - Updated dependencies [6015bdf]
300
- - @mastra/core@0.10.1
301
-
302
- ... 1590 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1601 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,37 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.10.10-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4219597: add JSON input close to form input
8
+ - 18ca936: Update rollup config for create-mastra
9
+
10
+ ## 0.10.10-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - a7a836a: Highlight send event button
15
+
16
+ ## 0.10.10-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - af9e40e: Map log level number to string value
21
+ - b790fd1: Use SerializedStepFlowEntry in playground
22
+
23
+ ## 0.10.9
24
+
25
+ ### Patch Changes
26
+
27
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
28
+
29
+ ## 0.10.9-alpha.0
30
+
31
+ ### Patch Changes
32
+
33
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
34
+
3
35
  ## 0.10.8
4
36
 
5
37
  ### Patch Changes
@@ -267,36 +299,4 @@
267
299
 
268
300
  ## 0.10.0
269
301
 
270
- ### Patch Changes
271
-
272
- - bdb7934: fix tools not showing (discoverability)
273
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
274
- - ae122cc: show the entities ID close to the copy button
275
- - 99552bc: revamp the UI of the tools page
276
- - f2d3352: fix overflow scroll in runtime context
277
- - 95911be: Fixed an issue where if @mastra/core was not released at the same time as create-mastra, create-mastra would match the alpha tag instead of latest tag when running npm create mastra@latest
278
- - db4211d: improve the UI/UX of the runtime context with formatting, copying, docs and syntax highlighting
279
- - 9b7294a: Revamp the UI for the right sidebar of the agents page
280
- - e2c2cf1: Persist playground agent settings across refresh
281
- - 47776b4: update the mcp pages
282
- - fd69cc3: revamp UI of workflow "Run" pane
283
- - 1270183: Add waterfull traces instead of stacked progressbar (UI improvement mostly)
284
- - 392a14d: changing the empty state for threads in agent chat
285
- - cbf153f: Handle broken images on the playground
286
- - 0cae9b1: sidebar adjustments (storing status + showing the action of collapsing / expanding)
287
- - d2b595a: a better tools playground page
288
- - 1f6886f: bring back the memory not activated warning in agent chat
289
- - 8a68886: revamp the UI of the workflow form input
290
-
291
- ## 0.3.4-alpha.2
292
-
293
- ### Patch Changes
294
-
295
- - 47776b4: update the mcp pages
296
-
297
- ## 0.3.4-alpha.1
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 959 more lines hidden. See full changelog in package directory.
302
+ ... 991 more lines hidden. See full changelog in package directory.