@mastra/mcp-docs-server 0.13.5 → 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 (80) 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 +194 -194
  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 +171 -171
  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 +233 -233
  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 +62 -62
  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 +25 -25
  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 +61 -61
  26. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +18 -0
  27. package/.docs/organized/changelogs/%40mastra%2Fserver.md +195 -195
  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 +119 -119
  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 +5 -0
  46. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
  47. package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
  48. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
  49. package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
  50. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
  51. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
  52. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
  53. package/.docs/raw/frameworks/servers/express.mdx +1 -1
  54. package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
  55. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
  56. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
  57. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
  58. package/.docs/raw/getting-started/installation.mdx +10 -7
  59. package/.docs/raw/getting-started/model-capability.mdx +1 -1
  60. package/.docs/raw/memory/overview.mdx +8 -0
  61. package/.docs/raw/memory/semantic-recall.mdx +6 -0
  62. package/.docs/raw/observability/tracing.mdx +30 -0
  63. package/.docs/raw/reference/agents/agent.mdx +2 -2
  64. package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
  65. package/.docs/raw/reference/cli/dev.mdx +4 -3
  66. package/.docs/raw/reference/client-js/agents.mdx +8 -0
  67. package/.docs/raw/reference/memory/query.mdx +35 -14
  68. package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
  69. package/.docs/raw/reference/storage/mssql.mdx +108 -0
  70. package/.docs/raw/server-db/custom-api-routes.mdx +38 -26
  71. package/.docs/raw/tools-mcp/mcp-overview.mdx +24 -1
  72. package/.docs/raw/workflows/control-flow.mdx +85 -87
  73. package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
  74. package/.docs/raw/workflows/overview.mdx +22 -12
  75. package/.docs/raw/workflows/pausing-execution.mdx +49 -4
  76. package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
  77. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
  78. package/.docs/raw/workflows-legacy/overview.mdx +11 -0
  79. package/package.json +6 -8
  80. package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
@@ -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,175 @@
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
+
3
173
  ## 0.10.11-alpha.4
4
174
 
5
175
  ## 0.10.11-alpha.3
@@ -128,175 +298,5 @@
128
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.
129
299
  - 4d21bf2: throw mastra errors for MCP
130
300
  - 07d6d88: Bump MCP SDK version and add tool output schema support to MCPServer and MCPClient
131
- - 9d52b17: Fix inngest workflows streaming and add step metadata
132
- - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
133
- - 792c4c0: feat: pass runId to onFinish
134
- - 5d74aab: Return isComplete of true in routing step when no resource is selected
135
- - a8b194f: Fix double tool call for working memory
136
- - 4fb0cc2: Type safe variable mapping
137
- - d2a7a31: Fix memory message context for when LLM providers throw an error if the first message is a tool call.
138
- - 502fe05: createRun() -> createRunAsync()
139
- - 144eb0b: [MASTRA-3669] Metadata Filter Types
140
- - 8ba1b51: Add custom routes by default to jsonapi
141
- - 4efcfa0: Added bail() method and more ergonomic suspend function return value
142
- - 0e17048: Throw mastra errors in storage packages
143
- - Updated dependencies [98bbe5a]
144
- - Updated dependencies [a853c43]
145
- - @mastra/schema-compat@0.10.3
146
-
147
- ## 0.10.7-alpha.5
148
-
149
- ### Patch Changes
150
-
151
- - Updated dependencies [a853c43]
152
- - @mastra/schema-compat@0.10.3-alpha.1
153
-
154
- ## 0.10.7-alpha.4
155
-
156
- ### Patch Changes
157
-
158
- - a8b194f: Fix double tool call for working memory
159
-
160
- ## 0.10.7-alpha.3
161
-
162
- ### Patch Changes
163
-
164
- - 792c4c0: feat: pass runId to onFinish
165
- - 502fe05: createRun() -> createRunAsync()
166
- - 4efcfa0: Added bail() method and more ergonomic suspend function return value
167
-
168
- ## 0.10.7-alpha.2
169
-
170
- ### Patch Changes
171
-
172
- - 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
173
- - 07d6d88: Bump MCP SDK version and add tool output schema support to MCPServer and MCPClient
174
- - 5d74aab: Return isComplete of true in routing step when no resource is selected
175
- - 144eb0b: [MASTRA-3669] Metadata Filter Types
176
- - Updated dependencies [98bbe5a]
177
- - @mastra/schema-compat@0.10.3-alpha.0
178
-
179
- ## 0.10.7-alpha.1
180
-
181
- ### Patch Changes
182
-
183
- - d1baedb: fix bad merge with mastra error
184
- - 4d21bf2: throw mastra errors for MCP
185
- - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
186
- - 4fb0cc2: Type safe variable mapping
187
- - d2a7a31: Fix memory message context for when LLM providers throw an error if the first message is a tool call.
188
- - 0e17048: Throw mastra errors in storage packages
189
-
190
- ## 0.10.7-alpha.0
191
-
192
- ### Patch Changes
193
-
194
- - 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.
195
- - 9d52b17: Fix inngest workflows streaming and add step metadata
196
- - 8ba1b51: Add custom routes by default to jsonapi
197
-
198
- ## 0.10.6
199
-
200
- ### Patch Changes
201
-
202
- - 63f6b7d: dependencies updates:
203
- - 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`)
204
- - 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`)
205
- - 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`)
206
- - 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`)
207
- - 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`)
208
- - 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`)
209
- - Updated dependency [`ai@^4.3.16` ↗︎](https://www.npmjs.com/package/ai/v/4.3.16) (from `^4.2.2`, in `dependencies`)
210
- - Updated dependency [`cohere-ai@^7.17.1` ↗︎](https://www.npmjs.com/package/cohere-ai/v/7.17.1) (from `^7.16.0`, in `dependencies`)
211
- - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.5.1`, in `dependencies`)
212
- - Updated dependency [`hono-openapi@^0.4.8` ↗︎](https://www.npmjs.com/package/hono-openapi/v/0.4.8) (from `^0.4.6`, in `dependencies`)
213
- - 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`)
214
- - Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `dependencies`)
215
- - Updated dependency [`xstate@^5.19.4` ↗︎](https://www.npmjs.com/package/xstate/v/5.19.4) (from `^5.19.2`, in `dependencies`)
216
- - 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.
217
- - 4b0f8a6: Allow passing a string, ui message, core message, or mastra message to agent.genTitle and agent.generateTitleFromUserMessage to restore previously changed public behaviour
218
- - 51264a5: Fix fetchMemory return type and value
219
- - 8e6f677: Dynamic default llm options
220
- - d70c420: fix(core, memory): fix fetchMemory regression
221
- - ee9af57: Add api for polling run execution result and get run by id
222
- - 36f1c36: MCP Client and Server streamable http fixes
223
- - 2a16996: Working Memory Schema and Template
224
- - 10d352e: fix: bug in `workflow.parallel` return types causing type errors on c…
225
- - 9589624: Throw Mastra Errors when building and bundling mastra application
226
- - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
227
- - 751c894: pass resourceId
228
- - 577ce3a: deno support - use globalThis
229
- - 9260b3a: changeset
230
-
231
- ## 0.10.6-alpha.5
232
-
233
- ### Patch Changes
234
-
235
- - 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.
236
- - 51264a5: Fix fetchMemory return type and value
237
- - 8e6f677: Dynamic default llm options
238
-
239
- ## 0.10.6-alpha.4
240
-
241
- ### Patch Changes
242
-
243
- - 9589624: Throw Mastra Errors when building and bundling mastra application
244
-
245
- ## 0.10.6-alpha.3
246
-
247
- ### Patch Changes
248
-
249
- - d70c420: fix(core, memory): fix fetchMemory regression
250
- - 2a16996: Working Memory Schema and Template
251
-
252
- ## 0.10.6-alpha.2
253
-
254
- ### Patch Changes
255
-
256
- - 4b0f8a6: Allow passing a string, ui message, core message, or mastra message to agent.genTitle and agent.generateTitleFromUserMessage to restore previously changed public behaviour
257
-
258
- ## 0.10.6-alpha.1
259
-
260
- ### Patch Changes
261
-
262
- - ee9af57: Add api for polling run execution result and get run by id
263
- - 751c894: pass resourceId
264
- - 577ce3a: deno support - use globalThis
265
- - 9260b3a: changeset
266
-
267
- ## 0.10.6-alpha.0
268
-
269
- ### Patch Changes
270
-
271
- - 63f6b7d: dependencies updates:
272
- - 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`)
273
- - 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`)
274
- - 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`)
275
- - 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`)
276
- - 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`)
277
- - 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`)
278
- - Updated dependency [`ai@^4.3.16` ↗︎](https://www.npmjs.com/package/ai/v/4.3.16) (from `^4.2.2`, in `dependencies`)
279
- - Updated dependency [`cohere-ai@^7.17.1` ↗︎](https://www.npmjs.com/package/cohere-ai/v/7.17.1) (from `^7.16.0`, in `dependencies`)
280
- - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.5.1`, in `dependencies`)
281
- - Updated dependency [`hono-openapi@^0.4.8` ↗︎](https://www.npmjs.com/package/hono-openapi/v/0.4.8) (from `^0.4.6`, in `dependencies`)
282
- - 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`)
283
- - Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `dependencies`)
284
- - Updated dependency [`xstate@^5.19.4` ↗︎](https://www.npmjs.com/package/xstate/v/5.19.4) (from `^5.19.2`, in `dependencies`)
285
- - 36f1c36: MCP Client and Server streamable http fixes
286
- - 10d352e: fix: bug in `workflow.parallel` return types causing type errors on c…
287
- - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
288
-
289
- ## 0.10.5
290
-
291
- ### Patch Changes
292
-
293
- - 13c97f9: Save run status, result and error in storage snapshot
294
-
295
- ## 0.10.4
296
-
297
- ### Patch Changes
298
-
299
- - d1ed912: dependencies updates:
300
- - Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
301
301
 
302
- ... 2084 more lines hidden. See full changelog in package directory.
302
+ ... 2254 more lines hidden. See full changelog in package directory.