@mastra/mcp-docs-server 0.11.0 → 0.11.1-alpha.0

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 (114) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +16 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +31 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +10 -10
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +32 -32
  5. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +18 -18
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
  7. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +27 -27
  8. package/.docs/organized/changelogs/%40mastra%2Fcore.md +24 -24
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +31 -31
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +30 -30
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +30 -30
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +32 -32
  13. package/.docs/organized/changelogs/%40mastra%2Fevals.md +18 -18
  14. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +20 -20
  15. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +11 -11
  16. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +33 -33
  17. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +29 -29
  18. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +27 -27
  19. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +20 -20
  20. package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
  21. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +41 -41
  22. package/.docs/organized/changelogs/%40mastra%2Frag.md +19 -19
  23. package/.docs/organized/changelogs/%40mastra%2Fserver.md +29 -29
  24. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +27 -27
  25. package/.docs/organized/changelogs/create-mastra.md +26 -26
  26. package/.docs/organized/changelogs/mastra.md +51 -51
  27. package/.docs/raw/agents/dynamic-agents.mdx +8 -7
  28. package/.docs/raw/deployment/client.mdx +12 -10
  29. package/.docs/raw/deployment/deployment.mdx +1 -1
  30. package/.docs/raw/frameworks/copilotkit.mdx +50 -89
  31. package/.docs/raw/frameworks/express.mdx +33 -32
  32. package/.docs/raw/frameworks/next-js.mdx +306 -300
  33. package/.docs/raw/frameworks/openrouter.mdx +165 -0
  34. package/.docs/raw/frameworks/vite-react.mdx +218 -0
  35. package/.docs/raw/getting-started/installation.mdx +55 -67
  36. package/.docs/raw/getting-started/mcp-docs-server.mdx +12 -11
  37. package/.docs/raw/rag/overview.mdx +3 -1
  38. package/.docs/raw/rag/retrieval.mdx +10 -7
  39. package/.docs/raw/rag/vector-databases.mdx +110 -87
  40. package/.docs/raw/reference/agents/agent.mdx +1 -1
  41. package/.docs/raw/reference/cli/create-mastra.mdx +10 -6
  42. package/.docs/raw/reference/cli/dev.mdx +2 -2
  43. package/.docs/raw/reference/cli/init.mdx +6 -3
  44. package/.docs/raw/reference/client-js/workflows-legacy.mdx +2 -2
  45. package/.docs/raw/reference/client-js/workflows.mdx +1 -2
  46. package/.docs/raw/reference/core/mastra-class.mdx +3 -2
  47. package/.docs/raw/reference/deployer/cloudflare.mdx +13 -8
  48. package/.docs/raw/reference/legacyWorkflows/after.mdx +1 -1
  49. package/.docs/raw/reference/legacyWorkflows/afterEvent.mdx +2 -2
  50. package/.docs/raw/reference/legacyWorkflows/commit.mdx +1 -1
  51. package/.docs/raw/reference/legacyWorkflows/createRun.mdx +1 -1
  52. package/.docs/raw/reference/legacyWorkflows/else.mdx +1 -1
  53. package/.docs/raw/reference/legacyWorkflows/events.mdx +1 -1
  54. package/.docs/raw/reference/legacyWorkflows/execute.mdx +1 -1
  55. package/.docs/raw/reference/legacyWorkflows/if.mdx +1 -1
  56. package/.docs/raw/reference/legacyWorkflows/resume.mdx +1 -1
  57. package/.docs/raw/reference/legacyWorkflows/resumeWithEvent.mdx +1 -1
  58. package/.docs/raw/reference/legacyWorkflows/snapshots.mdx +1 -1
  59. package/.docs/raw/reference/legacyWorkflows/start.mdx +1 -1
  60. package/.docs/raw/reference/legacyWorkflows/step-class.mdx +1 -1
  61. package/.docs/raw/reference/legacyWorkflows/step-condition.mdx +1 -1
  62. package/.docs/raw/reference/legacyWorkflows/step-function.mdx +1 -1
  63. package/.docs/raw/reference/legacyWorkflows/step-options.mdx +1 -1
  64. package/.docs/raw/reference/legacyWorkflows/step-retries.mdx +1 -1
  65. package/.docs/raw/reference/legacyWorkflows/suspend.mdx +1 -1
  66. package/.docs/raw/reference/legacyWorkflows/then.mdx +1 -1
  67. package/.docs/raw/reference/legacyWorkflows/until.mdx +1 -1
  68. package/.docs/raw/reference/legacyWorkflows/watch.mdx +1 -1
  69. package/.docs/raw/reference/legacyWorkflows/while.mdx +1 -1
  70. package/.docs/raw/reference/legacyWorkflows/workflow.mdx +1 -1
  71. package/.docs/raw/reference/memory/Memory.mdx +1 -1
  72. package/.docs/raw/reference/rag/pg.mdx +22 -10
  73. package/.docs/raw/reference/storage/cloudflare-d1.mdx +3 -2
  74. package/.docs/raw/reference/storage/dynamodb.mdx +18 -12
  75. package/.docs/raw/reference/tools/graph-rag-tool.mdx +39 -20
  76. package/.docs/raw/reference/tools/mcp-client.mdx +19 -4
  77. package/.docs/raw/reference/tools/mcp-server.mdx +43 -21
  78. package/.docs/raw/reference/tools/vector-query-tool.mdx +38 -18
  79. package/.docs/raw/reference/voice/voice.getSpeakers.mdx +7 -6
  80. package/.docs/raw/reference/workflows/branch.mdx +3 -3
  81. package/.docs/raw/reference/workflows/commit.mdx +1 -2
  82. package/.docs/raw/reference/workflows/create-run.mdx +5 -3
  83. package/.docs/raw/reference/workflows/dountil.mdx +3 -2
  84. package/.docs/raw/reference/workflows/dowhile.mdx +3 -2
  85. package/.docs/raw/reference/workflows/execute.mdx +13 -13
  86. package/.docs/raw/reference/workflows/foreach.mdx +7 -4
  87. package/.docs/raw/reference/workflows/map.mdx +13 -12
  88. package/.docs/raw/reference/workflows/parallel.mdx +1 -1
  89. package/.docs/raw/reference/workflows/resume.mdx +5 -4
  90. package/.docs/raw/reference/workflows/snapshots.mdx +13 -11
  91. package/.docs/raw/reference/workflows/start.mdx +2 -1
  92. package/.docs/raw/reference/workflows/step.mdx +5 -3
  93. package/.docs/raw/reference/workflows/stream.mdx +80 -75
  94. package/.docs/raw/reference/workflows/then.mdx +2 -1
  95. package/.docs/raw/reference/workflows/watch.mdx +5 -3
  96. package/.docs/raw/reference/workflows/workflow.mdx +10 -8
  97. package/.docs/raw/storage/overview.mdx +9 -8
  98. package/.docs/raw/tools-mcp/mcp-overview.mdx +9 -8
  99. package/.docs/raw/voice/overview.mdx +20 -17
  100. package/.docs/raw/workflows/inngest-workflow.mdx +64 -45
  101. package/.docs/raw/workflows/input-data-mapping.mdx +45 -41
  102. package/.docs/raw/workflows/overview.mdx +63 -63
  103. package/.docs/raw/workflows/suspend-and-resume.mdx +1 -1
  104. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +87 -81
  105. package/.docs/raw/workflows-legacy/control-flow.mdx +8 -4
  106. package/.docs/raw/workflows-legacy/dynamic-workflows.mdx +2 -2
  107. package/.docs/raw/workflows-legacy/error-handling.mdx +2 -2
  108. package/.docs/raw/workflows-legacy/nested-workflows.mdx +2 -2
  109. package/.docs/raw/workflows-legacy/overview.mdx +2 -2
  110. package/.docs/raw/workflows-legacy/runtime-variables.mdx +1 -1
  111. package/.docs/raw/workflows-legacy/steps.mdx +3 -3
  112. package/.docs/raw/workflows-legacy/suspend-and-resume.mdx +2 -2
  113. package/.docs/raw/workflows-legacy/variables.mdx +5 -5
  114. package/package.json +4 -4
@@ -1,5 +1,21 @@
1
1
  # @internal/lint
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d70b807]
8
+ - Updated dependencies [6d16390]
9
+ - Updated dependencies [1e4a421]
10
+ - Updated dependencies [200d0da]
11
+ - Updated dependencies [bf5f17b]
12
+ - Updated dependencies [5343f93]
13
+ - Updated dependencies [38aee50]
14
+ - Updated dependencies [5c41100]
15
+ - Updated dependencies [d6a759b]
16
+ - Updated dependencies [6015bdf]
17
+ - @mastra/core@0.10.1
18
+
3
19
  ## 0.0.2
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,36 @@
1
1
  # @mastra/agui
2
2
 
3
+ ## 1.0.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 187b17d: Bump for runtimecontext
8
+ - Updated dependencies [592a2db]
9
+ - Updated dependencies [e5dc18d]
10
+ - @mastra/client-js@0.10.2-alpha.0
11
+ - @mastra/core@0.10.2-alpha.0
12
+
13
+ ## 1.0.1
14
+
15
+ ### Patch Changes
16
+
17
+ - a4bd9cf: Make these return abstract agents
18
+ - cc86d51: Fix missing result messages
19
+ - Updated dependencies [d70b807]
20
+ - Updated dependencies [6d16390]
21
+ - Updated dependencies [1e4a421]
22
+ - Updated dependencies [200d0da]
23
+ - Updated dependencies [267773e]
24
+ - Updated dependencies [bf5f17b]
25
+ - Updated dependencies [5343f93]
26
+ - Updated dependencies [f622cfa]
27
+ - Updated dependencies [38aee50]
28
+ - Updated dependencies [5c41100]
29
+ - Updated dependencies [d6a759b]
30
+ - Updated dependencies [6015bdf]
31
+ - @mastra/core@0.10.1
32
+ - @mastra/client-js@0.10.1
33
+
3
34
  ## 1.0.1-alpha.4
4
35
 
5
36
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.10.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
8
+ - Updated dependencies [592a2db]
9
+ - Updated dependencies [e5dc18d]
10
+ - @mastra/core@0.10.2-alpha.0
11
+
3
12
  ## 0.10.0
4
13
 
5
14
  ### Minor Changes
@@ -290,13 +299,4 @@
290
299
  - Updated dependencies [1d3b1cd]
291
300
  - @mastra/core@0.9.1-alpha.7
292
301
 
293
- ## 0.3.1-alpha.6
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [c23a81c]
298
- - @mastra/core@0.9.1-alpha.6
299
-
300
- ## 0.3.1-alpha.5
301
-
302
- ... 343 more lines hidden. See full changelog in package directory.
302
+ ... 352 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,36 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
8
+ - Updated dependencies [592a2db]
9
+ - Updated dependencies [e5dc18d]
10
+ - @mastra/core@0.10.2-alpha.0
11
+
12
+ ## 0.10.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 267773e: Show map config on workflow graph
17
+ Highlight borders for conditions too on workflow graph
18
+ Fix watch stream
19
+ - 5343f93: Move emitter to symbol to make private
20
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
21
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
22
+ - Updated dependencies [d70b807]
23
+ - Updated dependencies [6d16390]
24
+ - Updated dependencies [1e4a421]
25
+ - Updated dependencies [200d0da]
26
+ - Updated dependencies [bf5f17b]
27
+ - Updated dependencies [5343f93]
28
+ - Updated dependencies [38aee50]
29
+ - Updated dependencies [5c41100]
30
+ - Updated dependencies [d6a759b]
31
+ - Updated dependencies [6015bdf]
32
+ - @mastra/core@0.10.1
33
+
3
34
  ## 0.10.1-alpha.3
4
35
 
5
36
  ### Patch Changes
@@ -267,36 +298,5 @@
267
298
  - Updated dependencies [7eeb2bc]
268
299
  - Updated dependencies [17826a9]
269
300
  - Updated dependencies [7d8b7c7]
270
- - Updated dependencies [fba031f]
271
- - Updated dependencies [3a5f1e1]
272
- - Updated dependencies [51e6923]
273
- - Updated dependencies [8398d89]
274
- - @mastra/core@0.9.2
275
-
276
- ## 0.1.20-alpha.6
277
-
278
- ### Patch Changes
279
-
280
- - 2e4f8e9: Agui client integration
281
- - Updated dependencies [6052aa6]
282
- - Updated dependencies [7d8b7c7]
283
- - Updated dependencies [3a5f1e1]
284
- - Updated dependencies [8398d89]
285
- - @mastra/core@0.9.2-alpha.6
286
-
287
- ## 0.1.20-alpha.5
288
-
289
- ### Patch Changes
290
-
291
- - Updated dependencies [3d2fb5c]
292
- - Updated dependencies [7eeb2bc]
293
- - Updated dependencies [8607972]
294
- - Updated dependencies [7eeb2bc]
295
- - Updated dependencies [fba031f]
296
- - @mastra/core@0.9.2-alpha.5
297
-
298
- ## 0.1.20-alpha.4
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1006 more lines hidden. See full changelog in package directory.
302
+ ... 1037 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/cloud
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 481e1be: chore: Update Cloud exporter otel deps
8
+ - Updated dependencies [d70b807]
9
+ - Updated dependencies [6d16390]
10
+ - Updated dependencies [1e4a421]
11
+ - Updated dependencies [200d0da]
12
+ - Updated dependencies [bf5f17b]
13
+ - Updated dependencies [5343f93]
14
+ - Updated dependencies [38aee50]
15
+ - Updated dependencies [5c41100]
16
+ - Updated dependencies [d6a759b]
17
+ - Updated dependencies [6015bdf]
18
+ - @mastra/core@0.10.1
19
+
3
20
  ## 0.1.1-alpha.0
4
21
 
5
22
  ### Patch Changes
@@ -282,21 +299,4 @@
282
299
 
283
300
  ### Patch Changes
284
301
 
285
- - Updated dependencies [2d17c73]
286
- - @mastra/core@0.9.1-alpha.8
287
-
288
- ## 0.0.0-alpha.7
289
-
290
- ### Patch Changes
291
-
292
- - Updated dependencies [1d3b1cd]
293
- - @mastra/core@0.9.1-alpha.7
294
-
295
- ## 0.0.0-alpha.6
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [c23a81c]
300
- - @mastra/core@0.9.1-alpha.6
301
-
302
- ... 47 more lines hidden. See full changelog in package directory.
302
+ ... 64 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/cloudflare-d1
2
2
 
3
+ ## 0.10.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
8
+ - Updated dependencies [592a2db]
9
+ - Updated dependencies [e5dc18d]
10
+ - @mastra/core@0.10.2-alpha.0
11
+
3
12
  ## 0.10.0
4
13
 
5
14
  ### Minor Changes
@@ -290,13 +299,4 @@
290
299
  - Updated dependencies [1d3b1cd]
291
300
  - @mastra/core@0.9.1-alpha.7
292
301
 
293
- ## 0.1.6-alpha.7
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [c23a81c]
298
- - @mastra/core@0.9.1-alpha.6
299
-
300
- ## 0.1.6-alpha.6
301
-
302
- ... 109 more lines hidden. See full changelog in package directory.
302
+ ... 118 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,31 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
8
+ - Updated dependencies [592a2db]
9
+ - Updated dependencies [e5dc18d]
10
+ - @mastra/core@0.10.2-alpha.0
11
+
12
+ ## 0.10.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
17
+ - Updated dependencies [d70b807]
18
+ - Updated dependencies [6d16390]
19
+ - Updated dependencies [1e4a421]
20
+ - Updated dependencies [200d0da]
21
+ - Updated dependencies [bf5f17b]
22
+ - Updated dependencies [5343f93]
23
+ - Updated dependencies [38aee50]
24
+ - Updated dependencies [5c41100]
25
+ - Updated dependencies [d6a759b]
26
+ - Updated dependencies [6015bdf]
27
+ - @mastra/core@0.10.1
28
+
3
29
  ## 0.10.1-alpha.0
4
30
 
5
31
  ### Patch Changes
@@ -272,31 +298,5 @@
272
298
  - Updated dependencies [81fb7f6]
273
299
  - Updated dependencies [20275d4]
274
300
  - Updated dependencies [7d1892c]
275
- - Updated dependencies [a90a082]
276
- - Updated dependencies [2d17c73]
277
- - Updated dependencies [61e92f5]
278
- - Updated dependencies [35955b0]
279
- - Updated dependencies [6262bd5]
280
- - Updated dependencies [c1409ef]
281
- - Updated dependencies [3e7b69d]
282
- - Updated dependencies [e4943b8]
283
- - Updated dependencies [11d4485]
284
- - Updated dependencies [479f490]
285
- - Updated dependencies [c23a81c]
286
- - Updated dependencies [2d4001d]
287
- - Updated dependencies [c71013a]
288
- - Updated dependencies [1d3b1cd]
289
- - @mastra/core@0.9.1
290
-
291
- ## 0.1.1-alpha.9
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [2d17c73]
296
- - @mastra/core@0.9.1-alpha.8
297
-
298
- ## 0.1.1-alpha.8
299
-
300
- ### Patch Changes
301
301
 
302
- ... 312 more lines hidden. See full changelog in package directory.
302
+ ... 338 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
8
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
9
+
10
+ ## 0.10.1
11
+
12
+ ### Patch Changes
13
+
14
+ - d70b807: Improve storage.init
15
+ - 6d16390: Support custom bundle externals on mastra Instance
16
+ - 1e4a421: Fix duplication of items in array results in workflow
17
+ - 200d0da: Return payload data, start time, end time, resume time and suspend time for each step in workflow state
18
+ Return error stack for failed workflow runs
19
+ - bf5f17b: Adds ability to pass workflows into MCPServer to generate tools from the workflows. Each workflow will become a tool that can start the workflow run.
20
+ - 5343f93: Move emitter to symbol to make private
21
+ - 38aee50: Adds ability to pass an agents into an MCPServer instance to automatically generate tools from them.
22
+ - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
23
+ - d6a759b: Update workflows code in core readme'
24
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
25
+
3
26
  ## 0.10.1-alpha.3
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
  - 2d17c73: Fix checking for presence of constant value mappings
276
299
  - 61e92f5: vNext fix workflow watch cleanup
277
300
  - 35955b0: Rename import to runtime-contxt
278
- - 6262bd5: Mastra server custom host config
279
- - c1409ef: Add vNextWorkflow handlers and APIs
280
- Add stepGraph and steps to vNextWorkflow
281
- - 3e7b69d: Dynamic agent props
282
- - e4943b8: Default arrays to string type when transformation JSON schema to zod as per the JSON schema spec.
283
- - 11d4485: Show VNext workflows on the playground
284
- Show running status for step in vNext workflowState
285
- - 479f490: [MASTRA-3131] Add getWorkflowRunByID and add resourceId as filter for getWorkflowRuns
286
- - c23a81c: added deprecation warnings for pg and individual args
287
- - 2d4001d: Add new @msstra/libsql package and use it in create-mastra
288
- - c71013a: vNeuxt: unset currentStep for workflow status change event
289
- - 1d3b1cd: Rebump
290
-
291
- ## 0.9.1-alpha.8
292
-
293
- ### Patch Changes
294
-
295
- - 2d17c73: Fix checking for presence of constant value mappings
296
-
297
- ## 0.9.1-alpha.7
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1616 more lines hidden. See full changelog in package directory.
302
+ ... 1639 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,35 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [592a2db]
8
+ - Updated dependencies [e5dc18d]
9
+ - @mastra/core@0.10.2-alpha.0
10
+ - @mastra/deployer@0.10.2-alpha.0
11
+
12
+ ## 0.10.1
13
+
14
+ ### Patch Changes
15
+
16
+ - d70b807: Improve storage.init
17
+ - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
18
+ - Updated dependencies [d70b807]
19
+ - Updated dependencies [6d16390]
20
+ - Updated dependencies [1e4a421]
21
+ - Updated dependencies [200d0da]
22
+ - Updated dependencies [bed0916]
23
+ - Updated dependencies [bf5f17b]
24
+ - Updated dependencies [5343f93]
25
+ - Updated dependencies [38aee50]
26
+ - Updated dependencies [5c41100]
27
+ - Updated dependencies [d6a759b]
28
+ - Updated dependencies [fe68410]
29
+ - Updated dependencies [6015bdf]
30
+ - @mastra/core@0.10.1
31
+ - @mastra/deployer@0.10.1
32
+
3
33
  ## 0.10.1-alpha.3
4
34
 
5
35
  ### Patch Changes
@@ -269,34 +299,4 @@
269
299
  - @mastra/core@0.9.2-alpha.6
270
300
  - @mastra/deployer@0.3.2-alpha.6
271
301
 
272
- ## 0.1.21-alpha.5
273
-
274
- ### Patch Changes
275
-
276
- - 8607972: Introduce Mastra lint cli command
277
- - Updated dependencies [3d2fb5c]
278
- - Updated dependencies [7eeb2bc]
279
- - Updated dependencies [8607972]
280
- - Updated dependencies [7eeb2bc]
281
- - Updated dependencies [fba031f]
282
- - @mastra/core@0.9.2-alpha.5
283
- - @mastra/deployer@0.3.2-alpha.5
284
-
285
- ## 0.1.21-alpha.4
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies [ccef9f9]
290
- - Updated dependencies [51e6923]
291
- - @mastra/core@0.9.2-alpha.4
292
- - @mastra/deployer@0.3.2-alpha.4
293
-
294
- ## 0.1.21-alpha.3
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [967b41c]
299
- - Updated dependencies [4155f47]
300
- - Updated dependencies [17826a9]
301
-
302
- ... 2054 more lines hidden. See full changelog in package directory.
302
+ ... 2084 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,34 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [592a2db]
8
+ - Updated dependencies [e5dc18d]
9
+ - @mastra/core@0.10.2-alpha.0
10
+ - @mastra/deployer@0.10.2-alpha.0
11
+
12
+ ## 0.10.1
13
+
14
+ ### Patch Changes
15
+
16
+ - d70b807: Improve storage.init
17
+ - Updated dependencies [d70b807]
18
+ - Updated dependencies [6d16390]
19
+ - Updated dependencies [1e4a421]
20
+ - Updated dependencies [200d0da]
21
+ - Updated dependencies [bed0916]
22
+ - Updated dependencies [bf5f17b]
23
+ - Updated dependencies [5343f93]
24
+ - Updated dependencies [38aee50]
25
+ - Updated dependencies [5c41100]
26
+ - Updated dependencies [d6a759b]
27
+ - Updated dependencies [fe68410]
28
+ - Updated dependencies [6015bdf]
29
+ - @mastra/core@0.10.1
30
+ - @mastra/deployer@0.10.1
31
+
3
32
  ## 0.10.1-alpha.3
4
33
 
5
34
  ### Patch Changes
@@ -270,33 +299,4 @@
270
299
 
271
300
  ## 0.1.21-alpha.5
272
301
 
273
- ### Patch Changes
274
-
275
- - 8607972: Introduce Mastra lint cli command
276
- - Updated dependencies [3d2fb5c]
277
- - Updated dependencies [7eeb2bc]
278
- - Updated dependencies [8607972]
279
- - Updated dependencies [7eeb2bc]
280
- - Updated dependencies [fba031f]
281
- - @mastra/core@0.9.2-alpha.5
282
- - @mastra/deployer@0.3.2-alpha.5
283
-
284
- ## 0.1.21-alpha.4
285
-
286
- ### Patch Changes
287
-
288
- - Updated dependencies [ccef9f9]
289
- - Updated dependencies [51e6923]
290
- - @mastra/core@0.9.2-alpha.4
291
- - @mastra/deployer@0.3.2-alpha.4
292
-
293
- ## 0.1.21-alpha.3
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [967b41c]
298
- - Updated dependencies [4155f47]
299
- - Updated dependencies [17826a9]
300
- - @mastra/core@0.9.2-alpha.3
301
-
302
- ... 2023 more lines hidden. See full changelog in package directory.
302
+ ... 2052 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,34 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [592a2db]
8
+ - Updated dependencies [e5dc18d]
9
+ - @mastra/core@0.10.2-alpha.0
10
+ - @mastra/deployer@0.10.2-alpha.0
11
+
12
+ ## 0.10.1
13
+
14
+ ### Patch Changes
15
+
16
+ - d70b807: Improve storage.init
17
+ - Updated dependencies [d70b807]
18
+ - Updated dependencies [6d16390]
19
+ - Updated dependencies [1e4a421]
20
+ - Updated dependencies [200d0da]
21
+ - Updated dependencies [bed0916]
22
+ - Updated dependencies [bf5f17b]
23
+ - Updated dependencies [5343f93]
24
+ - Updated dependencies [38aee50]
25
+ - Updated dependencies [5c41100]
26
+ - Updated dependencies [d6a759b]
27
+ - Updated dependencies [fe68410]
28
+ - Updated dependencies [6015bdf]
29
+ - @mastra/core@0.10.1
30
+ - @mastra/deployer@0.10.1
31
+
3
32
  ## 0.10.1-alpha.3
4
33
 
5
34
  ### Patch Changes
@@ -269,34 +298,5 @@
269
298
  - Updated dependencies [7d8b7c7]
270
299
  - Updated dependencies [3a5f1e1]
271
300
  - Updated dependencies [8398d89]
272
- - @mastra/core@0.9.2-alpha.6
273
- - @mastra/deployer@0.3.2-alpha.6
274
-
275
- ## 0.1.21-alpha.5
276
-
277
- ### Patch Changes
278
-
279
- - 8607972: Introduce Mastra lint cli command
280
- - Updated dependencies [3d2fb5c]
281
- - Updated dependencies [7eeb2bc]
282
- - Updated dependencies [8607972]
283
- - Updated dependencies [7eeb2bc]
284
- - Updated dependencies [fba031f]
285
- - @mastra/core@0.9.2-alpha.5
286
- - @mastra/deployer@0.3.2-alpha.5
287
-
288
- ## 0.1.21-alpha.4
289
-
290
- ### Patch Changes
291
-
292
- - Updated dependencies [ccef9f9]
293
- - Updated dependencies [51e6923]
294
- - @mastra/core@0.9.2-alpha.4
295
- - @mastra/deployer@0.3.2-alpha.4
296
-
297
- ## 0.1.21-alpha.3
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 2027 more lines hidden. See full changelog in package directory.
302
+ ... 2056 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,36 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [592a2db]
8
+ - Updated dependencies [e5dc18d]
9
+ - Updated dependencies [e2228f6]
10
+ - @mastra/core@0.10.2-alpha.0
11
+ - @mastra/server@0.10.2-alpha.0
12
+
13
+ ## 0.10.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 6d16390: Support custom bundle externals on mastra Instance
18
+ - bed0916: Handle wildcards in tools discovery
19
+ - 5343f93: Move emitter to symbol to make private
20
+ - fe68410: Fix mcp server routes
21
+ - Updated dependencies [d70b807]
22
+ - Updated dependencies [6d16390]
23
+ - Updated dependencies [1e4a421]
24
+ - Updated dependencies [200d0da]
25
+ - Updated dependencies [bf5f17b]
26
+ - Updated dependencies [5343f93]
27
+ - Updated dependencies [38aee50]
28
+ - Updated dependencies [5c41100]
29
+ - Updated dependencies [d6a759b]
30
+ - Updated dependencies [6015bdf]
31
+ - @mastra/core@0.10.1
32
+ - @mastra/server@0.10.1
33
+
3
34
  ## 0.10.1-alpha.3
4
35
 
5
36
  ### Patch Changes
@@ -267,36 +298,5 @@
267
298
  - 254f5c3: Audit, cleanup MastraClient
268
299
  - 8607972: Introduce Mastra lint cli command
269
300
  - a798090: Do not break on tools not being to import
270
- - Updated dependencies [6052aa6]
271
- - Updated dependencies [967b41c]
272
- - Updated dependencies [3d2fb5c]
273
- - Updated dependencies [26738f4]
274
- - Updated dependencies [4155f47]
275
- - Updated dependencies [7eeb2bc]
276
- - Updated dependencies [b804723]
277
- - Updated dependencies [8607972]
278
- - Updated dependencies [ccef9f9]
279
- - Updated dependencies [0097d50]
280
- - Updated dependencies [7eeb2bc]
281
- - Updated dependencies [17826a9]
282
- - Updated dependencies [7d8b7c7]
283
- - Updated dependencies [fba031f]
284
- - Updated dependencies [3a5f1e1]
285
- - Updated dependencies [51e6923]
286
- - Updated dependencies [8398d89]
287
- - @mastra/server@2.0.2
288
- - @mastra/core@0.9.2
289
-
290
- ## 0.3.2-alpha.6
291
301
 
292
- ### Patch Changes
293
-
294
- - a798090: Do not break on tools not being to import
295
- - Updated dependencies [6052aa6]
296
- - Updated dependencies [7d8b7c7]
297
- - Updated dependencies [3a5f1e1]
298
- - Updated dependencies [8398d89]
299
- - @mastra/server@2.0.2-alpha.6
300
- - @mastra/core@0.9.2-alpha.6
301
-
302
- ... 2027 more lines hidden. See full changelog in package directory.
302
+ ... 2058 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d70b807: Improve storage.init
8
+ - Updated dependencies [d70b807]
9
+ - Updated dependencies [6d16390]
10
+ - Updated dependencies [1e4a421]
11
+ - Updated dependencies [200d0da]
12
+ - Updated dependencies [bf5f17b]
13
+ - Updated dependencies [5343f93]
14
+ - Updated dependencies [38aee50]
15
+ - Updated dependencies [5c41100]
16
+ - Updated dependencies [d6a759b]
17
+ - Updated dependencies [6015bdf]
18
+ - @mastra/core@0.10.1
19
+
3
20
  ## 0.10.1-alpha.0
4
21
 
5
22
  ### Patch Changes
@@ -282,21 +299,4 @@
282
299
  - Updated dependencies [2d17c73]
283
300
  - @mastra/core@0.9.1-alpha.8
284
301
 
285
- ## 0.1.20-alpha.7
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies [1d3b1cd]
290
- - @mastra/core@0.9.1-alpha.7
291
-
292
- ## 0.1.20-alpha.6
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [c23a81c]
297
- - @mastra/core@0.9.1-alpha.6
298
-
299
- ## 0.1.20-alpha.5
300
-
301
-
302
- ... 1541 more lines hidden. See full changelog in package directory.
302
+ ... 1558 more lines hidden. See full changelog in package directory.