@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,302 +1,302 @@
1
1
  # mastra
2
2
 
3
- ## 0.10.11-alpha.3
4
-
5
- ### Patch Changes
6
-
7
- - f457d86: reset localstorage when resetting model settings
8
- - 8722d53: Fix multi modal remaining steps
9
- - Updated dependencies [c7bbf1e]
10
- - Updated dependencies [8722d53]
11
- - Updated dependencies [132027f]
12
- - Updated dependencies [0c85311]
13
- - Updated dependencies [c0ba5e2]
14
- - Updated dependencies [cb16baf]
15
- - @mastra/core@0.10.11-alpha.3
16
- - @mastra/mcp@0.10.6-alpha.1
17
- - @mastra/deployer@0.10.11-alpha.3
18
-
19
- ## 0.10.11-alpha.2
3
+ ## 0.10.14
20
4
 
21
5
  ### Patch Changes
22
6
 
23
- - ec77f83: Expose --inspect flag for mastra dev to start debugger
24
- - 565cc0c: fix redirection when clicking on the playground breadcrumbs
25
- - 4219597: add JSON input close to form input
26
- - 2873c7f: dependencies updates:
27
- - Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
28
- - Updated dependencies [2873c7f]
29
- - Updated dependencies [1c1c6a1]
30
- - Updated dependencies [2873c7f]
31
- - Updated dependencies [1c1c6a1]
32
- - Updated dependencies [d9b26b5]
33
- - Updated dependencies [f5ec3a4]
34
- - Updated dependencies [ab3bbff]
35
- - Updated dependencies [565cc0c]
36
- - Updated dependencies [18ca936]
37
- - @mastra/core@0.10.11-alpha.2
38
- - @mastra/deployer@0.10.11-alpha.2
39
- - @mastra/mcp@0.10.6-alpha.0
40
-
41
- ## 0.10.11-alpha.1
7
+ - dd2a4c9: change the way we start the dev process of playground
8
+ - af1f902: share thread list between agent, network and cloud
9
+ - 8f89bcd: fix traces pagination + sharing trace view with cloud
10
+ - 0bf0bc8: fix link in shared components + add e2e tests
11
+ - 2affc57: Fix output type of network loop
12
+ - 51192f8: Spread the loaded env into the main process
13
+ - f6c4d75: fix date picker on change
14
+ - 59f0dcd: Add light background color for step statuses
15
+ - 698518b: Allow external templates from github
16
+ - cf8d497: factorize tabs component between cloud and core
17
+ - 7827943: Handle streaming large data
18
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
19
+ - 8364fac: Fix displaying scorer input
20
+ - 09464dd: Share AgentMetadata component with cloud
21
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
22
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
23
+ - Updated dependencies [f248d53]
24
+ - Updated dependencies [82c6860]
25
+ - Updated dependencies [2affc57]
26
+ - Updated dependencies [66e13e3]
27
+ - Updated dependencies [edd9482]
28
+ - Updated dependencies [0938991]
29
+ - Updated dependencies [18344d7]
30
+ - Updated dependencies [7ba91fa]
31
+ - Updated dependencies [a512ede]
32
+ - Updated dependencies [35b1155]
33
+ - Updated dependencies [9d372c2]
34
+ - Updated dependencies [45469c5]
35
+ - Updated dependencies [40c2525]
36
+ - Updated dependencies [e473f27]
37
+ - Updated dependencies [032cb66]
38
+ - Updated dependencies [6f50efd]
39
+ - Updated dependencies [24eb25c]
40
+ - Updated dependencies [bf6903e]
41
+ - Updated dependencies [703ac71]
42
+ - Updated dependencies [a723d69]
43
+ - Updated dependencies [7827943]
44
+ - Updated dependencies [4c06f06]
45
+ - Updated dependencies [5889a31]
46
+ - Updated dependencies [bf1e7e7]
47
+ - Updated dependencies [65e3395]
48
+ - Updated dependencies [9de6f58]
49
+ - Updated dependencies [4933192]
50
+ - Updated dependencies [d1c77a4]
51
+ - Updated dependencies [bea9dd1]
52
+ - Updated dependencies [7983e53]
53
+ - Updated dependencies [dcd4802]
54
+ - Updated dependencies [cbddd18]
55
+ - Updated dependencies [7ba91fa]
56
+ - Updated dependencies [15ce274]
57
+ - @mastra/core@0.11.0
58
+ - @mastra/deployer@0.11.0
59
+
60
+ ## 0.10.14-alpha.3
42
61
 
43
62
  ### Patch Changes
44
63
 
45
- - a7a836a: Highlight send event button
46
- - Updated dependencies [7f6e403]
47
- - @mastra/core@0.10.11-alpha.1
48
- - @mastra/deployer@0.10.11-alpha.1
64
+ - 8364fac: Fix displaying scorer input
49
65
 
50
- ## 0.10.11-alpha.0
66
+ ## 0.10.14-alpha.2
51
67
 
52
68
  ### Patch Changes
53
69
 
54
- - af9e40e: Map log level number to string value
55
- - a9f51e4: Fix plaground get tools not including x-mastra-dev-header"
56
- - 3322d00: Fix tools watcher in dev
57
- - b790fd1: Use SerializedStepFlowEntry in playground
58
- - Updated dependencies [bc40cdd]
59
- - Updated dependencies [f8ce2cc]
60
- - Updated dependencies [8c846b6]
61
- - Updated dependencies [b790fd1]
62
- - Updated dependencies [d7ed04d]
63
- - Updated dependencies [f36e4f1]
64
- - @mastra/deployer@0.10.11-alpha.0
65
- - @mastra/core@0.10.11-alpha.0
66
-
67
- ## 0.10.10
70
+ - dd2a4c9: change the way we start the dev process of playground
71
+ - af1f902: share thread list between agent, network and cloud
72
+ - 2affc57: Fix output type of network loop
73
+ - 51192f8: Spread the loaded env into the main process
74
+ - f6c4d75: fix date picker on change
75
+ - 698518b: Allow external templates from github
76
+ - 09464dd: Share AgentMetadata component with cloud
77
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
78
+ - Updated dependencies [f248d53]
79
+ - Updated dependencies [82c6860]
80
+ - Updated dependencies [2affc57]
81
+ - Updated dependencies [66e13e3]
82
+ - Updated dependencies [edd9482]
83
+ - Updated dependencies [18344d7]
84
+ - Updated dependencies [7ba91fa]
85
+ - Updated dependencies [a512ede]
86
+ - Updated dependencies [35b1155]
87
+ - Updated dependencies [9d372c2]
88
+ - Updated dependencies [45469c5]
89
+ - Updated dependencies [40c2525]
90
+ - Updated dependencies [e473f27]
91
+ - Updated dependencies [032cb66]
92
+ - Updated dependencies [24eb25c]
93
+ - Updated dependencies [703ac71]
94
+ - Updated dependencies [a723d69]
95
+ - Updated dependencies [4c06f06]
96
+ - Updated dependencies [5889a31]
97
+ - Updated dependencies [65e3395]
98
+ - Updated dependencies [9de6f58]
99
+ - Updated dependencies [4933192]
100
+ - Updated dependencies [d1c77a4]
101
+ - Updated dependencies [bea9dd1]
102
+ - Updated dependencies [dcd4802]
103
+ - Updated dependencies [7ba91fa]
104
+ - Updated dependencies [15ce274]
105
+ - @mastra/core@0.11.0-alpha.2
106
+ - @mastra/deployer@0.11.0-alpha.2
107
+
108
+ ## 0.10.14-alpha.1
68
109
 
69
110
  ### Patch Changes
70
111
 
71
- - 6997af1: add send event to server, deployer, client-js and playground-ui
72
- - 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
73
- - Updated dependencies [6e13b80]
74
- - Updated dependencies [25bf999]
75
- - Updated dependencies [6997af1]
76
- - Updated dependencies [4d3fbdf]
77
- - @mastra/deployer@0.10.10
78
- - @mastra/loggers@0.10.3
79
- - @mastra/core@0.10.10
112
+ - 8f89bcd: fix traces pagination + sharing trace view with cloud
113
+ - 59f0dcd: Add light background color for step statuses
114
+ - cf8d497: factorize tabs component between cloud and core
115
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
116
+ - Updated dependencies [7983e53]
117
+ - @mastra/deployer@0.11.0-alpha.1
118
+ - @mastra/core@0.11.0-alpha.1
80
119
 
81
- ## 0.10.10-alpha.2
120
+ ## 0.10.14-alpha.0
82
121
 
83
122
  ### Patch Changes
84
123
 
85
- - Updated dependencies [25bf999]
86
- - @mastra/loggers@0.10.3-alpha.0
124
+ - 0bf0bc8: fix link in shared components + add e2e tests
125
+ - 7827943: Handle streaming large data
126
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
127
+ - Updated dependencies [0938991]
128
+ - Updated dependencies [6f50efd]
129
+ - Updated dependencies [bf6903e]
130
+ - Updated dependencies [7827943]
131
+ - Updated dependencies [bf1e7e7]
132
+ - Updated dependencies [cbddd18]
133
+ - @mastra/deployer@0.11.0-alpha.0
134
+ - @mastra/core@0.11.0-alpha.0
87
135
 
88
- ## 0.10.10-alpha.1
136
+ ## 0.10.13
89
137
 
90
138
  ### Patch Changes
91
139
 
92
- - 6997af1: add send event to server, deployer, client-js and playground-ui
93
- - Updated dependencies [6997af1]
94
- - @mastra/deployer@0.10.10-alpha.1
95
- - @mastra/core@0.10.10-alpha.1
96
-
97
- ## 0.10.10-alpha.0
140
+ - 593631d: allow to pass ref to the link abstraction
141
+ - 5237998: Fix foreach output
142
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
143
+ - d49334d: export tool list for usage in cloud
144
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
145
+ - 794d9f3: Fix thread creation in playground
146
+ - 5130bcb: dependencies updates:
147
+ - Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
148
+ - 984887a: dependencies updates:
149
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
150
+ - aa9528a: Display reasoning in playground
151
+ - 45174f3: share network list between core and cloud
152
+ - 48f5532: export workflow list for usage in cloud
153
+ - 3e484be: Added CLI template option
154
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
155
+ - e1d0080: abstract Link component between cloud and core
156
+ - f9b1508: add the same agent table as in cloud and export it from the playground
157
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
158
+ - Updated dependencies [7776324]
159
+ - Updated dependencies [0b56518]
160
+ - Updated dependencies [db5cc15]
161
+ - Updated dependencies [2ba5b76]
162
+ - Updated dependencies [7b57e2c]
163
+ - Updated dependencies [5237998]
164
+ - Updated dependencies [c3a30de]
165
+ - Updated dependencies [37c1acd]
166
+ - Updated dependencies [1aa60b1]
167
+ - Updated dependencies [89ec9d4]
168
+ - Updated dependencies [cf3a184]
169
+ - Updated dependencies [fe4bbd4]
170
+ - Updated dependencies [d6bfd60]
171
+ - Updated dependencies [626b0f4]
172
+ - Updated dependencies [c22a91f]
173
+ - Updated dependencies [f7403ab]
174
+ - Updated dependencies [6c89d7f]
175
+ - @mastra/deployer@0.10.15
176
+ - @mastra/core@0.10.15
177
+
178
+ ## 0.10.13-alpha.2
98
179
 
99
180
  ### Patch Changes
100
181
 
101
- - 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
102
- - Updated dependencies [6e13b80]
103
- - Updated dependencies [4d3fbdf]
104
- - @mastra/deployer@0.10.10-alpha.0
105
- - @mastra/core@0.10.10-alpha.0
182
+ - 794d9f3: Fix thread creation in playground
183
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
106
184
 
107
- ## 0.10.9
185
+ ## 0.10.13-alpha.1
108
186
 
109
187
  ### Patch Changes
110
188
 
111
- - 4e06e3f: timing not displayed correctly in traces
112
- - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
113
- - d093c1e: Update example workflow to use existing weather agent
114
- - a606c75: show right suspend schema for nested workflow on playground
115
- - 1cbdfd0: update create-mastra gemini model to 2.5
116
- - 1760a1c: Use workflow stream in playground instead of watch
117
- - 038e5ae: Add cancel workflow run
118
- - ac369c6: Show resume data on workflow graph
119
- - 91c43b4: Use process.execPath for node in dev
120
- - 976a62b: remove persistence capabilities in model settings components
121
- - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
122
- - f78f399: Make AgentModelSettings shareable between cloud and playground
123
- - 57929df: agent network display
124
- - Updated dependencies [9dda1ac]
125
- - Updated dependencies [9dda1ac]
126
- - Updated dependencies [c984582]
127
- - Updated dependencies [7e801dd]
128
- - Updated dependencies [a606c75]
129
- - Updated dependencies [7aa70a4]
130
- - Updated dependencies [764f86a]
131
- - Updated dependencies [1760a1c]
132
- - Updated dependencies [038e5ae]
133
- - Updated dependencies [7dda16a]
134
- - Updated dependencies [6f87544]
135
- - Updated dependencies [5ebfcdd]
136
- - Updated dependencies [81a1b3b]
137
- - Updated dependencies [b2d0c91]
138
- - Updated dependencies [4e809ad]
139
- - Updated dependencies [57929df]
140
- - Updated dependencies [7e801dd]
141
- - Updated dependencies [b7852ed]
142
- - Updated dependencies [6320a61]
143
- - @mastra/core@0.10.9
144
- - @mastra/deployer@0.10.9
145
-
146
- ## 0.10.9-alpha.0
189
+ - d49334d: export tool list for usage in cloud
190
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
191
+ - 45174f3: share network list between core and cloud
192
+ - 48f5532: export workflow list for usage in cloud
193
+ - 3e484be: Added CLI template option
194
+ - Updated dependencies [0b56518]
195
+ - Updated dependencies [2ba5b76]
196
+ - Updated dependencies [c3a30de]
197
+ - Updated dependencies [cf3a184]
198
+ - Updated dependencies [fe4bbd4]
199
+ - Updated dependencies [d6bfd60]
200
+ - @mastra/core@0.10.15-alpha.1
201
+ - @mastra/deployer@0.10.15-alpha.1
202
+
203
+ ## 0.10.13-alpha.0
147
204
 
148
205
  ### Patch Changes
149
206
 
150
- - 4e06e3f: timing not displayed correctly in traces
151
- - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
152
- - d093c1e: Update example workflow to use existing weather agent
153
- - a606c75: show right suspend schema for nested workflow on playground
154
- - 1cbdfd0: update create-mastra gemini model to 2.5
155
- - 1760a1c: Use workflow stream in playground instead of watch
156
- - 038e5ae: Add cancel workflow run
157
- - ac369c6: Show resume data on workflow graph
158
- - 91c43b4: Use process.execPath for node in dev
159
- - 976a62b: remove persistence capabilities in model settings components
160
- - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
161
- - f78f399: Make AgentModelSettings shareable between cloud and playground
162
- - 57929df: agent network display
163
- - Updated dependencies [9dda1ac]
164
- - Updated dependencies [9dda1ac]
165
- - Updated dependencies [c984582]
166
- - Updated dependencies [7e801dd]
167
- - Updated dependencies [a606c75]
168
- - Updated dependencies [7aa70a4]
169
- - Updated dependencies [764f86a]
170
- - Updated dependencies [1760a1c]
171
- - Updated dependencies [038e5ae]
172
- - Updated dependencies [7dda16a]
173
- - Updated dependencies [6f87544]
174
- - Updated dependencies [5ebfcdd]
175
- - Updated dependencies [81a1b3b]
176
- - Updated dependencies [b2d0c91]
177
- - Updated dependencies [4e809ad]
178
- - Updated dependencies [57929df]
179
- - Updated dependencies [7e801dd]
180
- - Updated dependencies [b7852ed]
181
- - Updated dependencies [6320a61]
182
- - @mastra/core@0.10.9-alpha.0
183
- - @mastra/deployer@0.10.9-alpha.0
184
-
185
- ## 0.10.8
207
+ - 593631d: allow to pass ref to the link abstraction
208
+ - 5237998: Fix foreach output
209
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
210
+ - 5130bcb: dependencies updates:
211
+ - Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
212
+ - 984887a: dependencies updates:
213
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
214
+ - aa9528a: Display reasoning in playground
215
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
216
+ - e1d0080: abstract Link component between cloud and core
217
+ - f9b1508: add the same agent table as in cloud and export it from the playground
218
+ - Updated dependencies [7776324]
219
+ - Updated dependencies [db5cc15]
220
+ - Updated dependencies [7b57e2c]
221
+ - Updated dependencies [5237998]
222
+ - Updated dependencies [37c1acd]
223
+ - Updated dependencies [1aa60b1]
224
+ - Updated dependencies [89ec9d4]
225
+ - Updated dependencies [626b0f4]
226
+ - Updated dependencies [c22a91f]
227
+ - Updated dependencies [f7403ab]
228
+ - Updated dependencies [6c89d7f]
229
+ - @mastra/deployer@0.10.15-alpha.0
230
+ - @mastra/core@0.10.15-alpha.0
231
+
232
+ ## 0.10.12
186
233
 
187
234
  ### Patch Changes
188
235
 
189
- - a344ac7: Fix tool streaming in agent network
190
- - Updated dependencies [b8f16b2]
191
- - Updated dependencies [3e04487]
192
- - Updated dependencies [a344ac7]
193
- - Updated dependencies [dc4ca0a]
194
- - @mastra/core@0.10.8
195
- - @mastra/deployer@0.10.8
236
+ - 640f47e: move agent model settings into agent settings
237
+ - 5d0c163: Scaffold create-mastra projects with zod@^3 to prevent package version conflicts during install
238
+ - 53e3f58: Add support for custom instrumentation files
239
+ - Updated dependencies [b4a9811]
240
+ - Updated dependencies [4d5583d]
241
+ - Updated dependencies [53e3f58]
242
+ - @mastra/core@0.10.12
243
+ - @mastra/deployer@0.10.12
196
244
 
197
- ## 0.10.8-alpha.1
245
+ ## 0.10.12-alpha.0
198
246
 
199
247
  ### Patch Changes
200
248
 
201
- - Updated dependencies [b8f16b2]
202
- - Updated dependencies [3e04487]
203
- - Updated dependencies [dc4ca0a]
204
- - @mastra/core@0.10.8-alpha.1
205
- - @mastra/deployer@0.10.8-alpha.1
249
+ - 640f47e: move agent model settings into agent settings
250
+ - 5d0c163: Scaffold create-mastra projects with zod@^3 to prevent package version conflicts during install
251
+ - 53e3f58: Add support for custom instrumentation files
252
+ - Updated dependencies [b4a9811]
253
+ - Updated dependencies [53e3f58]
254
+ - @mastra/core@0.10.12-alpha.0
255
+ - @mastra/deployer@0.10.12-alpha.0
206
256
 
207
- ## 0.10.8-alpha.0
257
+ ## 0.10.11
208
258
 
209
259
  ### Patch Changes
210
260
 
211
- - a344ac7: Fix tool streaming in agent network
212
- - Updated dependencies [a344ac7]
213
- - @mastra/deployer@0.10.8-alpha.0
214
- - @mastra/core@0.10.8-alpha.0
215
-
216
- ## 0.10.7
217
-
218
- ### Patch Changes
219
-
220
- - 5d74aab: vNext network in playground
221
- - 9102d89: Fix final output not showing on playground for previously suspended steps
222
- - 17903a3: Remove install step from dev for telemetry
223
- - 8e1b6e9: dependencies updates:
224
- - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
225
- - 21ffb97: Make dynamic form handle schema better
226
- - be3d5a3: Remove recharts and ramada (unused deps)
227
- - f9b4350: fix icons not showing on all agents
228
- - Updated dependencies [8e1b6e9]
229
- - Updated dependencies [36cd0f1]
230
- - Updated dependencies [2eab82b]
231
- - Updated dependencies [ee93d96]
232
- - Updated dependencies [c00039d]
233
- - Updated dependencies [15e9d26]
234
- - Updated dependencies [d1baedb]
235
- - Updated dependencies [d8f2d19]
236
- - Updated dependencies [9bf1d55]
237
- - Updated dependencies [4d21bf2]
238
- - Updated dependencies [914684e]
239
- - Updated dependencies [07d6d88]
240
- - Updated dependencies [9d52b17]
241
- - Updated dependencies [2097952]
242
- - Updated dependencies [792c4c0]
243
- - Updated dependencies [5d74aab]
244
- - Updated dependencies [5d74aab]
245
- - Updated dependencies [17903a3]
246
- - Updated dependencies [a8b194f]
247
- - Updated dependencies [4fb0cc2]
248
- - Updated dependencies [d2a7a31]
249
- - Updated dependencies [502fe05]
250
- - Updated dependencies [144eb0b]
251
- - Updated dependencies [8ba1b51]
252
- - Updated dependencies [10a4f10]
253
- - Updated dependencies [4efcfa0]
254
- - Updated dependencies [0e17048]
255
- - Updated dependencies [dc93062]
256
- - @mastra/deployer@0.10.7
257
- - @mastra/mcp@0.10.5
258
- - @mastra/core@0.10.7
259
-
260
- ## 0.10.7-alpha.5
261
-
262
- ### Patch Changes
263
-
264
- - f9b4350: fix icons not showing on all agents
265
- - @mastra/core@0.10.7-alpha.5
266
- - @mastra/deployer@0.10.7-alpha.5
267
-
268
- ## 0.10.7-alpha.4
269
-
270
- ### Patch Changes
271
-
272
- - Updated dependencies [a8b194f]
273
- - Updated dependencies [dc93062]
274
- - @mastra/core@0.10.7-alpha.4
275
- - @mastra/mcp@0.10.5-alpha.2
276
- - @mastra/deployer@0.10.7-alpha.4
277
-
278
- ## 0.10.7-alpha.3
279
-
280
- ### Patch Changes
281
-
282
- - Updated dependencies [792c4c0]
283
- - Updated dependencies [502fe05]
284
- - Updated dependencies [10a4f10]
285
- - Updated dependencies [4efcfa0]
286
- - @mastra/core@0.10.7-alpha.3
287
- - @mastra/deployer@0.10.7-alpha.3
288
-
289
- ## 0.10.7-alpha.2
290
-
291
- ### Patch Changes
261
+ - ec77f83: Expose --inspect flag for mastra dev to start debugger
262
+ - af9e40e: Map log level number to string value
263
+ - f457d86: reset localstorage when resetting model settings
264
+ - 8722d53: Fix multi modal remaining steps
265
+ - 565cc0c: fix redirection when clicking on the playground breadcrumbs
266
+ - 4219597: add JSON input close to form input
267
+ - 2873c7f: dependencies updates:
268
+ - Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
269
+ - a9f51e4: Fix plaground get tools not including x-mastra-dev-header"
270
+ - 3322d00: Fix tools watcher in dev
271
+ - b790fd1: Use SerializedStepFlowEntry in playground
272
+ - a7a836a: Highlight send event button
273
+ - Updated dependencies [2873c7f]
274
+ - Updated dependencies [1c1c6a1]
275
+ - Updated dependencies [bc40cdd]
276
+ - Updated dependencies [2873c7f]
277
+ - Updated dependencies [1c1c6a1]
278
+ - Updated dependencies [d9b26b5]
279
+ - Updated dependencies [f5ec3a4]
280
+ - Updated dependencies [f8ce2cc]
281
+ - Updated dependencies [ab3bbff]
282
+ - Updated dependencies [8c846b6]
283
+ - Updated dependencies [c7bbf1e]
284
+ - Updated dependencies [8722d53]
285
+ - Updated dependencies [565cc0c]
286
+ - Updated dependencies [b790fd1]
287
+ - Updated dependencies [132027f]
288
+ - Updated dependencies [0c85311]
289
+ - Updated dependencies [d7ed04d]
290
+ - Updated dependencies [c0ba5e2]
291
+ - Updated dependencies [18ca936]
292
+ - Updated dependencies [cb16baf]
293
+ - Updated dependencies [40cd025]
294
+ - Updated dependencies [f36e4f1]
295
+ - Updated dependencies [7f6e403]
296
+ - @mastra/core@0.10.11
297
+ - @mastra/deployer@0.10.11
298
+ - @mastra/mcp@0.10.6
292
299
 
293
- - 5d74aab: vNext network in playground
294
- - 17903a3: Remove install step from dev for telemetry
295
- - 8e1b6e9: dependencies updates:
296
- - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
297
- - be3d5a3: Remove recharts and ramada (unused deps)
298
- - Updated dependencies [8e1b6e9]
299
- - Updated dependencies [36cd0f1]
300
- - Updated dependencies [2eab82b]
300
+ ## 0.10.11-alpha.3
301
301
 
302
- ... 4235 more lines hidden. See full changelog in package directory.
302
+ ... 4532 more lines hidden. See full changelog in package directory.
@@ -579,6 +579,9 @@ export const mastra = new Mastra({
579
579
  myMcpServerTwo,
580
580
  },
581
581
  workflows: { myWorkflow },
582
+ bundler: {
583
+ sourcemap: true,
584
+ },
582
585
  serverMiddleware: [
583
586
  {
584
587
  handler: (c, next) => {
@@ -587,6 +590,9 @@ export const mastra = new Mastra({
587
590
  },
588
591
  },
589
592
  ],
593
+ // telemetry: {
594
+ // enabled: false,
595
+ // }
590
596
  });
591
597
 
592
598
  ```
@@ -7,7 +7,7 @@
7
7
  "@copilotkit/react-core": "^1.8.10",
8
8
  "@copilotkit/react-ui": "^1.8.10",
9
9
  "@copilotkit/runtime": "^1.8.10",
10
- "@mastra/agui": "latest",
10
+ "@ag-ui/mastra": "latest",
11
11
  "@mastra/core": "latest",
12
12
  "@mastra/libsql": "latest",
13
13
  "@mastra/loggers": "latest",
@@ -24,7 +24,7 @@
24
24
  "@typescript-eslint/eslint-plugin": "^8.32.0",
25
25
  "@typescript-eslint/parser": "^8.32.0",
26
26
  "@vitejs/plugin-react": "^4.4.1",
27
- "eslint": "^9.29.0",
27
+ "eslint": "^9.30.1",
28
28
  "eslint-plugin-react-hooks": "^5.2.0",
29
29
  "eslint-plugin-react-refresh": "^0.4.20",
30
30
  "globals": "^16.0.0",
@@ -76,7 +76,7 @@ export const weatherAgent = new Agent({
76
76
  import { Mastra } from '@mastra/core/mastra';
77
77
  import { PinoLogger } from '@mastra/loggers';
78
78
  import { LibSQLStore } from '@mastra/libsql';
79
- import { registerCopilotKit } from '@mastra/agui';
79
+ import { registerCopilotKit } from '@ag-ui/mastra';
80
80
  import { RuntimeContext } from '@mastra/core/runtime-context';
81
81
  import { weatherAgent } from './agents';
82
82
  import { myNetwork } from './network';
@@ -16,8 +16,8 @@
16
16
  "@types/node": "^20.17.57",
17
17
  "@types/react": "^19.1.8",
18
18
  "@types/react-dom": "^19.1.6",
19
- "eslint": "^9.29.0",
20
- "eslint-config-next": "15.3.3",
19
+ "eslint": "^9.30.1",
20
+ "eslint-config-next": "15.3.5",
21
21
  "postcss": "^8.5.3",
22
22
  "tailwindcss": "^3.4.17",
23
23
  "typescript": "^5.8.2"