@mastra/mcp-docs-server 0.0.5-alpha.2 → 0.0.5

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 (57) 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%2Fclient-js.md +10 -10
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +8 -8
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +10 -10
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +10 -10
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +10 -10
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +9 -9
  9. package/.docs/organized/changelogs/%40mastra%2Fevals.md +9 -9
  10. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +10 -10
  11. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +9 -9
  12. package/.docs/organized/changelogs/%40mastra%2Floggers.md +9 -9
  13. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -0
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +9 -9
  15. package/.docs/organized/changelogs/%40mastra%2Fmem0.md +1 -0
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +18 -18
  17. package/.docs/organized/changelogs/%40mastra%2Fpg.md +16 -16
  18. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +9 -9
  19. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +18 -18
  20. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +9 -9
  21. package/.docs/organized/changelogs/%40mastra%2Frag.md +9 -9
  22. package/.docs/organized/changelogs/%40mastra%2Fragie.md +9 -9
  23. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +9 -9
  24. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +9 -9
  25. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +9 -9
  26. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +9 -9
  27. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +9 -9
  28. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +9 -9
  29. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +9 -9
  30. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +9 -9
  31. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +9 -9
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +9 -9
  33. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +8 -0
  34. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +9 -9
  35. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +9 -9
  36. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +8 -0
  37. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +8 -0
  38. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +9 -9
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +9 -9
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +9 -9
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +9 -9
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +9 -0
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +9 -9
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +9 -9
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +8 -0
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +9 -9
  47. package/.docs/organized/changelogs/create-mastra.md +13 -13
  48. package/.docs/organized/changelogs/mastra.md +17 -17
  49. package/.docs/organized/code-examples/memory-with-mem0.md +122 -0
  50. package/.docs/raw/agents/00-overview.mdx +30 -2
  51. package/.docs/raw/agents/02b-discord-mcp-bot.mdx +87 -0
  52. package/.docs/raw/integrations/index.mdx +99 -13
  53. package/.docs/raw/reference/client-js/agents.mdx +19 -2
  54. package/.docs/raw/reference/rag/chunk.mdx +2 -2
  55. package/.docs/raw/reference/rag/extract-params.mdx +3 -1
  56. package/.docs/raw/storage/overview.mdx +62 -44
  57. package/package.json +3 -3
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-deepgram
2
2
 
3
+ ## 0.1.13-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.13-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.7-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 691 more lines hidden. See full changelog in package directory.
302
+ ... 699 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-elevenlabs
2
2
 
3
+ ## 0.1.13-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.13-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.7-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 689 more lines hidden. See full changelog in package directory.
302
+ ... 697 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-google
2
2
 
3
+ ## 0.1.14-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.14-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
 
292
300
  ### Patch Changes
293
301
 
294
- - Updated dependencies [d79aedf]
295
- - @mastra/core@0.5.0-alpha.4
296
-
297
- ## 0.1.8-alpha.3
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 695 more lines hidden. See full changelog in package directory.
302
+ ... 703 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-ibm
2
2
 
3
+ ## 0.1.14-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.14-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.8-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 687 more lines hidden. See full changelog in package directory.
302
+ ... 695 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-murf
2
2
 
3
+ ## 0.1.14-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.14-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.8-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 694 more lines hidden. See full changelog in package directory.
302
+ ... 702 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-openai
2
2
 
3
+ ## 0.1.14-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.14-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.8-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 688 more lines hidden. See full changelog in package directory.
302
+ ... 696 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-playai
2
2
 
3
+ ## 0.1.13-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.13-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.7-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 691 more lines hidden. See full changelog in package directory.
302
+ ... 699 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-replicate
2
2
 
3
+ ## 0.1.14-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.14-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.8-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 687 more lines hidden. See full changelog in package directory.
302
+ ... 695 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/speech-speechify
2
2
 
3
+ ## 0.1.14-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.14-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.8-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 694 more lines hidden. See full changelog in package directory.
302
+ ... 702 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/turbopuffer
2
2
 
3
+ ## 0.0.6-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.0.6-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @mastra/upstash
2
2
 
3
+ ## 0.2.1-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.2.1-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [52e0418]
291
299
  - Updated dependencies [03236ec]
292
300
  - Updated dependencies [3764e71]
293
- - Updated dependencies [df982db]
294
- - Updated dependencies [0461849]
295
- - Updated dependencies [2259379]
296
- - Updated dependencies [358f069]
297
- - @mastra/core@0.5.0-alpha.5
298
-
299
- ## 0.1.8-alpha.4
300
-
301
301
 
302
- ... 593 more lines hidden. See full changelog in package directory.
302
+ ... 601 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/vectorize
2
2
 
3
+ ## 0.2.1-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.2.1-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [c151ae6]
291
299
  - Updated dependencies [52e0418]
292
300
  - Updated dependencies [03236ec]
293
- - Updated dependencies [3764e71]
294
- - Updated dependencies [df982db]
295
- - Updated dependencies [0461849]
296
- - Updated dependencies [2259379]
297
- - Updated dependencies [358f069]
298
- - @mastra/core@0.5.0-alpha.5
299
-
300
- ## 0.1.8-alpha.4
301
301
 
302
- ... 815 more lines hidden. See full changelog in package directory.
302
+ ... 823 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-azure
2
2
 
3
+ ## 0.1.1-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.1-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-cloudflare
2
2
 
3
+ ## 0.1.2-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.2-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.9-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.9-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.3-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 164 more lines hidden. See full changelog in package directory.
302
+ ... 172 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-elevenlabs
2
2
 
3
+ ## 0.1.9-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.9-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.3-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 169 more lines hidden. See full changelog in package directory.
302
+ ... 177 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-google
2
2
 
3
+ ## 0.1.9-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.9-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -291,12 +299,4 @@
291
299
 
292
300
  ### Patch Changes
293
301
 
294
- - Updated dependencies [d79aedf]
295
- - @mastra/core@0.5.0-alpha.4
296
-
297
- ## 0.1.3-alpha.3
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 173 more lines hidden. See full changelog in package directory.
302
+ ... 181 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-murf
2
2
 
3
+ ## 0.1.9-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.9-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.3-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 181 more lines hidden. See full changelog in package directory.
302
+ ... 189 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.1.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - a4686e8: Realtime event queue
8
+ - Updated dependencies [b3b34f5]
9
+ - Updated dependencies [a4686e8]
10
+ - @mastra/core@0.7.0-alpha.3
11
+
3
12
  ## 0.1.0-alpha.2
4
13
 
5
14
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-openai
2
2
 
3
+ ## 0.1.10-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.10-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.4-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 165 more lines hidden. See full changelog in package directory.
302
+ ... 173 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-playai
2
2
 
3
+ ## 0.1.9-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.9-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.3-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 178 more lines hidden. See full changelog in package directory.
302
+ ... 186 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-sarvam
2
2
 
3
+ ## 0.1.4-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.4-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-speechify
2
2
 
3
+ ## 0.1.9-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b3b34f5]
8
+ - Updated dependencies [a4686e8]
9
+ - @mastra/core@0.7.0-alpha.3
10
+
3
11
  ## 0.1.9-alpha.2
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Updated dependencies [d79aedf]
294
- - @mastra/core@0.5.0-alpha.4
295
-
296
- ## 0.1.3-alpha.3
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [3d0e290]
301
301
 
302
- ... 165 more lines hidden. See full changelog in package directory.
302
+ ... 173 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.2.3-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6d5d9c6: Show tool calls in playground chat
8
+
9
+ ## 0.2.3-alpha.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 2134786: Fix traces navigation not working in playground
14
+
3
15
  ## 0.2.3-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -287,16 +299,4 @@
287
299
 
288
300
  ### Patch Changes
289
301
 
290
- - abdd42d: polish mastra create, fix create-mastra publishing
291
- - 7344dd7: Fix tool executor ui bugs
292
- - b97ca96: Tracing into default storage
293
- - 9c10484: new create-mastra version
294
- - 1d68b0c: update dane publishing
295
- - 255fc56: create mastra bundle correctly
296
- - edd70b5: changeset
297
- - cefd906: cli interactive api key configuration
298
- - 0b74006: Workflow updates
299
- - 9c10484: update all packages
300
- - 70dabd9: Fix broken publish
301
-
302
- ... 293 more lines hidden. See full changelog in package directory.
302
+ ... 305 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # mastra
2
2
 
3
+ ## 0.4.4-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 6d5d9c6: Show tool calls in playground chat
8
+
9
+ ## 0.4.4-alpha.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 2134786: Fix traces navigation not working in playground
14
+ - Updated dependencies [b3b34f5]
15
+ - Updated dependencies [a4686e8]
16
+ - @mastra/core@0.7.0-alpha.3
17
+ - @mastra/deployer@0.2.5-alpha.3
18
+
3
19
  ## 0.4.4-alpha.2
4
20
 
5
21
  ### Patch Changes
@@ -282,21 +298,5 @@
282
298
 
283
299
  ### Minor Changes
284
300
 
285
- - dd7a09a: Added new MCPConfiguration class for managing multiple MCP server tools/toolsets. Fixed a bug where MCPClient env would overwrite PATH env var. Fixed a bug where MCP servers would be killed non-gracefully leading to printing huge errors on every code save when running mastra dev
286
-
287
- ### Patch Changes
288
301
 
289
- - 5fae49e: Configurable timeout on npm create mastra
290
- - 91d2e30: Fix init in non npm project
291
- - 960690d: Improve client-js workflow watch dx
292
- - af7466e: fixes in playground ui
293
- - dbd9f2d: Handle different condition types on workflow graph
294
- - 07a7470: Move WorkflowTrigger to playground-ui package and use in dev playground
295
- - 52e0418: Split up action types between tools and workflows
296
- - a80bdaf: persist data in run tab in dev
297
- - e5149bb: Fix playground-ui agent-evals tab-content
298
- - 8deb34c: Better workflow watch api + watch workflow by runId
299
- - 36d970e: Make tools discovery work in mastra dev
300
- - 144b3d5: Update traces table UI, agent Chat UI
301
-
302
- ... 2153 more lines hidden. See full changelog in package directory.
302
+ ... 2169 more lines hidden. See full changelog in package directory.