@mastra/mcp-docs-server 0.13.5-alpha.0 → 0.13.6

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 (93) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +76 -76
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +61 -61
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +54 -54
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +211 -211
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +75 -75
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +91 -91
  7. package/.docs/organized/changelogs/%40mastra%2Fcore.md +185 -185
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +237 -237
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +143 -143
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +143 -143
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +235 -235
  12. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +84 -84
  13. package/.docs/organized/changelogs/%40mastra%2Fevals.md +56 -56
  14. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
  15. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +75 -75
  16. package/.docs/organized/changelogs/%40mastra%2Flance.md +55 -0
  17. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +56 -56
  18. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
  19. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +38 -38
  20. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +119 -119
  21. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +58 -58
  22. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +69 -0
  23. package/.docs/organized/changelogs/%40mastra%2Fpg.md +119 -119
  24. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +244 -244
  25. package/.docs/organized/changelogs/%40mastra%2Frag.md +73 -73
  26. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +24 -0
  27. package/.docs/organized/changelogs/%40mastra%2Fserver.md +211 -211
  28. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +76 -76
  29. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +44 -44
  30. package/.docs/organized/changelogs/create-mastra.md +126 -126
  31. package/.docs/organized/changelogs/mastra.md +256 -256
  32. package/.docs/organized/code-examples/agent.md +6 -0
  33. package/.docs/organized/code-examples/agui.md +3 -3
  34. package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
  35. package/.docs/organized/code-examples/ai-sdk-v5.md +201 -0
  36. package/.docs/organized/code-examples/assistant-ui.md +2 -2
  37. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
  38. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
  39. package/.docs/organized/code-examples/client-side-tools.md +1 -1
  40. package/.docs/organized/code-examples/crypto-chatbot.md +5 -5
  41. package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
  42. package/.docs/organized/code-examples/workflow-with-suspend-resume.md +181 -0
  43. package/.docs/raw/agents/agent-memory.mdx +126 -0
  44. package/.docs/raw/agents/dynamic-agents.mdx +34 -2
  45. package/.docs/raw/agents/overview.mdx +21 -33
  46. package/.docs/raw/community/licensing.mdx +27 -19
  47. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
  48. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
  49. package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
  50. package/.docs/raw/deployment/server-deployment.mdx +56 -0
  51. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
  52. package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
  53. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
  54. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
  55. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
  56. package/.docs/raw/frameworks/servers/express.mdx +1 -1
  57. package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
  58. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
  59. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
  60. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
  61. package/.docs/raw/getting-started/installation.mdx +10 -7
  62. package/.docs/raw/getting-started/model-capability.mdx +1 -1
  63. package/.docs/raw/memory/overview.mdx +8 -0
  64. package/.docs/raw/memory/semantic-recall.mdx +6 -0
  65. package/.docs/raw/observability/tracing.mdx +30 -0
  66. package/.docs/raw/rag/retrieval.mdx +24 -5
  67. package/.docs/raw/reference/agents/agent.mdx +2 -2
  68. package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
  69. package/.docs/raw/reference/cli/dev.mdx +4 -3
  70. package/.docs/raw/reference/client-js/agents.mdx +8 -0
  71. package/.docs/raw/reference/memory/query.mdx +35 -14
  72. package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
  73. package/.docs/raw/reference/rag/rerankWithScorer.mdx +213 -0
  74. package/.docs/raw/reference/storage/mssql.mdx +108 -0
  75. package/.docs/raw/server-db/custom-api-routes.mdx +67 -0
  76. package/.docs/raw/server-db/production-server.mdx +66 -0
  77. package/.docs/raw/tools-mcp/mcp-overview.mdx +28 -7
  78. package/.docs/raw/workflows/control-flow.mdx +91 -93
  79. package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
  80. package/.docs/raw/workflows/overview.mdx +22 -12
  81. package/.docs/raw/workflows/pausing-execution.mdx +49 -4
  82. package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
  83. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
  84. package/.docs/raw/workflows-legacy/overview.mdx +11 -0
  85. package/LICENSE.md +11 -42
  86. package/package.json +7 -9
  87. package/.docs/raw/deployment/custom-api-routes.mdx +0 -55
  88. package/.docs/raw/deployment/server.mdx +0 -116
  89. package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
  90. /package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +0 -0
  91. /package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +0 -0
  92. /package/.docs/raw/{deployment → server-db}/middleware.mdx +0 -0
  93. /package/.docs/raw/{storage/overview.mdx → server-db/storage.mdx} +0 -0
@@ -1,5 +1,95 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7ba91fa: Throw mastra errors methods not implemented yet
8
+ - Updated dependencies [f248d53]
9
+ - Updated dependencies [2affc57]
10
+ - Updated dependencies [66e13e3]
11
+ - Updated dependencies [edd9482]
12
+ - Updated dependencies [18344d7]
13
+ - Updated dependencies [9d372c2]
14
+ - Updated dependencies [40c2525]
15
+ - Updated dependencies [e473f27]
16
+ - Updated dependencies [032cb66]
17
+ - Updated dependencies [703ac71]
18
+ - Updated dependencies [a723d69]
19
+ - Updated dependencies [7827943]
20
+ - Updated dependencies [5889a31]
21
+ - Updated dependencies [bf1e7e7]
22
+ - Updated dependencies [65e3395]
23
+ - Updated dependencies [4933192]
24
+ - Updated dependencies [d1c77a4]
25
+ - Updated dependencies [bea9dd1]
26
+ - Updated dependencies [dcd4802]
27
+ - Updated dependencies [cbddd18]
28
+ - Updated dependencies [7ba91fa]
29
+ - @mastra/core@0.11.0
30
+
31
+ ## 0.11.2-alpha.0
32
+
33
+ ### Patch Changes
34
+
35
+ - 7ba91fa: Throw mastra errors methods not implemented yet
36
+ - Updated dependencies [f248d53]
37
+ - Updated dependencies [2affc57]
38
+ - Updated dependencies [66e13e3]
39
+ - Updated dependencies [edd9482]
40
+ - Updated dependencies [18344d7]
41
+ - Updated dependencies [9d372c2]
42
+ - Updated dependencies [40c2525]
43
+ - Updated dependencies [e473f27]
44
+ - Updated dependencies [032cb66]
45
+ - Updated dependencies [703ac71]
46
+ - Updated dependencies [a723d69]
47
+ - Updated dependencies [5889a31]
48
+ - Updated dependencies [65e3395]
49
+ - Updated dependencies [4933192]
50
+ - Updated dependencies [d1c77a4]
51
+ - Updated dependencies [bea9dd1]
52
+ - Updated dependencies [dcd4802]
53
+ - Updated dependencies [7ba91fa]
54
+ - @mastra/core@0.11.0-alpha.2
55
+
56
+ ## 0.11.1
57
+
58
+ ### Patch Changes
59
+
60
+ - 6c89d7f: Save runtimeContext in snapshot
61
+ - Updated dependencies [0b56518]
62
+ - Updated dependencies [db5cc15]
63
+ - Updated dependencies [2ba5b76]
64
+ - Updated dependencies [5237998]
65
+ - Updated dependencies [c3a30de]
66
+ - Updated dependencies [37c1acd]
67
+ - Updated dependencies [1aa60b1]
68
+ - Updated dependencies [89ec9d4]
69
+ - Updated dependencies [cf3a184]
70
+ - Updated dependencies [d6bfd60]
71
+ - Updated dependencies [626b0f4]
72
+ - Updated dependencies [c22a91f]
73
+ - Updated dependencies [f7403ab]
74
+ - Updated dependencies [6c89d7f]
75
+ - @mastra/core@0.10.15
76
+
77
+ ## 0.11.1-alpha.0
78
+
79
+ ### Patch Changes
80
+
81
+ - 6c89d7f: Save runtimeContext in snapshot
82
+ - Updated dependencies [db5cc15]
83
+ - Updated dependencies [5237998]
84
+ - Updated dependencies [37c1acd]
85
+ - Updated dependencies [1aa60b1]
86
+ - Updated dependencies [89ec9d4]
87
+ - Updated dependencies [626b0f4]
88
+ - Updated dependencies [c22a91f]
89
+ - Updated dependencies [f7403ab]
90
+ - Updated dependencies [6c89d7f]
91
+ - @mastra/core@0.10.15-alpha.0
92
+
3
93
  ## 0.11.0
4
94
 
5
95
  ### Minor Changes
@@ -208,95 +298,5 @@
208
298
  - Updated dependencies [1e8bb40]
209
299
  - @mastra/core@0.10.2-alpha.2
210
300
 
211
- ## 0.10.2-alpha.1
212
-
213
- ### Patch Changes
214
-
215
- - e9d2ca8: Add pagination to cloudflare kv listing namespaces.
216
- - Updated dependencies [ee77e78]
217
- - Updated dependencies [2901125]
218
- - @mastra/core@0.10.2-alpha.1
219
-
220
- ## 0.10.2-alpha.0
221
-
222
- ### Patch Changes
223
-
224
- - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
225
- - Updated dependencies [592a2db]
226
- - Updated dependencies [e5dc18d]
227
- - @mastra/core@0.10.2-alpha.0
228
-
229
- ## 0.10.1
230
-
231
- ### Patch Changes
232
-
233
- - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
234
- - Updated dependencies [d70b807]
235
- - Updated dependencies [6d16390]
236
- - Updated dependencies [1e4a421]
237
- - Updated dependencies [200d0da]
238
- - Updated dependencies [bf5f17b]
239
- - Updated dependencies [5343f93]
240
- - Updated dependencies [38aee50]
241
- - Updated dependencies [5c41100]
242
- - Updated dependencies [d6a759b]
243
- - Updated dependencies [6015bdf]
244
- - @mastra/core@0.10.1
245
-
246
- ## 0.10.1-alpha.0
247
-
248
- ### Patch Changes
249
-
250
- - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
251
- - Updated dependencies [200d0da]
252
- - Updated dependencies [bf5f17b]
253
- - Updated dependencies [5343f93]
254
- - Updated dependencies [38aee50]
255
- - Updated dependencies [5c41100]
256
- - Updated dependencies [d6a759b]
257
- - @mastra/core@0.10.1-alpha.1
258
-
259
- ## 0.10.0
260
-
261
- ### Minor Changes
262
-
263
- - 83da932: Move @mastra/core to peerdeps
264
-
265
- ### Patch Changes
266
-
267
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
268
- - Updated dependencies [b3a3d63]
269
- - Updated dependencies [344f453]
270
- - Updated dependencies [0a3ae6d]
271
- - Updated dependencies [95911be]
272
- - Updated dependencies [f53a6ac]
273
- - Updated dependencies [5eb5a99]
274
- - Updated dependencies [7e632c5]
275
- - Updated dependencies [1e9fbfa]
276
- - Updated dependencies [eabdcd9]
277
- - Updated dependencies [90be034]
278
- - Updated dependencies [99f050a]
279
- - Updated dependencies [d0ee3c6]
280
- - Updated dependencies [b2ae5aa]
281
- - Updated dependencies [23f258c]
282
- - Updated dependencies [a7292b0]
283
- - Updated dependencies [0dcb9f0]
284
- - Updated dependencies [2672a05]
285
- - @mastra/core@0.10.0
286
-
287
- ## 0.2.0-alpha.1
288
-
289
- ### Minor Changes
290
-
291
- - 83da932: Move @mastra/core to peerdeps
292
-
293
- ### Patch Changes
294
-
295
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
296
- - Updated dependencies [b3a3d63]
297
- - Updated dependencies [344f453]
298
- - Updated dependencies [0a3ae6d]
299
- - Updated dependencies [95911be]
300
- - Updated dependencies [5eb5a99]
301
301
 
302
- ... 555 more lines hidden. See full changelog in package directory.
302
+ ... 645 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,189 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
8
+ - 2affc57: Fix output type of network loop
9
+ - 66e13e3: Add methods to fetch workflow/agent by its true id
10
+ - edd9482: Fix "workflow run was not suspended" error when attempting to resume a workflow with consecutive nested workflows.
11
+ - 18344d7: Code and llm scorers
12
+ - 9d372c2: Fix streamVNext error handling
13
+ - 40c2525: Fix agent.generate error with experimental_output and clientTool
14
+ - e473f27: Implement off the shelf Scorers
15
+ - 032cb66: ClientJS
16
+ - 703ac71: scores schema
17
+ - a723d69: Pass workflowId through
18
+ - 7827943: Handle streaming large data
19
+ - 5889a31: Export storage domain types
20
+ - bf1e7e7: Configure agent memory using runtimeContext
21
+ - 65e3395: Add Scores playground-ui and add scorer hooks
22
+ - 4933192: Update Message List to ensure correct order of message parts
23
+ - d1c77a4: Scorer interface
24
+ - bea9dd1: Refactor Agent class to consolidate LLM generate and stream methods and improve type safety. This includes
25
+ extracting common logic into prepareLLMOptions(), enhancing type definitions, and fixing test annotations.
26
+
27
+ This changeset entry follows the established format in your project:
28
+ - Targets the @mastra/core package with a patch version bump
29
+ - Provides a concise description of the refactoring and type safety improvements
30
+ - Mentions the key changes without being too verbose
31
+
32
+ - dcd4802: scores mastra server
33
+ - cbddd18: Remove erroneous reassignment of `Mastra.prototype.#vectors`
34
+ - 7ba91fa: Add scorer abstract methods for base storage
35
+
36
+ ## 0.11.0-alpha.3
37
+
38
+ ## 0.11.0-alpha.2
39
+
40
+ ### Patch Changes
41
+
42
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
43
+ - 2affc57: Fix output type of network loop
44
+ - 66e13e3: Add methods to fetch workflow/agent by its true id
45
+ - edd9482: Fix "workflow run was not suspended" error when attempting to resume a workflow with consecutive nested workflows.
46
+ - 18344d7: Code and llm scorers
47
+ - 9d372c2: Fix streamVNext error handling
48
+ - 40c2525: Fix agent.generate error with experimental_output and clientTool
49
+ - e473f27: Implement off the shelf Scorers
50
+ - 032cb66: ClientJS
51
+ - 703ac71: scores schema
52
+ - a723d69: Pass workflowId through
53
+ - 5889a31: Export storage domain types
54
+ - 65e3395: Add Scores playground-ui and add scorer hooks
55
+ - 4933192: Update Message List to ensure correct order of message parts
56
+ - d1c77a4: Scorer interface
57
+ - bea9dd1: Refactor Agent class to consolidate LLM generate and stream methods and improve type safety. This includes
58
+ extracting common logic into prepareLLMOptions(), enhancing type definitions, and fixing test annotations.
59
+
60
+ This changeset entry follows the established format in your project:
61
+ - Targets the @mastra/core package with a patch version bump
62
+ - Provides a concise description of the refactoring and type safety improvements
63
+ - Mentions the key changes without being too verbose
64
+
65
+ - dcd4802: scores mastra server
66
+ - 7ba91fa: Add scorer abstract methods for base storage
67
+
68
+ ## 0.11.0-alpha.1
69
+
70
+ ## 0.11.0-alpha.0
71
+
72
+ ### Patch Changes
73
+
74
+ - 7827943: Handle streaming large data
75
+ - bf1e7e7: Configure agent memory using runtimeContext
76
+ - cbddd18: Remove erroneous reassignment of `Mastra.prototype.#vectors`
77
+
78
+ ## 0.10.15
79
+
80
+ ### Patch Changes
81
+
82
+ - 0b56518: Ensure removed runtimeContext values are not saved in snapshot
83
+ - db5cc15: Create thread if it does not exist yet in agent network stream, generate and loopStream
84
+ - 2ba5b76: Allow passing jsonSchema into workingMemory schema
85
+ - 5237998: Fix foreach output
86
+ - c3a30de: added new experimental vnext working memory
87
+ - 37c1acd: Format semantic recall messages grouped by dates and labeled by if they're from a different thread or not, to improve longmemeval scores
88
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
89
+ - 89ec9d4: remove cohere-ai client dependency and just make a fetch call
90
+ - cf3a184: Add warning log when memory is not configured but threadId/resourceId are passed to agent
91
+ - d6bfd60: Simplify Message-List Merge Logic and Updates
92
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
93
+ - c22a91f: Fix nested workflow resume in loop workflow breaking
94
+ - f7403ab: Only change workflow status to success after all steps are successful
95
+ - 6c89d7f: Save runtimeContext in snapshot
96
+ - Updated dependencies [4da943f]
97
+ - @mastra/schema-compat@0.10.5
98
+
99
+ ## 0.10.15-alpha.1
100
+
101
+ ### Patch Changes
102
+
103
+ - 0b56518: Ensure removed runtimeContext values are not saved in snapshot
104
+ - 2ba5b76: Allow passing jsonSchema into workingMemory schema
105
+ - c3a30de: added new experimental vnext working memory
106
+ - cf3a184: Add warning log when memory is not configured but threadId/resourceId are passed to agent
107
+ - d6bfd60: Simplify Message-List Merge Logic and Updates
108
+ - Updated dependencies [4da943f]
109
+ - @mastra/schema-compat@0.10.5-alpha.0
110
+
111
+ ## 0.10.15-alpha.0
112
+
113
+ ### Patch Changes
114
+
115
+ - db5cc15: Create thread if it does not exist yet in agent network stream, generate and loopStream
116
+ - 5237998: Fix foreach output
117
+ - 37c1acd: Format semantic recall messages grouped by dates and labeled by if they're from a different thread or not, to improve longmemeval scores
118
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
119
+ - 89ec9d4: remove cohere-ai client dependency and just make a fetch call
120
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
121
+ - c22a91f: Fix nested workflow resume in loop workflow breaking
122
+ - f7403ab: Only change workflow status to success after all steps are successful
123
+ - 6c89d7f: Save runtimeContext in snapshot
124
+
125
+ ## 0.10.14
126
+
127
+ ### Patch Changes
128
+
129
+ - Update @mastra/deployer
130
+
131
+ ## 0.10.12
132
+
133
+ ### Patch Changes
134
+
135
+ - b4a9811: Remove async-await of stream inside llm base class
136
+ - 4d5583d: [Cloud-195] added retrieved memory messages to agent traces
137
+
138
+ ## 0.10.12-alpha.1
139
+
140
+ ### Patch Changes
141
+
142
+ - 4d5583d: [Cloud-195] added retrieved memory messages to agent traces
143
+
144
+ ## 0.10.12-alpha.0
145
+
146
+ ### Patch Changes
147
+
148
+ - b4a9811: Remove async-await of stream inside llm base class
149
+
150
+ ## 0.10.11
151
+
152
+ ### Patch Changes
153
+
154
+ - 2873c7f: dependencies updates:
155
+ - Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
156
+ - 1c1c6a1: dependencies updates:
157
+ - Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
158
+ - f8ce2cc: Add stepId to workflow executeStep error log
159
+ - 8c846b6: Fixed a problem where per-resource working memory wasn't being queried properly
160
+ - c7bbf1e: Implement workflow retry delay
161
+ - 8722d53: Fix multi modal remaining steps
162
+ - 565cc0c: fix redirection when clicking on the playground breadcrumbs
163
+ - b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
164
+ - 132027f: Check if workflow and step is suspended before resuming
165
+ - 0c85311: Fix Google models ZodNull tool schema handling
166
+ - d7ed04d: make workflow execute use createRunAsync
167
+ - cb16baf: Fix MCP tool output schema type and return value
168
+ - f36e4f1: Allow passing custom instructions to generateTitle to override default instructions.
169
+ - 7f6e403: [MASTRA-3765] Save Message parts - Add ability for user to save messages on step finish for stream and agent
170
+ - Updated dependencies [0c85311]
171
+ - @mastra/schema-compat@0.10.4
172
+
173
+ ## 0.10.11-alpha.4
174
+
175
+ ## 0.10.11-alpha.3
176
+
177
+ ### Patch Changes
178
+
179
+ - c7bbf1e: Implement workflow retry delay
180
+ - 8722d53: Fix multi modal remaining steps
181
+ - 132027f: Check if workflow and step is suspended before resuming
182
+ - 0c85311: Fix Google models ZodNull tool schema handling
183
+ - cb16baf: Fix MCP tool output schema type and return value
184
+ - Updated dependencies [0c85311]
185
+ - @mastra/schema-compat@0.10.4-alpha.0
186
+
3
187
  ## 0.10.11-alpha.2
4
188
 
5
189
  ### Patch Changes
@@ -114,189 +298,5 @@
114
298
  - d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
115
299
  - 4d21bf2: throw mastra errors for MCP
116
300
  - 07d6d88: Bump MCP SDK version and add tool output schema support to MCPServer and MCPClient
117
- - 9d52b17: Fix inngest workflows streaming and add step metadata
118
- - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
119
- - 792c4c0: feat: pass runId to onFinish
120
- - 5d74aab: Return isComplete of true in routing step when no resource is selected
121
- - a8b194f: Fix double tool call for working memory
122
- - 4fb0cc2: Type safe variable mapping
123
- - d2a7a31: Fix memory message context for when LLM providers throw an error if the first message is a tool call.
124
- - 502fe05: createRun() -> createRunAsync()
125
- - 144eb0b: [MASTRA-3669] Metadata Filter Types
126
- - 8ba1b51: Add custom routes by default to jsonapi
127
- - 4efcfa0: Added bail() method and more ergonomic suspend function return value
128
- - 0e17048: Throw mastra errors in storage packages
129
- - Updated dependencies [98bbe5a]
130
- - Updated dependencies [a853c43]
131
- - @mastra/schema-compat@0.10.3
132
-
133
- ## 0.10.7-alpha.5
134
-
135
- ### Patch Changes
136
-
137
- - Updated dependencies [a853c43]
138
- - @mastra/schema-compat@0.10.3-alpha.1
139
-
140
- ## 0.10.7-alpha.4
141
-
142
- ### Patch Changes
143
-
144
- - a8b194f: Fix double tool call for working memory
145
-
146
- ## 0.10.7-alpha.3
147
-
148
- ### Patch Changes
149
-
150
- - 792c4c0: feat: pass runId to onFinish
151
- - 502fe05: createRun() -> createRunAsync()
152
- - 4efcfa0: Added bail() method and more ergonomic suspend function return value
153
-
154
- ## 0.10.7-alpha.2
155
-
156
- ### Patch Changes
157
-
158
- - 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
159
- - 07d6d88: Bump MCP SDK version and add tool output schema support to MCPServer and MCPClient
160
- - 5d74aab: Return isComplete of true in routing step when no resource is selected
161
- - 144eb0b: [MASTRA-3669] Metadata Filter Types
162
- - Updated dependencies [98bbe5a]
163
- - @mastra/schema-compat@0.10.3-alpha.0
164
-
165
- ## 0.10.7-alpha.1
166
-
167
- ### Patch Changes
168
-
169
- - d1baedb: fix bad merge with mastra error
170
- - 4d21bf2: throw mastra errors for MCP
171
- - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
172
- - 4fb0cc2: Type safe variable mapping
173
- - d2a7a31: Fix memory message context for when LLM providers throw an error if the first message is a tool call.
174
- - 0e17048: Throw mastra errors in storage packages
175
-
176
- ## 0.10.7-alpha.0
177
-
178
- ### Patch Changes
179
-
180
- - d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
181
- - 9d52b17: Fix inngest workflows streaming and add step metadata
182
- - 8ba1b51: Add custom routes by default to jsonapi
183
-
184
- ## 0.10.6
185
-
186
- ### Patch Changes
187
-
188
- - 63f6b7d: dependencies updates:
189
- - Updated dependency [`@opentelemetry/exporter-trace-otlp-grpc@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-grpc/v/0.201.1) (from `^0.201.0`, in `dependencies`)
190
- - Updated dependency [`@opentelemetry/exporter-trace-otlp-http@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-http/v/0.201.1) (from `^0.201.0`, in `dependencies`)
191
- - Updated dependency [`@opentelemetry/otlp-exporter-base@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-exporter-base/v/0.201.1) (from `^0.201.0`, in `dependencies`)
192
- - Updated dependency [`@opentelemetry/otlp-transformer@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-transformer/v/0.201.1) (from `^0.201.0`, in `dependencies`)
193
- - Updated dependency [`@opentelemetry/sdk-node@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-node/v/0.201.1) (from `^0.201.0`, in `dependencies`)
194
- - Updated dependency [`@opentelemetry/semantic-conventions@^1.34.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/semantic-conventions/v/1.34.0) (from `^1.33.0`, in `dependencies`)
195
- - Updated dependency [`ai@^4.3.16` ↗︎](https://www.npmjs.com/package/ai/v/4.3.16) (from `^4.2.2`, in `dependencies`)
196
- - Updated dependency [`cohere-ai@^7.17.1` ↗︎](https://www.npmjs.com/package/cohere-ai/v/7.17.1) (from `^7.16.0`, in `dependencies`)
197
- - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.5.1`, in `dependencies`)
198
- - Updated dependency [`hono-openapi@^0.4.8` ↗︎](https://www.npmjs.com/package/hono-openapi/v/0.4.8) (from `^0.4.6`, in `dependencies`)
199
- - Updated dependency [`json-schema-to-zod@^2.6.1` ↗︎](https://www.npmjs.com/package/json-schema-to-zod/v/2.6.1) (from `^2.6.0`, in `dependencies`)
200
- - Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `dependencies`)
201
- - Updated dependency [`xstate@^5.19.4` ↗︎](https://www.npmjs.com/package/xstate/v/5.19.4) (from `^5.19.2`, in `dependencies`)
202
- - 12a95fc: Allow passing thread metadata to agent.generate and agent.stream. This will update or create the thread with the metadata passed in. Also simplifies the arguments for those two functions into a new memory property.
203
- - 4b0f8a6: Allow passing a string, ui message, core message, or mastra message to agent.genTitle and agent.generateTitleFromUserMessage to restore previously changed public behaviour
204
- - 51264a5: Fix fetchMemory return type and value
205
- - 8e6f677: Dynamic default llm options
206
- - d70c420: fix(core, memory): fix fetchMemory regression
207
- - ee9af57: Add api for polling run execution result and get run by id
208
- - 36f1c36: MCP Client and Server streamable http fixes
209
- - 2a16996: Working Memory Schema and Template
210
- - 10d352e: fix: bug in `workflow.parallel` return types causing type errors on c…
211
- - 9589624: Throw Mastra Errors when building and bundling mastra application
212
- - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
213
- - 751c894: pass resourceId
214
- - 577ce3a: deno support - use globalThis
215
- - 9260b3a: changeset
216
-
217
- ## 0.10.6-alpha.5
218
-
219
- ### Patch Changes
220
-
221
- - 12a95fc: Allow passing thread metadata to agent.generate and agent.stream. This will update or create the thread with the metadata passed in. Also simplifies the arguments for those two functions into a new memory property.
222
- - 51264a5: Fix fetchMemory return type and value
223
- - 8e6f677: Dynamic default llm options
224
-
225
- ## 0.10.6-alpha.4
226
-
227
- ### Patch Changes
228
-
229
- - 9589624: Throw Mastra Errors when building and bundling mastra application
230
-
231
- ## 0.10.6-alpha.3
232
-
233
- ### Patch Changes
234
-
235
- - d70c420: fix(core, memory): fix fetchMemory regression
236
- - 2a16996: Working Memory Schema and Template
237
-
238
- ## 0.10.6-alpha.2
239
-
240
- ### Patch Changes
241
-
242
- - 4b0f8a6: Allow passing a string, ui message, core message, or mastra message to agent.genTitle and agent.generateTitleFromUserMessage to restore previously changed public behaviour
243
-
244
- ## 0.10.6-alpha.1
245
-
246
- ### Patch Changes
247
-
248
- - ee9af57: Add api for polling run execution result and get run by id
249
- - 751c894: pass resourceId
250
- - 577ce3a: deno support - use globalThis
251
- - 9260b3a: changeset
252
-
253
- ## 0.10.6-alpha.0
254
-
255
- ### Patch Changes
256
-
257
- - 63f6b7d: dependencies updates:
258
- - Updated dependency [`@opentelemetry/exporter-trace-otlp-grpc@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-grpc/v/0.201.1) (from `^0.201.0`, in `dependencies`)
259
- - Updated dependency [`@opentelemetry/exporter-trace-otlp-http@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-http/v/0.201.1) (from `^0.201.0`, in `dependencies`)
260
- - Updated dependency [`@opentelemetry/otlp-exporter-base@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-exporter-base/v/0.201.1) (from `^0.201.0`, in `dependencies`)
261
- - Updated dependency [`@opentelemetry/otlp-transformer@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-transformer/v/0.201.1) (from `^0.201.0`, in `dependencies`)
262
- - Updated dependency [`@opentelemetry/sdk-node@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-node/v/0.201.1) (from `^0.201.0`, in `dependencies`)
263
- - Updated dependency [`@opentelemetry/semantic-conventions@^1.34.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/semantic-conventions/v/1.34.0) (from `^1.33.0`, in `dependencies`)
264
- - Updated dependency [`ai@^4.3.16` ↗︎](https://www.npmjs.com/package/ai/v/4.3.16) (from `^4.2.2`, in `dependencies`)
265
- - Updated dependency [`cohere-ai@^7.17.1` ↗︎](https://www.npmjs.com/package/cohere-ai/v/7.17.1) (from `^7.16.0`, in `dependencies`)
266
- - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.5.1`, in `dependencies`)
267
- - Updated dependency [`hono-openapi@^0.4.8` ↗︎](https://www.npmjs.com/package/hono-openapi/v/0.4.8) (from `^0.4.6`, in `dependencies`)
268
- - Updated dependency [`json-schema-to-zod@^2.6.1` ↗︎](https://www.npmjs.com/package/json-schema-to-zod/v/2.6.1) (from `^2.6.0`, in `dependencies`)
269
- - Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `dependencies`)
270
- - Updated dependency [`xstate@^5.19.4` ↗︎](https://www.npmjs.com/package/xstate/v/5.19.4) (from `^5.19.2`, in `dependencies`)
271
- - 36f1c36: MCP Client and Server streamable http fixes
272
- - 10d352e: fix: bug in `workflow.parallel` return types causing type errors on c…
273
- - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
274
-
275
- ## 0.10.5
276
-
277
- ### Patch Changes
278
-
279
- - 13c97f9: Save run status, result and error in storage snapshot
280
-
281
- ## 0.10.4
282
-
283
- ### Patch Changes
284
301
 
285
- - d1ed912: dependencies updates:
286
- - Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
287
- - f6fd25f: Updates @mastra/schema-compat to allow all zod schemas. Uses @mastra/schema-compat to apply schema transformations to agent output schema.
288
- - dffb67b: updated stores to add alter table and change tests
289
- - f1f1f1b: Add basic filtering capabilities to logs
290
- - 925ab94: added paginated functions to base class and added boilerplate and updated imports
291
- - f9816ae: Create @mastra/schema-compat package to extract the schema compatibility layer to be used outside of mastra
292
- - 82090c1: Add pagination to logs
293
- - 1b443fd: - add trackException to loggers to allow mastra cloud to track exceptions at runtime
294
- - Added generic MastraBaseError<D, C> in packages/core/src/error/index.ts to improve type safety and flexibility of error handling
295
- - ce97900: Add paginated APIs to cloudflare-d1 storage class
296
- - f1309d3: Now that UIMessages are stored, we added a check to make sure large text files or source urls are not sent to the LLM for thread title generation.
297
- - 14a2566: Add pagination to libsql storage APIs
298
- - f7f8293: Added LanceDB implementations for MastraVector and MastraStorage
299
- - 48eddb9: update filter logic in Memory class to support semantic recall search scope
300
- - Updated dependencies [f6fd25f]
301
-
302
- ... 2070 more lines hidden. See full changelog in package directory.
302
+ ... 2254 more lines hidden. See full changelog in package directory.