@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,123 @@
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
+
3
121
  ## 0.10.10-alpha.3
4
122
 
5
123
  ### Patch Changes
@@ -181,122 +299,4 @@
181
299
 
182
300
  ### Patch Changes
183
301
 
184
- - 8f60de4: fix workflow output when the schema is a primitive
185
-
186
- ## 0.10.2
187
-
188
- ### Patch Changes
189
-
190
- - 73fec0b: Mastra start cli command"
191
- - 401bbae: Show workflow graph from stepGraph of previous runs when viewing a previous run
192
- - f73e11b: fix telemetry disabled not working on playground
193
- - 9666468: move the fetch traces call to the playground instead of playground-ui
194
- - 90e96de: Fix: prevent default flag from triggering interactive prompt
195
- - 89a69d0: add a way to go to the given trace of a workflow step
196
- - 6fd77b5: add docs and txt support for multi modal
197
- - 9faee5b: small fixes in the workflows graph
198
- - 631683f: move workflow runs list in playground-ui instead of playground
199
- - f6ddf55: fix traces not showing and reduce API surface from playground ui
200
- - 9a31c09: Highlight steps in nested workflows on workflow graph
201
-
202
- ## 0.10.2-alpha.6
203
-
204
- ### Patch Changes
205
-
206
- - 90e96de: Fix: prevent default flag from triggering interactive prompt
207
-
208
- ## 0.10.2-alpha.5
209
-
210
- ### Patch Changes
211
-
212
- - 6fd77b5: add docs and txt support for multi modal
213
- - 631683f: move workflow runs list in playground-ui instead of playground
214
-
215
- ## 0.10.2-alpha.4
216
-
217
- ### Patch Changes
218
-
219
- - 9666468: move the fetch traces call to the playground instead of playground-ui
220
-
221
- ## 0.10.2-alpha.3
222
-
223
- ### Patch Changes
224
-
225
- - 401bbae: Show workflow graph from stepGraph of previous runs when viewing a previous run
226
-
227
- ## 0.10.2-alpha.2
228
-
229
- ### Patch Changes
230
-
231
- - f73e11b: fix telemetry disabled not working on playground
232
-
233
- ## 0.10.2-alpha.1
234
-
235
- ### Patch Changes
236
-
237
- - 73fec0b: Mastra start cli command"
238
- - f6ddf55: fix traces not showing and reduce API surface from playground ui
239
-
240
- ## 0.10.2-alpha.0
241
-
242
- ### Patch Changes
243
-
244
- - 89a69d0: add a way to go to the given trace of a workflow step
245
- - 9faee5b: small fixes in the workflows graph
246
- - 9a31c09: Highlight steps in nested workflows on workflow graph
247
-
248
- ## 0.10.1
249
-
250
- ### Patch Changes
251
-
252
- - b4365f6: add empty states for agents network and tools
253
- - d0932ac: add multi modal input behind feature flag
254
- - bed0916: Update default tools path in mastra dev,build
255
- - 3c2dba5: add workflow run list
256
- - 23d56b1: Handle dev server errors, restart, exit
257
- - 267773e: Show map config on workflow graph
258
- Highlight borders for conditions too on workflow graph
259
- Fix watch stream
260
- - 35bb6a3: Allow undefined temprature, topP model setting from playground
261
- - 33f1c64: revamp the experience for workflows
262
- - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
263
- - 7a32205: add empty states for workflows, agents and mcp servers
264
-
265
- ## 0.10.1-alpha.5
266
-
267
- ### Patch Changes
268
-
269
- - 267773e: Show map config on workflow graph
270
- Highlight borders for conditions too on workflow graph
271
- Fix watch stream
272
-
273
- ## 0.10.1-alpha.4
274
-
275
- ### Patch Changes
276
-
277
- - 3c2dba5: add workflow run list
278
- - 33f1c64: revamp the experience for workflows
279
-
280
- ## 0.10.1-alpha.3
281
-
282
- ### Patch Changes
283
-
284
- - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
285
-
286
- ## 0.10.1-alpha.2
287
-
288
- ### Patch Changes
289
-
290
- - b4365f6: add empty states for agents network and tools
291
- - d0932ac: add multi modal input behind feature flag
292
- - bed0916: Update default tools path in mastra dev,build
293
- - 23d56b1: Handle dev server errors, restart, exit
294
-
295
- ## 0.10.1-alpha.1
296
-
297
- ### Patch Changes
298
-
299
- - 7a32205: add empty states for workflows, agents and mcp servers
300
-
301
-
302
- ... 998 more lines hidden. See full changelog in package directory.
302
+ ... 1116 more lines hidden. See full changelog in package directory.