@mastra/mcp-docs-server 0.0.4-alpha.0 → 0.0.4

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 (103) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fastra.md +8 -8
  2. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +8 -8
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
  4. package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +8 -8
  5. package/.docs/organized/changelogs/%40mastra%2Fcore.md +8 -8
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +12 -12
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +11 -11
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +11 -11
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +10 -10
  10. package/.docs/organized/changelogs/%40mastra%2Fevals.md +9 -9
  11. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +16 -16
  12. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +8 -8
  13. package/.docs/organized/changelogs/%40mastra%2Floggers.md +8 -8
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -0
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +9 -9
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +8 -8
  17. package/.docs/organized/changelogs/%40mastra%2Fpg.md +8 -8
  18. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +8 -8
  19. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +10 -10
  20. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +8 -8
  21. package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
  22. package/.docs/organized/changelogs/%40mastra%2Fragie.md +8 -8
  23. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +8 -8
  24. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +8 -8
  25. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +8 -8
  26. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +8 -8
  27. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +8 -8
  28. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +8 -8
  29. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +8 -8
  30. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +8 -8
  31. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +8 -8
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +8 -8
  33. package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +8 -8
  34. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +7 -0
  35. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +12 -12
  36. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +12 -12
  37. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +9 -0
  38. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +9 -0
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +8 -8
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +8 -8
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +8 -8
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +8 -8
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +7 -0
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +8 -8
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +8 -8
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +8 -0
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +8 -8
  48. package/.docs/organized/changelogs/create-mastra.md +7 -7
  49. package/.docs/organized/changelogs/mastra.md +19 -19
  50. package/.docs/raw/deployment/deployment.mdx +5 -42
  51. package/.docs/raw/deployment/server.mdx +45 -3
  52. package/.docs/raw/observability/logging.mdx +38 -0
  53. package/.docs/raw/observability/nextjs-tracing.mdx +102 -0
  54. package/.docs/raw/observability/tracing.mdx +110 -0
  55. package/.docs/raw/reference/client-js/memory.mdx +6 -3
  56. package/.docs/raw/reference/observability/providers/langsmith.mdx +2 -0
  57. package/.docs/raw/reference/rag/upstash.mdx +50 -1
  58. package/.docs/raw/reference/rag/vectorize.mdx +48 -3
  59. package/.docs/raw/reference/tools/client.mdx +9 -1
  60. package/.docs/raw/reference/workflows/afterEvent.mdx +76 -0
  61. package/.docs/raw/reference/workflows/events.mdx +305 -0
  62. package/.docs/raw/reference/workflows/resumeWithEvent.mdx +134 -0
  63. package/.docs/raw/reference/workflows/step-retries.mdx +203 -0
  64. package/.docs/raw/workflows/error-handling.mdx +183 -0
  65. package/.docs/raw/workflows/suspend-and-resume.mdx +136 -1
  66. package/dist/_tsup-dts-rollup.d.ts +83 -0
  67. package/dist/chunk-YEOOTUPA.js +191 -0
  68. package/dist/prepare-docs/prepare.d.ts +1 -1
  69. package/dist/prepare-docs/prepare.js +1 -13
  70. package/dist/stdio.d.ts +0 -1
  71. package/dist/stdio.js +352 -5
  72. package/package.json +9 -15
  73. package/.docs/raw/deployment/logging-and-tracing.mdx +0 -242
  74. package/dist/index.d.ts +0 -3
  75. package/dist/index.js +0 -19
  76. package/dist/prepare-docs/code-examples.d.ts +0 -4
  77. package/dist/prepare-docs/code-examples.js +0 -91
  78. package/dist/prepare-docs/copy-raw.d.ts +0 -1
  79. package/dist/prepare-docs/copy-raw.js +0 -41
  80. package/dist/prepare-docs/index.d.ts +0 -1
  81. package/dist/prepare-docs/index.js +0 -8
  82. package/dist/prepare-docs/package-changes.d.ts +0 -4
  83. package/dist/prepare-docs/package-changes.js +0 -92
  84. package/dist/sse.d.ts +0 -1
  85. package/dist/sse.js +0 -9
  86. package/dist/tools/__tests__/blog.test.d.ts +0 -1
  87. package/dist/tools/__tests__/blog.test.js +0 -48
  88. package/dist/tools/__tests__/changes.test.d.ts +0 -1
  89. package/dist/tools/__tests__/changes.test.js +0 -37
  90. package/dist/tools/__tests__/docs.test.d.ts +0 -1
  91. package/dist/tools/__tests__/docs.test.js +0 -46
  92. package/dist/tools/__tests__/examples.test.d.ts +0 -1
  93. package/dist/tools/__tests__/examples.test.js +0 -53
  94. package/dist/tools/blog.d.ts +0 -15
  95. package/dist/tools/blog.js +0 -73
  96. package/dist/tools/changes.d.ts +0 -11
  97. package/dist/tools/changes.js +0 -69
  98. package/dist/tools/docs.d.ts +0 -11
  99. package/dist/tools/docs.js +0 -176
  100. package/dist/tools/examples.d.ts +0 -11
  101. package/dist/tools/examples.js +0 -61
  102. package/dist/utils.d.ts +0 -6
  103. package/dist/utils.js +0 -9
@@ -1,5 +1,12 @@
1
1
  # @mastra/astra
2
2
 
3
+ ## 0.2.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.2.5-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ## 0.1.7
294
301
 
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4
299
-
300
- ## 0.1.7-alpha.0
301
-
302
- ... 773 more lines hidden. See full changelog in package directory.
302
+ ... 780 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.2.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.2.5-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
  - Updated dependencies [c139344]
293
300
  - @mastra/core@0.5.0-alpha.0
294
301
 
295
- ## 0.1.7
296
-
297
- ### Patch Changes
298
-
299
- - 1da20e7: Update typechecks for positional args
300
- - Updated dependencies [1da20e7]
301
-
302
- ... 774 more lines hidden. See full changelog in package directory.
302
+ ... 781 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.12-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
  - Updated dependencies [c139344]
293
300
  - @mastra/core@0.5.0-alpha.0
294
301
 
295
- ## 0.1.6
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [1da20e7]
300
- - @mastra/core@0.4.4
301
-
302
- ... 172 more lines hidden. See full changelog in package directory.
302
+ ... 179 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/composio
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ## 0.1.7-alpha.0
294
301
 
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4-alpha.0
299
-
300
- ## 0.1.6
301
-
302
- ... 972 more lines hidden. See full changelog in package directory.
302
+ ... 979 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.6.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6794797: Check for eval values before inserting into storage
8
+
3
9
  ## 0.6.4-alpha.0
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  - 0fd78ac: Update vector store functions to use object params
293
299
  - 2512a93: Support all aisdk options for agent stream,generate
294
300
  - e62de74: Fix optional tool llm
295
- execute
296
- - 0d25b75: Add all agent stream,generate option to cliend-js sdk
297
- - fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
298
- - 8d13b14: Fixes early exits in workflows with branching
299
- - 3f369a2: A better async/await based interface for suspend/resume tracking
300
- - 3ee4831: Fixed agent.generate() so it properly infers the return type based on output: schema | string and experimental_output: schema
301
-
302
- ... 914 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 920 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 85a2461: Fix cloudflare deployer
8
+ - Updated dependencies [6794797]
9
+ - Updated dependencies [709aa2c]
10
+ - Updated dependencies [85a2461]
11
+ - @mastra/core@0.6.4-alpha.1
12
+ - @mastra/deployer@0.2.4-alpha.1
13
+
3
14
  ## 0.1.13-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  - Updated dependencies [c151ae6]
288
299
  - Updated dependencies [52e0418]
289
300
  - Updated dependencies [03236ec]
290
- - Updated dependencies [3764e71]
291
- - Updated dependencies [df982db]
292
- - Updated dependencies [0461849]
293
- - Updated dependencies [2259379]
294
- - Updated dependencies [358f069]
295
- - @mastra/core@0.5.0-alpha.5
296
- - @mastra/deployer@0.1.8-alpha.5
297
-
298
- ## 0.1.8-alpha.4
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1103 more lines hidden. See full changelog in package directory.
302
+ ... 1114 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - Updated dependencies [709aa2c]
9
+ - Updated dependencies [85a2461]
10
+ - @mastra/core@0.6.4-alpha.1
11
+ - @mastra/deployer@0.2.4-alpha.1
12
+
3
13
  ## 0.1.13-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -288,15 +298,5 @@
288
298
  - Updated dependencies [0461849]
289
299
  - Updated dependencies [2259379]
290
300
  - Updated dependencies [358f069]
291
- - @mastra/core@0.5.0-alpha.5
292
- - @mastra/deployer@0.1.8-alpha.5
293
-
294
- ## 0.1.8-alpha.4
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [d79aedf]
299
- - Updated dependencies [144b3d5]
300
- - @mastra/core@0.5.0-alpha.4
301
301
 
302
- ... 1077 more lines hidden. See full changelog in package directory.
302
+ ... 1087 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - Updated dependencies [709aa2c]
9
+ - Updated dependencies [85a2461]
10
+ - @mastra/core@0.6.4-alpha.1
11
+ - @mastra/deployer@0.2.4-alpha.1
12
+
3
13
  ## 0.1.13-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -288,15 +298,5 @@
288
298
  - Updated dependencies [0461849]
289
299
  - Updated dependencies [2259379]
290
300
  - Updated dependencies [358f069]
291
- - @mastra/core@0.5.0-alpha.5
292
- - @mastra/deployer@0.1.8-alpha.5
293
-
294
- ## 0.1.8-alpha.4
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [d79aedf]
299
- - Updated dependencies [144b3d5]
300
- - @mastra/core@0.5.0-alpha.4
301
301
 
302
- ... 1077 more lines hidden. See full changelog in package directory.
302
+ ... 1087 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.2.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 709aa2c: fix building externals
8
+ - 85a2461: Fix cloudflare deployer
9
+ - Updated dependencies [6794797]
10
+ - @mastra/core@0.6.4-alpha.1
11
+
3
12
  ## 0.2.4-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [358f069]
290
299
  - @mastra/core@0.5.0-alpha.5
291
300
 
292
- ## 0.1.8-alpha.4
293
-
294
- ### Patch Changes
295
-
296
- - 144b3d5: Update traces table UI, agent Chat UI
297
- Fix get workflows breaking
298
- - Updated dependencies [d79aedf]
299
- - @mastra/core@0.5.0-alpha.4
300
-
301
301
 
302
- ... 1004 more lines hidden. See full changelog in package directory.
302
+ ... 1013 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6794797: Check for eval values before inserting into storage
8
+ - Updated dependencies [6794797]
9
+ - @mastra/core@0.6.4-alpha.1
10
+
3
11
  ## 0.1.13-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [1da20e7]
291
299
  - @mastra/core@0.4.4
292
300
 
293
- ## 0.1.7-alpha.0
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4-alpha.0
299
-
300
- ## 0.1.6
301
301
 
302
- ... 825 more lines hidden. See full changelog in package directory.
302
+ ... 833 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.1.13-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ac30427]
8
+ - @mastra/rag@0.1.13-alpha.2
9
+
10
+ ## 1.1.13-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [6794797]
15
+ - @mastra/core@0.6.4-alpha.1
16
+ - @mastra/rag@0.1.13-alpha.1
17
+
3
18
  ## 1.1.13-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -284,19 +299,4 @@
284
299
  - @mastra/core@0.5.0-alpha.5
285
300
  - @mastra/rag@0.1.8-alpha.5
286
301
 
287
- ## 1.1.8-alpha.4
288
-
289
- ### Patch Changes
290
-
291
- - Updated dependencies [d79aedf]
292
- - @mastra/core@0.5.0-alpha.4
293
- - @mastra/rag@0.1.8-alpha.4
294
-
295
- ## 1.1.8-alpha.3
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [3d0e290]
300
- - Updated dependencies [f2e8e5f]
301
-
302
- ... 1322 more lines hidden. See full changelog in package directory.
302
+ ... 1337 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/github
2
2
 
3
+ ## 1.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 1.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ## 1.1.7-alpha.0
294
301
 
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4-alpha.0
299
-
300
- ## 1.1.6
301
-
302
- ... 1075 more lines hidden. See full changelog in package directory.
302
+ ... 1082 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/loggers
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 708 more lines hidden. See full changelog in package directory.
302
+ ... 715 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.0.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9b05d4e: Added explicit error handling for bad blog post fetches
8
+ - Updated dependencies [6794797]
9
+ - @mastra/core@0.6.4-alpha.1
10
+
3
11
  ## 0.0.4-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.3.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2621e3f: Added MCP client timeout option used for tool calls.
8
+ - Updated dependencies [6794797]
9
+ - @mastra/core@0.6.4-alpha.1
10
+
3
11
  ## 0.3.5-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ## 0.2.7-alpha.0
292
300
 
293
- ### Patch Changes
294
-
295
- - Updated dependencies [59df7b6]
296
- - Updated dependencies [29f3a82]
297
- - Updated dependencies [59df7b6]
298
- - Updated dependencies [c139344]
299
- - @mastra/core@0.5.0-alpha.0
300
-
301
301
 
302
- ... 799 more lines hidden. See full changelog in package directory.
302
+ ... 807 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.2.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.2.5-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ### Patch Changes
293
300
 
294
- - Updated dependencies [59df7b6]
295
- - Updated dependencies [29f3a82]
296
- - Updated dependencies [59df7b6]
297
- - Updated dependencies [c139344]
298
- - @mastra/core@0.5.0-alpha.0
299
-
300
- ## 0.1.7
301
301
 
302
- ... 1142 more lines hidden. See full changelog in package directory.
302
+ ... 1149 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.2.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.2.5-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ## 0.1.7
293
300
 
294
- ### Patch Changes
295
-
296
- - 1da20e7: Update typechecks for positional args
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4
299
-
300
- ## 0.1.7-alpha.0
301
301
 
302
- ... 570 more lines hidden. See full changelog in package directory.
302
+ ... 577 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.2.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.2.3-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ## 0.1.7
293
300
 
294
- ### Patch Changes
295
-
296
- - Updated dependencies [1da20e7]
297
- - @mastra/core@0.4.4
298
-
299
- ## 0.1.7-alpha.0
300
-
301
301
 
302
- ... 776 more lines hidden. See full changelog in package directory.
302
+ ... 783 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 2.0.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
8
+ - Updated dependencies [6794797]
9
+ - @mastra/core@0.6.4-alpha.1
10
+ - @mastra/client-js@0.1.12-alpha.1
11
+
3
12
  ## 2.0.4-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [03236ec]
290
299
  - Updated dependencies [3764e71]
291
300
  - Updated dependencies [df982db]
292
- - Updated dependencies [0461849]
293
- - Updated dependencies [2259379]
294
- - Updated dependencies [358f069]
295
- - @mastra/core@0.5.0-alpha.5
296
- - @mastra/client-js@0.1.7-alpha.5
297
-
298
- ## 1.0.0-alpha.4
299
-
300
- ### Patch Changes
301
301
 
302
- ... 111 more lines hidden. See full changelog in package directory.
302
+ ... 120 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/qdrant
2
2
 
3
+ ## 0.2.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.2.4-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ## 0.1.7
294
301
 
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4
299
-
300
- ## 0.1.7-alpha.0
301
-
302
- ... 771 more lines hidden. See full changelog in package directory.
302
+ ... 778 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,18 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 0.1.13-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ac30427: Updated inputschema for vectorquery tool
8
+
9
+ ## 0.1.13-alpha.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6794797]
14
+ - @mastra/core@0.6.4-alpha.1
15
+
3
16
  ## 0.1.13-alpha.0
4
17
 
5
18
  ### Patch Changes
@@ -285,18 +298,5 @@
285
298
  - Updated dependencies [02ffb7b]
286
299
  - @mastra/core@0.5.0-alpha.2
287
300
 
288
- ## 0.1.8-alpha.1
289
-
290
- ### Patch Changes
291
-
292
- - Updated dependencies [dab255b]
293
- - @mastra/core@0.5.0-alpha.1
294
-
295
- ## 0.1.8-alpha.0
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [59df7b6]
300
- - Updated dependencies [29f3a82]
301
301
 
302
- ... 1220 more lines hidden. See full changelog in package directory.
302
+ ... 1233 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/ragie
2
2
 
3
+ ## 1.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 1.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ## 1.1.7-alpha.0
294
301
 
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4-alpha.0
299
-
300
- ## 1.1.6
301
-
302
- ... 1026 more lines hidden. See full changelog in package directory.
302
+ ... 1033 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-azure
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 644 more lines hidden. See full changelog in package directory.
302
+ ... 651 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-deepgram
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.12-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.5
299
-
300
- ### Patch Changes
301
-
302
- ... 648 more lines hidden. See full changelog in package directory.
302
+ ... 655 more lines hidden. See full changelog in package directory.