@mastra/mcp-docs-server 0.0.10-alpha.2 → 0.0.10-alpha.3

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 (67) 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%2Fclickhouse.md +11 -0
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +11 -0
  6. package/.docs/organized/changelogs/%40mastra%2Fcore.md +7 -7
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +9 -9
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +9 -9
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +9 -9
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +13 -13
  11. package/.docs/organized/changelogs/%40mastra%2Fevals.md +8 -8
  12. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +9 -9
  13. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +8 -8
  14. package/.docs/organized/changelogs/%40mastra%2Floggers.md +8 -8
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -8
  16. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +7 -0
  17. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +8 -8
  18. package/.docs/organized/changelogs/%40mastra%2Fmem0.md +7 -0
  19. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +12 -12
  20. package/.docs/organized/changelogs/%40mastra%2Fpg.md +12 -12
  21. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +8 -8
  22. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +9 -9
  23. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +8 -8
  24. package/.docs/organized/changelogs/%40mastra%2Frag.md +8 -8
  25. package/.docs/organized/changelogs/%40mastra%2Fragie.md +8 -8
  26. package/.docs/organized/changelogs/%40mastra%2Fserver.md +12 -12
  27. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +8 -8
  28. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +8 -8
  29. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +8 -8
  30. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +8 -8
  31. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +8 -8
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +8 -8
  33. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +8 -8
  34. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +8 -8
  35. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +8 -8
  36. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +8 -8
  37. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +8 -8
  38. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +12 -12
  39. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +8 -8
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +8 -8
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +8 -8
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +8 -8
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +8 -8
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +8 -8
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +8 -8
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +15 -15
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +8 -8
  48. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +8 -8
  49. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +8 -8
  50. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +8 -8
  51. package/.docs/organized/changelogs/mastra.md +13 -13
  52. package/.docs/raw/reference/storage/postgresql.mdx +1 -1
  53. package/.docs/raw/reference/voice/azure.mdx +215 -0
  54. package/.docs/raw/reference/voice/cloudflare.mdx +152 -0
  55. package/.docs/raw/reference/voice/voice.addInstructions.mdx +70 -0
  56. package/.docs/raw/reference/voice/voice.addTools.mdx +77 -0
  57. package/.docs/raw/reference/voice/voice.answer.mdx +2 -55
  58. package/.docs/raw/reference/voice/voice.close.mdx +56 -0
  59. package/.docs/raw/reference/voice/voice.events.mdx +80 -0
  60. package/.docs/raw/reference/voice/voice.getSpeakers.mdx +283 -0
  61. package/.docs/raw/reference/voice/voice.listen.mdx +3 -0
  62. package/.docs/raw/reference/voice/voice.off.mdx +72 -0
  63. package/.docs/raw/reference/voice/voice.on.mdx +28 -88
  64. package/.docs/raw/reference/voice/voice.send.mdx +3 -40
  65. package/.docs/raw/reference/voice/voice.updateConfig.mdx +87 -0
  66. package/.docs/raw/voice/speech-to-text.mdx +1 -0
  67. package/package.json +4 -4
@@ -1,5 +1,12 @@
1
1
  # @mastra/astra
2
2
 
3
+ ## 0.2.11-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.2.11-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - b56a681: Update README and some tests for vector stores
292
299
  - Updated dependencies [6794797]
293
300
  - Updated dependencies [fb68a80]
294
- - Updated dependencies [b56a681]
295
- - Updated dependencies [248cb07]
296
- - @mastra/core@0.6.4
297
-
298
- ## 0.2.5-alpha.1
299
-
300
- ### Patch Changes
301
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/chroma
2
2
 
3
+ ## 0.2.11-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.2.11-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - Updated dependencies [fb68a80]
292
299
  - Updated dependencies [b56a681]
293
300
  - Updated dependencies [248cb07]
294
- - @mastra/core@0.6.4
295
-
296
- ## 0.2.5-alpha.1
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [6794797]
301
301
 
302
- ... 1074 more lines hidden. See full changelog in package directory.
302
+ ... 1081 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.3.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fe3ae4d]
12
+ - @mastra/core@0.9.0-alpha.3
13
+
3
14
  ## 0.2.11-alpha.2
4
15
 
5
16
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.18-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.1.18-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - Updated dependencies [27439ad]
292
299
  - @mastra/core@0.7.0-alpha.1
293
300
 
294
- ## 0.1.13-alpha.0
295
-
296
- ### Patch Changes
297
-
298
- - 0206617: Fix mastaClient cors error, remove default req headers
299
- - 3811029: Add identifying header
300
- - Updated dependencies [b4fbc59]
301
301
 
302
- ... 492 more lines hidden. See full changelog in package directory.
302
+ ... 499 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.1.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fe3ae4d]
12
+ - @mastra/core@0.9.0-alpha.3
13
+
3
14
  ## 0.0.5-alpha.2
4
15
 
5
16
  ### Patch Changes
@@ -1,5 +1,11 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.9.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
3
9
  ## 0.8.4-alpha.2
4
10
 
5
11
  ### Patch Changes
@@ -293,10 +299,4 @@
293
299
  - 404640e: AgentNetwork changeset
294
300
  - 3bce733: fix: agent.generate only get thread if there is threadID
295
301
 
296
- ## 0.6.3-alpha.1
297
-
298
- ### Patch Changes
299
-
300
- - 3bce733: fix: agent.generate only get thread if there is threadID
301
-
302
- ... 1191 more lines hidden. See full changelog in package directory.
302
+ ... 1197 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.1.19-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/deployer@0.3.0-alpha.4
9
+ - @mastra/core@0.9.0-alpha.3
10
+
3
11
  ## 0.1.19-alpha.3
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [56c31b7]
291
299
  - Updated dependencies [4c98129]
292
300
  - Updated dependencies [dbbbf80]
293
- - Updated dependencies [84fe241]
294
- - Updated dependencies [84fe241]
295
- - Updated dependencies [99d43b9]
296
- - @mastra/core@0.8.0-alpha.2
297
- - @mastra/deployer@0.2.6-alpha.2
298
-
299
- ## 0.1.15-alpha.1
300
-
301
301
 
302
- ... 1516 more lines hidden. See full changelog in package directory.
302
+ ... 1524 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.19-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/deployer@0.3.0-alpha.4
9
+ - @mastra/core@0.9.0-alpha.3
10
+
3
11
  ## 0.1.19-alpha.3
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [56c31b7]
291
299
  - Updated dependencies [4c98129]
292
300
  - Updated dependencies [dbbbf80]
293
- - Updated dependencies [84fe241]
294
- - Updated dependencies [84fe241]
295
- - Updated dependencies [99d43b9]
296
- - @mastra/core@0.8.0-alpha.2
297
- - @mastra/deployer@0.2.6-alpha.2
298
-
299
- ## 0.1.15-alpha.1
300
-
301
301
 
302
- ... 1488 more lines hidden. See full changelog in package directory.
302
+ ... 1496 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.1.19-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/deployer@0.3.0-alpha.4
9
+ - @mastra/core@0.9.0-alpha.3
10
+
3
11
  ## 0.1.19-alpha.3
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [dbbbf80]
291
299
  - Updated dependencies [84fe241]
292
300
  - Updated dependencies [84fe241]
293
- - Updated dependencies [99d43b9]
294
- - @mastra/core@0.8.0-alpha.2
295
- - @mastra/deployer@0.2.6-alpha.2
296
-
297
- ## 0.1.15-alpha.1
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1486 more lines hidden. See full changelog in package directory.
302
+ ... 1494 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.3.0-alpha.4
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fe3ae4d]
12
+ - @mastra/server@2.0.0-alpha.3
13
+ - @mastra/core@0.9.0-alpha.3
14
+
3
15
  ## 0.2.10-alpha.3
4
16
 
5
17
  ### Patch Changes
@@ -286,17 +298,5 @@
286
298
  - Updated dependencies [515ebfb]
287
299
  - Updated dependencies [88fa727]
288
300
  - Updated dependencies [f37f535]
289
- - Updated dependencies [789bef3]
290
- - Updated dependencies [4d67826]
291
- - Updated dependencies [6330967]
292
- - Updated dependencies [8393832]
293
- - Updated dependencies [6330967]
294
- - @mastra/core@0.8.0-alpha.3
295
- - @mastra/server@0.0.1-alpha.1
296
-
297
- ## 0.2.6-alpha.3
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1425 more lines hidden. See full changelog in package directory.
302
+ ... 1437 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.19-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.1.19-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - Updated dependencies [248cb07]
292
299
  - @mastra/core@0.6.4
293
300
 
294
- ## 0.1.13-alpha.1
295
-
296
- ### Patch Changes
297
-
298
- - 6794797: Check for eval values before inserting into storage
299
- - Updated dependencies [6794797]
300
- - @mastra/core@0.6.4-alpha.1
301
301
 
302
- ... 1124 more lines hidden. See full changelog in package directory.
302
+ ... 1131 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.1.19-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+ - @mastra/rag@0.1.19-alpha.3
10
+
3
11
  ## 1.1.19-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ## 1.1.14-alpha.2
292
300
 
293
- ### Patch Changes
294
-
295
- - Updated dependencies [a838fde]
296
- - Updated dependencies [a8bd4cf]
297
- - Updated dependencies [7a3eeb0]
298
- - Updated dependencies [6530ad1]
299
- - @mastra/core@0.7.0-alpha.2
300
- - @mastra/rag@0.1.14-alpha.2
301
301
 
302
- ... 1666 more lines hidden. See full changelog in package directory.
302
+ ... 1674 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/github
2
2
 
3
+ ## 1.1.19-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 1.1.19-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [6794797]
296
- - @mastra/core@0.6.4-alpha.1
297
-
298
- ## 1.1.13-alpha.0
299
-
300
- ### Patch Changes
301
-
302
- ... 1370 more lines hidden. See full changelog in package directory.
302
+ ... 1377 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/loggers
2
2
 
3
+ ## 0.1.19-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.1.19-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [6794797]
296
- - @mastra/core@0.6.4-alpha.1
297
-
298
- ## 0.1.13-alpha.0
299
-
300
- ### Patch Changes
301
-
302
- ... 1003 more lines hidden. See full changelog in package directory.
302
+ ... 1010 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.0.10-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.0.10-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - Updated dependencies [fb68a80]
292
299
  - Updated dependencies [b56a681]
293
300
  - Updated dependencies [248cb07]
294
- - @mastra/core@0.6.4
295
-
296
- ## 0.0.4-alpha.1
297
-
298
- ### Patch Changes
299
-
300
- - 9b05d4e: Added explicit error handling for bad blog post fetches
301
301
 
302
- ... 92 more lines hidden. See full changelog in package directory.
302
+ ... 99 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-registry-registry
2
2
 
3
+ ## 0.0.2-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.0.2-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.4.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.4.0-alpha.3
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [b4fbc59]
296
- - @mastra/core@0.6.5-alpha.0
297
-
298
- ## 0.3.5
299
-
300
- ### Patch Changes
301
-
302
- ... 1113 more lines hidden. See full changelog in package directory.
302
+ ... 1120 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mem0
2
2
 
3
+ ## 0.0.6-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.0.6-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,16 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.3.0-alpha.4
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fe3ae4d]
12
+ - @mastra/core@0.9.0-alpha.3
13
+
3
14
  ## 0.2.11-alpha.3
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
 
289
300
  ### Patch Changes
290
301
 
291
- - 05095e9: Fixed an issue where very long messages would cause Memory semantic recall to throw errors
292
- - Updated dependencies [b3b34f5]
293
- - Updated dependencies [a4686e8]
294
- - @mastra/core@0.7.0-alpha.3
295
- - @mastra/rag@0.1.14-alpha.3
296
-
297
- ## 0.2.6-alpha.2
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 1479 more lines hidden. See full changelog in package directory.
302
+ ... 1490 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.3.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fe3ae4d]
12
+ - @mastra/core@0.9.0-alpha.3
13
+
3
14
  ## 0.2.11-alpha.2
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
  - Updated dependencies [a4686e8]
289
300
  - @mastra/core@0.7.0-alpha.3
290
301
 
291
- ## 0.2.6-alpha.2
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [a838fde]
296
- - Updated dependencies [a8bd4cf]
297
- - Updated dependencies [7a3eeb0]
298
- - Updated dependencies [6530ad1]
299
- - @mastra/core@0.7.0-alpha.2
300
-
301
-
302
- ... 901 more lines hidden. See full changelog in package directory.
302
+ ... 912 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.2.9-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.2.9-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
  - Updated dependencies [248cb07]
293
300
  - @mastra/core@0.6.4
294
301
 
295
- ## 0.2.3-alpha.1
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [6794797]
300
- - @mastra/core@0.6.4-alpha.1
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,13 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 5.0.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+ - @mastra/client-js@0.1.18-alpha.3
10
+
3
11
  ## 4.0.5-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - @mastra/core@0.8.0-alpha.3
291
299
  - @mastra/client-js@0.1.14-alpha.3
292
300
 
293
- ## 4.0.0-alpha.2
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [56c31b7]
298
- - Updated dependencies [dbbbf80]
299
- - Updated dependencies [84fe241]
300
- - Updated dependencies [99d43b9]
301
301
 
302
- ... 541 more lines hidden. See full changelog in package directory.
302
+ ... 549 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/qdrant
2
2
 
3
+ ## 0.2.10-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.2.10-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - Updated dependencies [fb68a80]
292
299
  - Updated dependencies [b56a681]
293
300
  - Updated dependencies [248cb07]
294
- - @mastra/core@0.6.4
295
-
296
- ## 0.2.4-alpha.1
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [6794797]
301
301
 
302
- ... 1071 more lines hidden. See full changelog in package directory.
302
+ ... 1078 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 0.1.19-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 0.1.19-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ## 0.1.13
293
300
 
294
- ### Patch Changes
295
-
296
- - ac30427: Updated inputschema for vectorquery tool
297
- - Updated dependencies [6794797]
298
- - Updated dependencies [fb68a80]
299
- - Updated dependencies [b56a681]
300
- - Updated dependencies [248cb07]
301
301
 
302
- ... 1533 more lines hidden. See full changelog in package directory.
302
+ ... 1540 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/ragie
2
2
 
3
+ ## 1.1.19-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fe3ae4d]
8
+ - @mastra/core@0.9.0-alpha.3
9
+
3
10
  ## 1.1.19-alpha.2
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [6794797]
296
- - @mastra/core@0.6.4-alpha.1
297
-
298
- ## 1.1.13-alpha.0
299
-
300
- ### Patch Changes
301
-
302
- ... 1321 more lines hidden. See full changelog in package directory.
302
+ ... 1328 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 2.0.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fe3ae4d]
12
+ - @mastra/core@0.9.0-alpha.3
13
+
3
14
  ## 1.0.4-alpha.2
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
 
289
300
  ## 0.2.3-alpha.0
290
301
 
291
- ### Patch Changes
292
-
293
- - 404640e: AgentNetwork changeset
294
- - Updated dependencies [404640e]
295
- - @mastra/core@0.6.3-alpha.0
296
-
297
- ## 0.2.2
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 1261 more lines hidden. See full changelog in package directory.
302
+ ... 1272 more lines hidden. See full changelog in package directory.