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

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 (145) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +16 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +47 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fastra.md +9 -9
  4. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +9 -9
  5. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +18 -18
  6. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +40 -40
  7. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +26 -26
  8. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +18 -18
  9. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +44 -44
  10. package/.docs/organized/changelogs/%40mastra%2Fcore.md +39 -39
  11. package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +18 -0
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +52 -52
  13. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +51 -51
  14. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +51 -51
  15. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +54 -54
  16. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +17 -0
  17. package/.docs/organized/changelogs/%40mastra%2Fevals.md +35 -35
  18. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +30 -30
  19. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +9 -9
  20. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +19 -19
  21. package/.docs/organized/changelogs/%40mastra%2Floggers.md +9 -9
  22. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +43 -43
  23. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +9 -9
  24. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +37 -37
  25. package/.docs/organized/changelogs/%40mastra%2Fmem0.md +9 -9
  26. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +35 -35
  27. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +27 -27
  28. package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +18 -0
  29. package/.docs/organized/changelogs/%40mastra%2Fpg.md +18 -18
  30. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +9 -9
  31. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +52 -52
  32. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +9 -9
  33. package/.docs/organized/changelogs/%40mastra%2Frag.md +27 -27
  34. package/.docs/organized/changelogs/%40mastra%2Fragie.md +9 -9
  35. package/.docs/organized/changelogs/%40mastra%2Fserver.md +46 -46
  36. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +9 -9
  37. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +35 -35
  38. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +9 -9
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +9 -9
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +9 -9
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +9 -9
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +9 -9
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +9 -9
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +9 -9
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +9 -9
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +9 -9
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +9 -9
  48. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +9 -9
  49. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +9 -9
  50. package/.docs/organized/changelogs/create-mastra.md +33 -33
  51. package/.docs/organized/changelogs/mastra.md +76 -76
  52. package/.docs/organized/code-examples/agui.md +13 -1
  53. package/.docs/raw/agents/dynamic-agents.mdx +8 -7
  54. package/.docs/raw/deployment/client.mdx +12 -10
  55. package/.docs/raw/deployment/deployment.mdx +1 -1
  56. package/.docs/raw/frameworks/astro.mdx +512 -0
  57. package/.docs/raw/frameworks/copilotkit.mdx +102 -88
  58. package/.docs/raw/frameworks/express.mdx +33 -32
  59. package/.docs/raw/frameworks/next-js.mdx +306 -300
  60. package/.docs/raw/frameworks/openrouter.mdx +165 -0
  61. package/.docs/raw/frameworks/vite-react.mdx +218 -0
  62. package/.docs/raw/getting-started/installation.mdx +55 -67
  63. package/.docs/raw/getting-started/mcp-docs-server.mdx +12 -11
  64. package/.docs/raw/rag/overview.mdx +4 -2
  65. package/.docs/raw/rag/retrieval.mdx +26 -7
  66. package/.docs/raw/rag/vector-databases.mdx +152 -104
  67. package/.docs/raw/reference/agents/agent.mdx +1 -1
  68. package/.docs/raw/reference/cli/create-mastra.mdx +10 -6
  69. package/.docs/raw/reference/cli/dev.mdx +2 -2
  70. package/.docs/raw/reference/cli/init.mdx +6 -3
  71. package/.docs/raw/reference/cli/start.mdx +43 -0
  72. package/.docs/raw/reference/client-js/workflows-legacy.mdx +2 -2
  73. package/.docs/raw/reference/client-js/workflows.mdx +1 -2
  74. package/.docs/raw/reference/core/mastra-class.mdx +3 -2
  75. package/.docs/raw/reference/deployer/cloudflare.mdx +13 -8
  76. package/.docs/raw/reference/legacyWorkflows/after.mdx +1 -1
  77. package/.docs/raw/reference/legacyWorkflows/afterEvent.mdx +2 -2
  78. package/.docs/raw/reference/legacyWorkflows/commit.mdx +1 -1
  79. package/.docs/raw/reference/legacyWorkflows/createRun.mdx +1 -1
  80. package/.docs/raw/reference/legacyWorkflows/else.mdx +1 -1
  81. package/.docs/raw/reference/legacyWorkflows/events.mdx +1 -1
  82. package/.docs/raw/reference/legacyWorkflows/execute.mdx +1 -1
  83. package/.docs/raw/reference/legacyWorkflows/if.mdx +1 -1
  84. package/.docs/raw/reference/legacyWorkflows/resume.mdx +1 -1
  85. package/.docs/raw/reference/legacyWorkflows/resumeWithEvent.mdx +1 -1
  86. package/.docs/raw/reference/legacyWorkflows/snapshots.mdx +1 -1
  87. package/.docs/raw/reference/legacyWorkflows/start.mdx +1 -1
  88. package/.docs/raw/reference/legacyWorkflows/step-class.mdx +1 -1
  89. package/.docs/raw/reference/legacyWorkflows/step-condition.mdx +1 -1
  90. package/.docs/raw/reference/legacyWorkflows/step-function.mdx +1 -1
  91. package/.docs/raw/reference/legacyWorkflows/step-options.mdx +1 -1
  92. package/.docs/raw/reference/legacyWorkflows/step-retries.mdx +1 -1
  93. package/.docs/raw/reference/legacyWorkflows/suspend.mdx +1 -1
  94. package/.docs/raw/reference/legacyWorkflows/then.mdx +1 -1
  95. package/.docs/raw/reference/legacyWorkflows/until.mdx +1 -1
  96. package/.docs/raw/reference/legacyWorkflows/watch.mdx +1 -1
  97. package/.docs/raw/reference/legacyWorkflows/while.mdx +1 -1
  98. package/.docs/raw/reference/legacyWorkflows/workflow.mdx +1 -1
  99. package/.docs/raw/reference/memory/Memory.mdx +1 -1
  100. package/.docs/raw/reference/rag/couchbase.mdx +345 -0
  101. package/.docs/raw/reference/rag/metadata-filters.mdx +14 -11
  102. package/.docs/raw/reference/rag/mongodb.mdx +1 -1
  103. package/.docs/raw/reference/rag/pg.mdx +22 -10
  104. package/.docs/raw/reference/storage/cloudflare-d1.mdx +3 -2
  105. package/.docs/raw/reference/storage/dynamodb.mdx +18 -12
  106. package/.docs/raw/reference/tools/graph-rag-tool.mdx +39 -20
  107. package/.docs/raw/reference/tools/mcp-client.mdx +19 -4
  108. package/.docs/raw/reference/tools/mcp-server.mdx +43 -21
  109. package/.docs/raw/reference/tools/vector-query-tool.mdx +38 -18
  110. package/.docs/raw/reference/voice/voice.getSpeakers.mdx +7 -6
  111. package/.docs/raw/reference/workflows/branch.mdx +3 -3
  112. package/.docs/raw/reference/workflows/commit.mdx +1 -2
  113. package/.docs/raw/reference/workflows/create-run.mdx +5 -3
  114. package/.docs/raw/reference/workflows/dountil.mdx +3 -2
  115. package/.docs/raw/reference/workflows/dowhile.mdx +3 -2
  116. package/.docs/raw/reference/workflows/execute.mdx +13 -13
  117. package/.docs/raw/reference/workflows/foreach.mdx +7 -4
  118. package/.docs/raw/reference/workflows/map.mdx +13 -12
  119. package/.docs/raw/reference/workflows/parallel.mdx +1 -1
  120. package/.docs/raw/reference/workflows/resume.mdx +5 -4
  121. package/.docs/raw/reference/workflows/snapshots.mdx +13 -11
  122. package/.docs/raw/reference/workflows/start.mdx +2 -1
  123. package/.docs/raw/reference/workflows/step.mdx +5 -3
  124. package/.docs/raw/reference/workflows/stream.mdx +80 -75
  125. package/.docs/raw/reference/workflows/then.mdx +2 -1
  126. package/.docs/raw/reference/workflows/watch.mdx +5 -3
  127. package/.docs/raw/reference/workflows/workflow.mdx +10 -8
  128. package/.docs/raw/storage/overview.mdx +9 -8
  129. package/.docs/raw/tools-mcp/mcp-overview.mdx +9 -8
  130. package/.docs/raw/voice/overview.mdx +20 -17
  131. package/.docs/raw/workflows/inngest-workflow.mdx +64 -45
  132. package/.docs/raw/workflows/input-data-mapping.mdx +45 -41
  133. package/.docs/raw/workflows/overview.mdx +63 -63
  134. package/.docs/raw/workflows/suspend-and-resume.mdx +22 -1
  135. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +87 -81
  136. package/.docs/raw/workflows-legacy/control-flow.mdx +8 -4
  137. package/.docs/raw/workflows-legacy/dynamic-workflows.mdx +2 -2
  138. package/.docs/raw/workflows-legacy/error-handling.mdx +2 -2
  139. package/.docs/raw/workflows-legacy/nested-workflows.mdx +2 -2
  140. package/.docs/raw/workflows-legacy/overview.mdx +2 -2
  141. package/.docs/raw/workflows-legacy/runtime-variables.mdx +1 -1
  142. package/.docs/raw/workflows-legacy/steps.mdx +3 -3
  143. package/.docs/raw/workflows-legacy/suspend-and-resume.mdx +2 -2
  144. package/.docs/raw/workflows-legacy/variables.mdx +5 -5
  145. 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,52 @@
1
1
  # @mastra/agui
2
2
 
3
+ ## 1.0.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
11
+ ## 1.0.2-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [ee77e78]
16
+ - Updated dependencies [2901125]
17
+ - @mastra/core@0.10.2-alpha.1
18
+
19
+ ## 1.0.2-alpha.0
20
+
21
+ ### Patch Changes
22
+
23
+ - 187b17d: Bump for runtimecontext
24
+ - Updated dependencies [592a2db]
25
+ - Updated dependencies [e5dc18d]
26
+ - @mastra/client-js@0.10.2-alpha.0
27
+ - @mastra/core@0.10.2-alpha.0
28
+
29
+ ## 1.0.1
30
+
31
+ ### Patch Changes
32
+
33
+ - a4bd9cf: Make these return abstract agents
34
+ - cc86d51: Fix missing result messages
35
+ - Updated dependencies [d70b807]
36
+ - Updated dependencies [6d16390]
37
+ - Updated dependencies [1e4a421]
38
+ - Updated dependencies [200d0da]
39
+ - Updated dependencies [267773e]
40
+ - Updated dependencies [bf5f17b]
41
+ - Updated dependencies [5343f93]
42
+ - Updated dependencies [f622cfa]
43
+ - Updated dependencies [38aee50]
44
+ - Updated dependencies [5c41100]
45
+ - Updated dependencies [d6a759b]
46
+ - Updated dependencies [6015bdf]
47
+ - @mastra/core@0.10.1
48
+ - @mastra/client-js@0.10.1
49
+
3
50
  ## 1.0.1-alpha.4
4
51
 
5
52
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @mastra/astra
2
2
 
3
+ ## 0.10.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
3
11
  ## 0.10.0
4
12
 
5
13
  ### Minor Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [c23a81c]
294
- - @mastra/core@0.9.1-alpha.6
295
-
296
- ## 0.2.12-alpha.5
297
-
298
- ### Patch Changes
299
-
300
- - 5f826d9: Moved vector store specific prompts from @mastra/rag to be exported from the store that the prompt belongs to, ie @mastra/pg
301
301
 
302
- ... 1490 more lines hidden. See full changelog in package directory.
302
+ ... 1498 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.10.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
3
11
  ## 0.10.0
4
12
 
5
13
  ### Minor Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ## 0.2.12-alpha.6
292
300
 
293
- ### Patch Changes
294
-
295
- - Updated dependencies [c23a81c]
296
- - @mastra/core@0.9.1-alpha.6
297
-
298
- ## 0.2.12-alpha.5
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1491 more lines hidden. See full changelog in package directory.
302
+ ... 1499 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.10.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
11
+ ## 0.10.1-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
16
+ - Updated dependencies [592a2db]
17
+ - Updated dependencies [e5dc18d]
18
+ - @mastra/core@0.10.2-alpha.0
19
+
3
20
  ## 0.10.0
4
21
 
5
22
  ### Minor Changes
@@ -281,22 +298,5 @@
281
298
  ### Patch Changes
282
299
 
283
300
  - Updated dependencies [2d17c73]
284
- - @mastra/core@0.9.1-alpha.8
285
-
286
- ## 0.3.1-alpha.7
287
-
288
- ### Patch Changes
289
-
290
- - Updated dependencies [1d3b1cd]
291
- - @mastra/core@0.9.1-alpha.7
292
-
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
301
 
302
- ... 343 more lines hidden. See full changelog in package directory.
302
+ ... 360 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,44 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
11
+ ## 0.10.2-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
16
+ - Updated dependencies [592a2db]
17
+ - Updated dependencies [e5dc18d]
18
+ - @mastra/core@0.10.2-alpha.0
19
+
20
+ ## 0.10.1
21
+
22
+ ### Patch Changes
23
+
24
+ - 267773e: Show map config on workflow graph
25
+ Highlight borders for conditions too on workflow graph
26
+ Fix watch stream
27
+ - 5343f93: Move emitter to symbol to make private
28
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
29
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
30
+ - Updated dependencies [d70b807]
31
+ - Updated dependencies [6d16390]
32
+ - Updated dependencies [1e4a421]
33
+ - Updated dependencies [200d0da]
34
+ - Updated dependencies [bf5f17b]
35
+ - Updated dependencies [5343f93]
36
+ - Updated dependencies [38aee50]
37
+ - Updated dependencies [5c41100]
38
+ - Updated dependencies [d6a759b]
39
+ - Updated dependencies [6015bdf]
40
+ - @mastra/core@0.10.1
41
+
3
42
  ## 0.10.1-alpha.3
4
43
 
5
44
  ### Patch Changes
@@ -259,44 +298,5 @@
259
298
  - Updated dependencies [3d2fb5c]
260
299
  - Updated dependencies [26738f4]
261
300
  - Updated dependencies [4155f47]
262
- - Updated dependencies [7eeb2bc]
263
- - Updated dependencies [b804723]
264
- - Updated dependencies [8607972]
265
- - Updated dependencies [ccef9f9]
266
- - Updated dependencies [0097d50]
267
- - Updated dependencies [7eeb2bc]
268
- - Updated dependencies [17826a9]
269
- - 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
+ ... 1045 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,30 @@
1
1
  # @mastra/cloud
2
2
 
3
+ ## 0.1.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
11
+ ## 0.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 481e1be: chore: Update Cloud exporter otel deps
16
+ - Updated dependencies [d70b807]
17
+ - Updated dependencies [6d16390]
18
+ - Updated dependencies [1e4a421]
19
+ - Updated dependencies [200d0da]
20
+ - Updated dependencies [bf5f17b]
21
+ - Updated dependencies [5343f93]
22
+ - Updated dependencies [38aee50]
23
+ - Updated dependencies [5c41100]
24
+ - Updated dependencies [d6a759b]
25
+ - Updated dependencies [6015bdf]
26
+ - @mastra/core@0.10.1
27
+
3
28
  ## 0.1.1-alpha.0
4
29
 
5
30
  ### Patch Changes
@@ -273,30 +298,5 @@
273
298
  - Updated dependencies [11d4485]
274
299
  - Updated dependencies [479f490]
275
300
  - Updated dependencies [c23a81c]
276
- - Updated dependencies [2d4001d]
277
- - Updated dependencies [c71013a]
278
- - Updated dependencies [1d3b1cd]
279
- - @mastra/core@0.9.1
280
-
281
- ## 0.0.0-alpha.8
282
-
283
- ### Patch Changes
284
-
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
301
 
302
- ... 47 more lines hidden. See full changelog in package directory.
302
+ ... 72 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/cloudflare-d1
2
2
 
3
+ ## 0.10.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
11
+ ## 0.10.1-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
16
+ - Updated dependencies [592a2db]
17
+ - Updated dependencies [e5dc18d]
18
+ - @mastra/core@0.10.2-alpha.0
19
+
3
20
  ## 0.10.0
4
21
 
5
22
  ### Minor Changes
@@ -281,22 +298,5 @@
281
298
  ### Patch Changes
282
299
 
283
300
  - Updated dependencies [2d17c73]
284
- - @mastra/core@0.9.1-alpha.8
285
-
286
- ## 0.1.6-alpha.8
287
-
288
- ### Patch Changes
289
-
290
- - Updated dependencies [1d3b1cd]
291
- - @mastra/core@0.9.1-alpha.7
292
-
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
301
 
302
- ... 109 more lines hidden. See full changelog in package directory.
302
+ ... 126 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,48 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.10.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
11
+ ## 0.10.2-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - e9d2ca8: Add pagination to cloudflare kv listing namespaces.
16
+ - Updated dependencies [ee77e78]
17
+ - Updated dependencies [2901125]
18
+ - @mastra/core@0.10.2-alpha.1
19
+
20
+ ## 0.10.2-alpha.0
21
+
22
+ ### Patch Changes
23
+
24
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
25
+ - Updated dependencies [592a2db]
26
+ - Updated dependencies [e5dc18d]
27
+ - @mastra/core@0.10.2-alpha.0
28
+
29
+ ## 0.10.1
30
+
31
+ ### Patch Changes
32
+
33
+ - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
34
+ - Updated dependencies [d70b807]
35
+ - Updated dependencies [6d16390]
36
+ - Updated dependencies [1e4a421]
37
+ - Updated dependencies [200d0da]
38
+ - Updated dependencies [bf5f17b]
39
+ - Updated dependencies [5343f93]
40
+ - Updated dependencies [38aee50]
41
+ - Updated dependencies [5c41100]
42
+ - Updated dependencies [d6a759b]
43
+ - Updated dependencies [6015bdf]
44
+ - @mastra/core@0.10.1
45
+
3
46
  ## 0.10.1-alpha.0
4
47
 
5
48
  ### Patch Changes
@@ -255,48 +298,5 @@
255
298
 
256
299
  ## 0.1.2-alpha.0
257
300
 
258
- ### Patch Changes
259
-
260
- - Updated dependencies [0097d50]
261
- - @mastra/core@0.9.2-alpha.0
262
-
263
- ## 0.1.1
264
-
265
- ### Patch Changes
266
-
267
- - 835c1c8: suspended paths fix
268
- - 81fb7f6: Workflows v2
269
- - 479f490: [MASTRA-3131] Add getWorkflowRunByID and add resourceId as filter for getWorkflowRuns
270
- - c8641ce: [MASTRA-3276] Cloudflare KV and D1 Workflow Runs
271
- - Updated dependencies [405b63d]
272
- - Updated dependencies [81fb7f6]
273
- - Updated dependencies [20275d4]
274
- - 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
+ ... 355 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,43 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.10.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e8bb40: Add runtimeContext to tools and agents in a workflow step.
8
+
9
+ Also updated start/resume docs for runtime context.
10
+
11
+ ## 0.10.2-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - ee77e78: Type fixes for dynamodb and MessageList
16
+ - 2901125: feat: set mastra server middleware after Mastra has been initialized
17
+
18
+ ## 0.10.2-alpha.0
19
+
20
+ ### Patch Changes
21
+
22
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
23
+ - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
24
+
25
+ ## 0.10.1
26
+
27
+ ### Patch Changes
28
+
29
+ - d70b807: Improve storage.init
30
+ - 6d16390: Support custom bundle externals on mastra Instance
31
+ - 1e4a421: Fix duplication of items in array results in workflow
32
+ - 200d0da: Return payload data, start time, end time, resume time and suspend time for each step in workflow state
33
+ Return error stack for failed workflow runs
34
+ - 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.
35
+ - 5343f93: Move emitter to symbol to make private
36
+ - 38aee50: Adds ability to pass an agents into an MCPServer instance to automatically generate tools from them.
37
+ - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
38
+ - d6a759b: Update workflows code in core readme'
39
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
40
+
3
41
  ## 0.10.1-alpha.3
4
42
 
5
43
  ### Patch Changes
@@ -260,43 +298,5 @@
260
298
  Return serializedStepGraph from vNext workflow
261
299
  Use serializedStepGraph in vNext workflow graph
262
300
 
263
- ## 0.9.1
264
-
265
- ### Patch Changes
266
-
267
- - 405b63d: add ability to clone workflows with different id
268
- - 81fb7f6: Workflows v2
269
- - 20275d4: Adding warnings for current implicit Memory default options as they will be changing soon in a breaking change. Also added memory to create-mastra w/ new defaults so new projects don't see these warnings
270
- - 7d1892c: Return error object directly in vNext workflows
271
- - a90a082: Rename container to runtimeContext in vNext workflow
272
- Add steps accessor for stepFlow in vnext workflow
273
- Add getWorkflowRun to vnext workflow
274
- Add vnext_getWorkflows() to mastra core
275
- - 2d17c73: Fix checking for presence of constant value mappings
276
- - 61e92f5: vNext fix workflow watch cleanup
277
- - 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
+ ... 1654 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/couchbase
2
2
 
3
+ ## 0.10.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [1e8bb40]
9
+ - @mastra/core@0.10.2-alpha.2
10
+
11
+ ## 0.10.1-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 915ca1a: Added disconnect function for couchbase and added docs
16
+ Added prompt for OpenSearchVector
17
+ - Updated dependencies [ee77e78]
18
+ - Updated dependencies [2901125]
19
+ - @mastra/core@0.10.2-alpha.1
20
+
3
21
  ## 0.10.0
4
22
 
5
23
  ### Minor Changes
@@ -1,5 +1,56 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.10.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f0d559f: Fix peerdeps for alpha channel
8
+ - Updated dependencies [e8d2aff]
9
+ - Updated dependencies [1e8bb40]
10
+ - Updated dependencies [4187ed4]
11
+ - Updated dependencies [f0d559f]
12
+ - @mastra/deployer@0.10.2-alpha.2
13
+ - @mastra/core@0.10.2-alpha.2
14
+
15
+ ## 0.10.2-alpha.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [ee77e78]
20
+ - Updated dependencies [2901125]
21
+ - @mastra/core@0.10.2-alpha.1
22
+ - @mastra/deployer@0.10.2-alpha.1
23
+
24
+ ## 0.10.2-alpha.0
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [592a2db]
29
+ - Updated dependencies [e5dc18d]
30
+ - @mastra/core@0.10.2-alpha.0
31
+ - @mastra/deployer@0.10.2-alpha.0
32
+
33
+ ## 0.10.1
34
+
35
+ ### Patch Changes
36
+
37
+ - d70b807: Improve storage.init
38
+ - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
39
+ - Updated dependencies [d70b807]
40
+ - Updated dependencies [6d16390]
41
+ - Updated dependencies [1e4a421]
42
+ - Updated dependencies [200d0da]
43
+ - Updated dependencies [bed0916]
44
+ - Updated dependencies [bf5f17b]
45
+ - Updated dependencies [5343f93]
46
+ - Updated dependencies [38aee50]
47
+ - Updated dependencies [5c41100]
48
+ - Updated dependencies [d6a759b]
49
+ - Updated dependencies [fe68410]
50
+ - Updated dependencies [6015bdf]
51
+ - @mastra/core@0.10.1
52
+ - @mastra/deployer@0.10.1
53
+
3
54
  ## 0.10.1-alpha.3
4
55
 
5
56
  ### Patch Changes
@@ -247,56 +298,5 @@
247
298
  - Updated dependencies [a798090]
248
299
  - Updated dependencies [ccef9f9]
249
300
  - Updated dependencies [0097d50]
250
- - Updated dependencies [7eeb2bc]
251
- - Updated dependencies [17826a9]
252
- - Updated dependencies [7d8b7c7]
253
- - Updated dependencies [fba031f]
254
- - Updated dependencies [3a5f1e1]
255
- - Updated dependencies [51e6923]
256
- - Updated dependencies [8398d89]
257
- - @mastra/deployer@0.3.2
258
- - @mastra/core@0.9.2
259
-
260
- ## 0.1.21-alpha.6
261
-
262
- ### Patch Changes
263
-
264
- - Updated dependencies [6052aa6]
265
- - Updated dependencies [a798090]
266
- - Updated dependencies [7d8b7c7]
267
- - Updated dependencies [3a5f1e1]
268
- - Updated dependencies [8398d89]
269
- - @mastra/core@0.9.2-alpha.6
270
- - @mastra/deployer@0.3.2-alpha.6
271
-
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
301
 
302
- ... 2054 more lines hidden. See full changelog in package directory.
302
+ ... 2105 more lines hidden. See full changelog in package directory.