@mastra/mcp-docs-server 0.0.9-alpha.4 → 0.0.9

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 (70) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fastra.md +9 -9
  2. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +9 -9
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +8 -0
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +8 -0
  6. package/.docs/organized/changelogs/%40mastra%2Fcore.md +7 -7
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +23 -23
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +24 -24
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +23 -23
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +23 -23
  11. package/.docs/organized/changelogs/%40mastra%2Fevals.md +8 -8
  12. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +16 -16
  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 +8 -8
  20. package/.docs/organized/changelogs/%40mastra%2Fpg.md +15 -15
  21. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +9 -9
  22. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +16 -16
  23. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +9 -9
  24. package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
  25. package/.docs/organized/changelogs/%40mastra%2Fragie.md +8 -8
  26. package/.docs/organized/changelogs/%40mastra%2Fserver.md +14 -14
  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 +9 -9
  38. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +9 -9
  39. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +9 -9
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +7 -0
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +7 -0
  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 +8 -8
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +14 -14
  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 +24 -24
  52. package/.docs/organized/code-examples/weather-agent-template.md +371 -0
  53. package/.docs/raw/agents/adding-voice.mdx +4 -0
  54. package/.docs/raw/memory/semantic-recall.mdx +4 -0
  55. package/.docs/raw/reference/deployer/cloudflare.mdx +6 -1
  56. package/.docs/raw/reference/deployer/netlify.mdx +7 -0
  57. package/.docs/raw/reference/deployer/vercel.mdx +5 -0
  58. package/.docs/raw/reference/rag/pg.mdx +7 -0
  59. package/.docs/raw/reference/storage/postgresql.mdx +7 -0
  60. package/.docs/raw/reference/tools/client.mdx +119 -5
  61. package/.docs/raw/reference/tools/mcp-configuration.mdx +33 -17
  62. package/.docs/raw/reference/voice/openai-realtime.mdx +2 -1
  63. package/.docs/raw/voice/overview.mdx +738 -57
  64. package/.docs/raw/voice/speech-to-speech.mdx +73 -0
  65. package/.docs/raw/voice/speech-to-text.mdx +45 -7
  66. package/.docs/raw/voice/text-to-speech.mdx +46 -9
  67. package/dist/_tsup-dts-rollup.d.ts +14 -23
  68. package/dist/stdio.js +182 -50
  69. package/package.json +4 -4
  70. package/.docs/raw/voice/voice-to-voice.mdx +0 -310
@@ -1,5 +1,13 @@
1
1
  # @mastra/astra
2
2
 
3
+ ## 0.2.10-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ec3cbf9: add MIT license for stores/vector packages
8
+ - Updated dependencies [d72318f]
9
+ - @mastra/core@0.8.3-alpha.5
10
+
3
11
  ## 0.2.10-alpha.4
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
  - Updated dependencies [404640e]
292
300
  - @mastra/core@0.6.3-alpha.0
293
301
 
294
- ## 0.2.3
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [beaf1c2]
299
- - Updated dependencies [3084e13]
300
- - @mastra/core@0.6.2
301
-
302
- ... 1030 more lines hidden. See full changelog in package directory.
302
+ ... 1038 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.2.10-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ec3cbf9: add MIT license for stores/vector packages
8
+ - Updated dependencies [d72318f]
9
+ - @mastra/core@0.8.3-alpha.5
10
+
3
11
  ## 0.2.10-alpha.4
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
 
292
300
  ## 0.2.3
293
301
 
294
- ### Patch Changes
295
-
296
- - Updated dependencies [beaf1c2]
297
- - Updated dependencies [3084e13]
298
- - @mastra/core@0.6.2
299
-
300
- ## 0.2.3-alpha.0
301
-
302
- ... 1029 more lines hidden. See full changelog in package directory.
302
+ ... 1037 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.2.10-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ec3cbf9: add MIT license for stores/vector packages
8
+ - Updated dependencies [d72318f]
9
+ - @mastra/core@0.8.3-alpha.5
10
+
3
11
  ## 0.2.10-alpha.4
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.17-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.1.17-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - 404640e: AgentNetwork changeset
296
- - Updated dependencies [404640e]
297
- - Updated dependencies [3bce733]
298
- - @mastra/core@0.6.3
299
-
300
- ## 0.1.11-alpha.1
301
-
302
- ... 448 more lines hidden. See full changelog in package directory.
302
+ ... 455 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.0.4-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ec3cbf9: add MIT license for stores/vector packages
8
+ - Updated dependencies [d72318f]
9
+ - @mastra/core@0.8.3-alpha.5
10
+
3
11
  ## 0.0.4-alpha.4
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,11 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.8.3-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - d72318f: Refactored the evals table to use the DS tables
8
+
3
9
  ## 0.8.3-alpha.4
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
  - 7bcfaee: Remove node_modules-path dir which calls \_\_dirname at the top level and breaks some esm runtimes
293
299
  - 44631b1: Fix after usage with skipped conditions on the awaited steps
294
300
  - 9116d70: Handle the different workflow methods in workflow graph
295
- - 6e559a0: Update Voice for realtime providers
296
- - 5f43505: feat: OpenAI realtime voice provider for speech to speech communication
297
- Update voice speaking event type
298
-
299
- ## 0.6.1-alpha.2
300
-
301
301
 
302
- ... 1152 more lines hidden. See full changelog in package directory.
302
+ ... 1158 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.1.18-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+ - @mastra/deployer@0.2.9-alpha.7
10
+
11
+ ## 0.1.18-alpha.6
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [67aff42]
16
+ - @mastra/deployer@0.2.9-alpha.6
17
+
18
+ ## 0.1.18-alpha.5
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [9f6f6dd]
23
+ - @mastra/deployer@0.2.9-alpha.5
24
+
3
25
  ## 0.1.18-alpha.4
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
  ### Patch Changes
277
299
 
278
300
  - Updated dependencies [b3b34f5]
279
- - Updated dependencies [a4686e8]
280
- - @mastra/core@0.7.0-alpha.3
281
- - @mastra/deployer@0.2.5-alpha.3
282
-
283
- ## 0.1.14-alpha.2
284
-
285
- ### Patch Changes
286
-
287
- - Updated dependencies [a838fde]
288
- - Updated dependencies [a8bd4cf]
289
- - Updated dependencies [7a3eeb0]
290
- - Updated dependencies [6530ad1]
291
- - @mastra/core@0.7.0-alpha.2
292
- - @mastra/deployer@0.2.5-alpha.2
293
-
294
- ## 0.1.14-alpha.1
295
-
296
- ### Patch Changes
297
-
298
- - cdc0498: Fix process.versions.node.split in cloudflare deployer
299
- - Updated dependencies [cdc0498]
300
- - Updated dependencies [0b54522]
301
301
 
302
- ... 1444 more lines hidden. See full changelog in package directory.
302
+ ... 1466 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.18-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+ - @mastra/deployer@0.2.9-alpha.7
10
+
11
+ ## 0.1.18-alpha.6
12
+
13
+ ### Patch Changes
14
+
15
+ - 67aff42: Fix netlify deployer missing @libsql/linux-x64-gnu bug
16
+ - Updated dependencies [67aff42]
17
+ - @mastra/deployer@0.2.9-alpha.6
18
+
19
+ ## 0.1.18-alpha.5
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [9f6f6dd]
24
+ - @mastra/deployer@0.2.9-alpha.5
25
+
3
26
  ## 0.1.18-alpha.4
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
 
276
299
  - Updated dependencies [b3b34f5]
277
300
  - Updated dependencies [a4686e8]
278
- - @mastra/core@0.7.0-alpha.3
279
- - @mastra/deployer@0.2.5-alpha.3
280
-
281
- ## 0.1.14-alpha.2
282
-
283
- ### Patch Changes
284
-
285
- - Updated dependencies [a838fde]
286
- - Updated dependencies [a8bd4cf]
287
- - Updated dependencies [7a3eeb0]
288
- - Updated dependencies [6530ad1]
289
- - @mastra/core@0.7.0-alpha.2
290
- - @mastra/deployer@0.2.5-alpha.2
291
-
292
- ## 0.1.14-alpha.1
293
-
294
- ### Patch Changes
295
-
296
- - 4be4cb9: Update netlify cli to latest
297
- - Updated dependencies [cdc0498]
298
- - Updated dependencies [0b54522]
299
- - Updated dependencies [1af25d5]
300
- - Updated dependencies [0b496ff]
301
301
 
302
- ... 1414 more lines hidden. See full changelog in package directory.
302
+ ... 1437 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.1.18-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+ - @mastra/deployer@0.2.9-alpha.7
10
+
11
+ ## 0.1.18-alpha.6
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [67aff42]
16
+ - @mastra/deployer@0.2.9-alpha.6
17
+
18
+ ## 0.1.18-alpha.5
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [9f6f6dd]
23
+ - @mastra/deployer@0.2.9-alpha.5
24
+
3
25
  ## 0.1.18-alpha.4
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
  - Updated dependencies [b3b34f5]
277
299
  - Updated dependencies [a4686e8]
278
300
  - @mastra/core@0.7.0-alpha.3
279
- - @mastra/deployer@0.2.5-alpha.3
280
-
281
- ## 0.1.14-alpha.2
282
-
283
- ### Patch Changes
284
-
285
- - Updated dependencies [a838fde]
286
- - Updated dependencies [a8bd4cf]
287
- - Updated dependencies [7a3eeb0]
288
- - Updated dependencies [6530ad1]
289
- - @mastra/core@0.7.0-alpha.2
290
- - @mastra/deployer@0.2.5-alpha.2
291
-
292
- ## 0.1.14-alpha.1
293
-
294
- ### Patch Changes
295
-
296
- - 0b496ff: Load env vars on mastra deploy
297
- - Updated dependencies [cdc0498]
298
- - Updated dependencies [0b54522]
299
- - Updated dependencies [1af25d5]
300
- - Updated dependencies [0b496ff]
301
301
 
302
- ... 1414 more lines hidden. See full changelog in package directory.
302
+ ... 1436 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.2.9-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+ - @mastra/server@1.0.3-alpha.6
10
+
11
+ ## 0.2.9-alpha.6
12
+
13
+ ### Patch Changes
14
+
15
+ - 67aff42: Fix netlify deployer missing @libsql/linux-x64-gnu bug
16
+
17
+ ## 0.2.9-alpha.5
18
+
19
+ ### Patch Changes
20
+
21
+ - 9f6f6dd: Fix container for tools execution api
22
+ - Updated dependencies [9f6f6dd]
23
+ - @mastra/server@1.0.3-alpha.5
24
+
3
25
  ## 0.2.9-alpha.4
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
  - cdc0498: Fix process.versions.node.split in cloudflare deployer
277
299
  - 0b496ff: Load env vars on mastra deploy
278
300
  - Updated dependencies [b4fbc59]
279
- - Updated dependencies [a838fde]
280
- - Updated dependencies [a8bd4cf]
281
- - Updated dependencies [7a3eeb0]
282
- - Updated dependencies [0b54522]
283
- - Updated dependencies [b3b34f5]
284
- - Updated dependencies [1af25d5]
285
- - Updated dependencies [a4686e8]
286
- - Updated dependencies [6530ad1]
287
- - Updated dependencies [27439ad]
288
- - @mastra/core@0.7.0
289
-
290
- ## 0.2.5-alpha.3
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [b3b34f5]
295
- - Updated dependencies [a4686e8]
296
- - @mastra/core@0.7.0-alpha.3
297
-
298
- ## 0.2.5-alpha.2
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1352 more lines hidden. See full changelog in package directory.
302
+ ... 1374 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.18-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.1.18-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ## 0.1.11
293
300
 
294
- ### Patch Changes
295
-
296
- - Updated dependencies [beaf1c2]
297
- - Updated dependencies [3084e13]
298
- - @mastra/core@0.6.2
299
-
300
- ## 0.1.11-alpha.0
301
301
 
302
- ... 1081 more lines hidden. See full changelog in package directory.
302
+ ... 1088 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.1.18-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+ - @mastra/rag@0.1.18-alpha.6
10
+
11
+ ## 1.1.18-alpha.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [18d0758]
16
+ - @mastra/rag@0.1.18-alpha.5
17
+
3
18
  ## 1.1.18-alpha.4
4
19
 
5
20
  ### Patch Changes
@@ -284,19 +299,4 @@
284
299
 
285
300
  ### Patch Changes
286
301
 
287
- - Updated dependencies [6794797]
288
- - @mastra/core@0.6.4-alpha.1
289
- - @mastra/rag@0.1.13-alpha.1
290
-
291
- ## 1.1.13-alpha.0
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [fb68a80]
296
- - Updated dependencies [b56a681]
297
- - Updated dependencies [248cb07]
298
- - @mastra/core@0.6.4-alpha.0
299
- - @mastra/rag@0.1.13-alpha.0
300
-
301
-
302
- ... 1610 more lines hidden. See full changelog in package directory.
302
+ ... 1625 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/github
2
2
 
3
+ ## 1.1.18-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 1.1.18-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  - Updated dependencies [beaf1c2]
293
300
  - Updated dependencies [3084e13]
294
- - @mastra/core@0.6.2
295
-
296
- ## 1.1.11-alpha.0
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [beaf1c2]
301
301
 
302
- ... 1327 more lines hidden. See full changelog in package directory.
302
+ ... 1334 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/loggers
2
2
 
3
+ ## 0.1.18-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.1.18-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  - Updated dependencies [beaf1c2]
293
300
  - Updated dependencies [3084e13]
294
- - @mastra/core@0.6.2
295
-
296
- ## 0.1.11-alpha.0
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [beaf1c2]
301
301
 
302
- ... 960 more lines hidden. See full changelog in package directory.
302
+ ... 967 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.0.9-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.0.9-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ## 0.0.2
294
301
 
295
- ### Patch Changes
296
-
297
- - Updated dependencies [beaf1c2]
298
- - Updated dependencies [3084e13]
299
- - @mastra/core@0.6.2
300
-
301
-
302
- ... 48 more lines hidden. See full changelog in package directory.
302
+ ... 55 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-registry-registry
2
2
 
3
+ ## 0.0.1-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.0.1-alpha.5
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.3.10-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.3.10-alpha.5
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ### Patch Changes
293
300
 
294
- - 404640e: AgentNetwork changeset
295
- - Updated dependencies [404640e]
296
- - @mastra/core@0.6.3-alpha.0
297
-
298
- ## 0.3.3
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1061 more lines hidden. See full changelog in package directory.
302
+ ... 1068 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mem0
2
2
 
3
+ ## 0.0.5-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.0.5-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.2.10-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d72318f]
8
+ - @mastra/core@0.8.3-alpha.5
9
+
3
10
  ## 0.2.10-alpha.4
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  - Updated dependencies [fb68a80]
293
300
  - Updated dependencies [b56a681]
294
- - Updated dependencies [248cb07]
295
- - @mastra/core@0.6.4-alpha.0
296
-
297
- ## 0.2.4
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1427 more lines hidden. See full changelog in package directory.
302
+ ... 1434 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.2.10-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - ec3cbf9: add MIT license for stores/vector packages
8
+ - Updated dependencies [d72318f]
9
+ - @mastra/core@0.8.3-alpha.5
10
+
11
+ ## 0.2.10-alpha.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 5e846ee: feat(@mastra/pg): schema support
16
+
3
17
  ## 0.2.10-alpha.4
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
 
285
299
  - Updated dependencies [fb68a80]
286
300
  - Updated dependencies [b56a681]
287
- - Updated dependencies [248cb07]
288
- - @mastra/core@0.6.4-alpha.0
289
-
290
- ## 0.2.4
291
-
292
- ### Patch Changes
293
-
294
- - 404640e: AgentNetwork changeset
295
- - Updated dependencies [404640e]
296
- - Updated dependencies [3bce733]
297
- - @mastra/core@0.6.3
298
-
299
- ## 0.2.4-alpha.1
300
-
301
301
 
302
- ... 848 more lines hidden. See full changelog in package directory.
302
+ ... 862 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.2.8-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ec3cbf9: add MIT license for stores/vector packages
8
+ - Updated dependencies [d72318f]
9
+ - @mastra/core@0.8.3-alpha.5
10
+
3
11
  ## 0.2.8-alpha.4
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
 
292
300
  ### Patch Changes
293
301
 
294
- - Updated dependencies [beaf1c2]
295
- - Updated dependencies [3084e13]
296
- - @mastra/core@0.6.2
297
-
298
- ## 0.2.1-alpha.0
299
-
300
- ### Patch Changes
301
-
302
- ... 1030 more lines hidden. See full changelog in package directory.
302
+ ... 1038 more lines hidden. See full changelog in package directory.