@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,48 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8c07105: bugfix: OpenAIRealtimeVoice cannot handle error from openai
8
+
9
+ issue: https://github.com/mastra-ai/mastra/issues/5648
10
+
11
+ - Updated dependencies [0b56518]
12
+ - Updated dependencies [db5cc15]
13
+ - Updated dependencies [2ba5b76]
14
+ - Updated dependencies [5237998]
15
+ - Updated dependencies [c3a30de]
16
+ - Updated dependencies [37c1acd]
17
+ - Updated dependencies [1aa60b1]
18
+ - Updated dependencies [89ec9d4]
19
+ - Updated dependencies [cf3a184]
20
+ - Updated dependencies [d6bfd60]
21
+ - Updated dependencies [626b0f4]
22
+ - Updated dependencies [c22a91f]
23
+ - Updated dependencies [f7403ab]
24
+ - Updated dependencies [6c89d7f]
25
+ - @mastra/core@0.10.15
26
+
27
+ ## 0.10.4-alpha.0
28
+
29
+ ### Patch Changes
30
+
31
+ - 8c07105: bugfix: OpenAIRealtimeVoice cannot handle error from openai
32
+
33
+ issue: https://github.com/mastra-ai/mastra/issues/5648
34
+
35
+ - Updated dependencies [db5cc15]
36
+ - Updated dependencies [5237998]
37
+ - Updated dependencies [37c1acd]
38
+ - Updated dependencies [1aa60b1]
39
+ - Updated dependencies [89ec9d4]
40
+ - Updated dependencies [626b0f4]
41
+ - Updated dependencies [c22a91f]
42
+ - Updated dependencies [f7403ab]
43
+ - Updated dependencies [6c89d7f]
44
+ - @mastra/core@0.10.15-alpha.0
45
+
3
46
  ## 0.10.3
4
47
 
5
48
  ### Patch Changes
@@ -255,48 +298,5 @@
255
298
 
256
299
  - Updated dependencies [e450778]
257
300
  - Updated dependencies [8902157]
258
- - Updated dependencies [ca0dc88]
259
- - Updated dependencies [526c570]
260
- - Updated dependencies [d7a6a33]
261
- - Updated dependencies [9cd1a46]
262
- - Updated dependencies [b5d2de0]
263
- - Updated dependencies [644f8ad]
264
- - Updated dependencies [70dbf51]
265
- - @mastra/core@0.9.3
266
-
267
- ## 0.2.3-alpha.1
268
-
269
- ### Patch Changes
270
-
271
- - Updated dependencies [e450778]
272
- - Updated dependencies [8902157]
273
- - Updated dependencies [ca0dc88]
274
- - Updated dependencies [9cd1a46]
275
- - Updated dependencies [70dbf51]
276
- - @mastra/core@0.9.3-alpha.1
277
-
278
- ## 0.2.3-alpha.0
279
-
280
- ### Patch Changes
281
-
282
- - Updated dependencies [526c570]
283
- - Updated dependencies [b5d2de0]
284
- - Updated dependencies [644f8ad]
285
- - @mastra/core@0.9.3-alpha.0
286
-
287
- ## 0.2.2
288
-
289
- ### Patch Changes
290
301
 
291
- - Updated dependencies [6052aa6]
292
- - Updated dependencies [967b41c]
293
- - Updated dependencies [3d2fb5c]
294
- - Updated dependencies [26738f4]
295
- - Updated dependencies [4155f47]
296
- - Updated dependencies [7eeb2bc]
297
- - Updated dependencies [b804723]
298
- - Updated dependencies [8607972]
299
- - Updated dependencies [ccef9f9]
300
- - Updated dependencies [0097d50]
301
-
302
- ... 655 more lines hidden. See full changelog in package directory.
302
+ ... 698 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,130 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.10.13
4
+
5
+ ### Patch Changes
6
+
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
+ - f6c4d75: fix date picker on change
13
+ - 59f0dcd: Add light background color for step statuses
14
+ - 698518b: Allow external templates from github
15
+ - cf8d497: factorize tabs component between cloud and core
16
+ - 7827943: Handle streaming large data
17
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
18
+ - 09464dd: Share AgentMetadata component with cloud
19
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
20
+
21
+ ## 0.10.13-alpha.2
22
+
23
+ ### Patch Changes
24
+
25
+ - dd2a4c9: change the way we start the dev process of playground
26
+ - af1f902: share thread list between agent, network and cloud
27
+ - 2affc57: Fix output type of network loop
28
+ - f6c4d75: fix date picker on change
29
+ - 698518b: Allow external templates from github
30
+ - 09464dd: Share AgentMetadata component with cloud
31
+
32
+ ## 0.10.13-alpha.1
33
+
34
+ ### Patch Changes
35
+
36
+ - 8f89bcd: fix traces pagination + sharing trace view with cloud
37
+ - 59f0dcd: Add light background color for step statuses
38
+ - cf8d497: factorize tabs component between cloud and core
39
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
40
+
41
+ ## 0.10.13-alpha.0
42
+
43
+ ### Patch Changes
44
+
45
+ - 0bf0bc8: fix link in shared components + add e2e tests
46
+ - 7827943: Handle streaming large data
47
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
48
+
49
+ ## 0.10.12
50
+
51
+ ### Patch Changes
52
+
53
+ - 984887a: dependencies updates:
54
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
55
+ - 593631d: allow to pass ref to the link abstraction
56
+ - 5237998: Fix foreach output
57
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
58
+ - d49334d: export tool list for usage in cloud
59
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
60
+ - 794d9f3: Fix thread creation in playground
61
+ - aa9528a: Display reasoning in playground
62
+ - 45174f3: share network list between core and cloud
63
+ - 48f5532: export workflow list for usage in cloud
64
+ - e1d0080: abstract Link component between cloud and core
65
+ - f9b1508: add the same agent table as in cloud and export it from the playground
66
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
67
+
68
+ ## 0.10.12-alpha.2
69
+
70
+ ### Patch Changes
71
+
72
+ - 794d9f3: Fix thread creation in playground
73
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
74
+
75
+ ## 0.10.12-alpha.1
76
+
77
+ ### Patch Changes
78
+
79
+ - d49334d: export tool list for usage in cloud
80
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
81
+ - 45174f3: share network list between core and cloud
82
+ - 48f5532: export workflow list for usage in cloud
83
+
84
+ ## 0.10.12-alpha.0
85
+
86
+ ### Patch Changes
87
+
88
+ - 984887a: dependencies updates:
89
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
90
+ - 593631d: allow to pass ref to the link abstraction
91
+ - 5237998: Fix foreach output
92
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
93
+ - aa9528a: Display reasoning in playground
94
+ - e1d0080: abstract Link component between cloud and core
95
+ - f9b1508: add the same agent table as in cloud and export it from the playground
96
+
97
+ ## 0.10.11
98
+
99
+ ### Patch Changes
100
+
101
+ - 640f47e: move agent model settings into agent settings
102
+
103
+ ## 0.10.11-alpha.0
104
+
105
+ ### Patch Changes
106
+
107
+ - 640f47e: move agent model settings into agent settings
108
+
109
+ ## 0.10.10
110
+
111
+ ### Patch Changes
112
+
113
+ - af9e40e: Map log level number to string value
114
+ - f457d86: reset localstorage when resetting model settings
115
+ - 8722d53: Fix multi modal remaining steps
116
+ - 4219597: add JSON input close to form input
117
+ - b790fd1: Use SerializedStepFlowEntry in playground
118
+ - a7a836a: Highlight send event button
119
+ - 18ca936: Update rollup config for create-mastra
120
+
121
+ ## 0.10.10-alpha.3
122
+
123
+ ### Patch Changes
124
+
125
+ - f457d86: reset localstorage when resetting model settings
126
+ - 8722d53: Fix multi modal remaining steps
127
+
3
128
  ## 0.10.10-alpha.2
4
129
 
5
130
  ### Patch Changes
@@ -174,129 +299,4 @@
174
299
 
175
300
  ### Patch Changes
176
301
 
177
- - 8f60de4: fix workflow output when the schema is a primitive
178
-
179
- ## 0.10.2
180
-
181
- ### Patch Changes
182
-
183
- - 73fec0b: Mastra start cli command"
184
- - 401bbae: Show workflow graph from stepGraph of previous runs when viewing a previous run
185
- - f73e11b: fix telemetry disabled not working on playground
186
- - 9666468: move the fetch traces call to the playground instead of playground-ui
187
- - 90e96de: Fix: prevent default flag from triggering interactive prompt
188
- - 89a69d0: add a way to go to the given trace of a workflow step
189
- - 6fd77b5: add docs and txt support for multi modal
190
- - 9faee5b: small fixes in the workflows graph
191
- - 631683f: move workflow runs list in playground-ui instead of playground
192
- - f6ddf55: fix traces not showing and reduce API surface from playground ui
193
- - 9a31c09: Highlight steps in nested workflows on workflow graph
194
-
195
- ## 0.10.2-alpha.6
196
-
197
- ### Patch Changes
198
-
199
- - 90e96de: Fix: prevent default flag from triggering interactive prompt
200
-
201
- ## 0.10.2-alpha.5
202
-
203
- ### Patch Changes
204
-
205
- - 6fd77b5: add docs and txt support for multi modal
206
- - 631683f: move workflow runs list in playground-ui instead of playground
207
-
208
- ## 0.10.2-alpha.4
209
-
210
- ### Patch Changes
211
-
212
- - 9666468: move the fetch traces call to the playground instead of playground-ui
213
-
214
- ## 0.10.2-alpha.3
215
-
216
- ### Patch Changes
217
-
218
- - 401bbae: Show workflow graph from stepGraph of previous runs when viewing a previous run
219
-
220
- ## 0.10.2-alpha.2
221
-
222
- ### Patch Changes
223
-
224
- - f73e11b: fix telemetry disabled not working on playground
225
-
226
- ## 0.10.2-alpha.1
227
-
228
- ### Patch Changes
229
-
230
- - 73fec0b: Mastra start cli command"
231
- - f6ddf55: fix traces not showing and reduce API surface from playground ui
232
-
233
- ## 0.10.2-alpha.0
234
-
235
- ### Patch Changes
236
-
237
- - 89a69d0: add a way to go to the given trace of a workflow step
238
- - 9faee5b: small fixes in the workflows graph
239
- - 9a31c09: Highlight steps in nested workflows on workflow graph
240
-
241
- ## 0.10.1
242
-
243
- ### Patch Changes
244
-
245
- - b4365f6: add empty states for agents network and tools
246
- - d0932ac: add multi modal input behind feature flag
247
- - bed0916: Update default tools path in mastra dev,build
248
- - 3c2dba5: add workflow run list
249
- - 23d56b1: Handle dev server errors, restart, exit
250
- - 267773e: Show map config on workflow graph
251
- Highlight borders for conditions too on workflow graph
252
- Fix watch stream
253
- - 35bb6a3: Allow undefined temprature, topP model setting from playground
254
- - 33f1c64: revamp the experience for workflows
255
- - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
256
- - 7a32205: add empty states for workflows, agents and mcp servers
257
-
258
- ## 0.10.1-alpha.5
259
-
260
- ### Patch Changes
261
-
262
- - 267773e: Show map config on workflow graph
263
- Highlight borders for conditions too on workflow graph
264
- Fix watch stream
265
-
266
- ## 0.10.1-alpha.4
267
-
268
- ### Patch Changes
269
-
270
- - 3c2dba5: add workflow run list
271
- - 33f1c64: revamp the experience for workflows
272
-
273
- ## 0.10.1-alpha.3
274
-
275
- ### Patch Changes
276
-
277
- - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
278
-
279
- ## 0.10.1-alpha.2
280
-
281
- ### Patch Changes
282
-
283
- - b4365f6: add empty states for agents network and tools
284
- - d0932ac: add multi modal input behind feature flag
285
- - bed0916: Update default tools path in mastra dev,build
286
- - 23d56b1: Handle dev server errors, restart, exit
287
-
288
- ## 0.10.1-alpha.1
289
-
290
- ### Patch Changes
291
-
292
- - 7a32205: add empty states for workflows, agents and mcp servers
293
-
294
- ## 0.10.1-alpha.0
295
-
296
- ### Patch Changes
297
-
298
- - 35bb6a3: Allow undefined temprature, topP model setting from playground
299
-
300
- ## 0.10.0
301
-
302
- ... 991 more lines hidden. See full changelog in package directory.
302
+ ... 1116 more lines hidden. See full changelog in package directory.