@mastra/mcp-docs-server 1.2.8-alpha.9 → 1.2.8

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 (143) hide show
  1. package/.docs/docs/agent-builder/integrations.md +1 -3
  2. package/.docs/docs/agent-builder/overview.md +2 -0
  3. package/.docs/docs/agents/overview.md +17 -13
  4. package/.docs/docs/agents/skills.md +1 -3
  5. package/.docs/docs/agents/structured-output.md +2 -0
  6. package/.docs/docs/agents/using-tools.md +66 -49
  7. package/.docs/docs/browser/agent-browser.md +1 -0
  8. package/.docs/docs/browser/firecrawl.md +129 -0
  9. package/.docs/docs/browser/overview.md +16 -2
  10. package/.docs/docs/capabilities/channels/slack.md +111 -1
  11. package/.docs/docs/deployment/mastra-server.md +35 -0
  12. package/.docs/docs/deployment/monorepo.md +2 -0
  13. package/.docs/docs/deployment/overview.md +6 -0
  14. package/.docs/docs/deployment/sandbox.md +277 -0
  15. package/.docs/docs/editor/overview.md +2 -6
  16. package/.docs/docs/editor/tools.md +2 -6
  17. package/.docs/docs/evals/running-in-ci.md +3 -9
  18. package/.docs/docs/getting-started/build-with-ai.md +2 -6
  19. package/.docs/docs/getting-started/manual-install.md +1 -1
  20. package/.docs/docs/index.md +17 -13
  21. package/.docs/docs/long-running-agents/background-tasks.md +2 -2
  22. package/.docs/docs/long-running-agents/goals.md +3 -1
  23. package/.docs/docs/mastra-platform/database.md +12 -6
  24. package/.docs/docs/mastra-platform/deploy.md +14 -7
  25. package/.docs/docs/mastra-platform/environments.md +5 -4
  26. package/.docs/docs/mastra-platform/observability.md +4 -12
  27. package/.docs/docs/mastra-platform/overview.md +1 -1
  28. package/.docs/docs/mastra-platform/regions.md +73 -0
  29. package/.docs/docs/mastra-platform/workspace.md +111 -0
  30. package/.docs/docs/memory/observational-memory.md +77 -2
  31. package/.docs/docs/memory/overview.md +4 -0
  32. package/.docs/docs/observability/feedback.md +4 -0
  33. package/.docs/docs/observability/integrations/bridges/otel.md +1 -3
  34. package/.docs/docs/observability/integrations/exporters/otel.md +1 -3
  35. package/.docs/docs/server/auth/fga.md +40 -0
  36. package/.docs/docs/server/auth/simple-auth.md +1 -3
  37. package/.docs/docs/studio/overview.md +2 -0
  38. package/.docs/docs/workflows/control-flow.md +1 -3
  39. package/.docs/docs/workspace/filesystem.md +1 -0
  40. package/.docs/docs/workspace/sandbox.md +1 -0
  41. package/.docs/guides/getting-started/quickstart.md +40 -25
  42. package/.docs/guides/index.md +1 -1
  43. package/.docs/guides/migrations/vnext-to-standard-apis.md +1 -3
  44. package/.docs/models/environment-variables.md +2 -0
  45. package/.docs/models/gateways/netlify.md +3 -6
  46. package/.docs/models/gateways/openrouter.md +343 -346
  47. package/.docs/models/gateways/vercel.md +6 -5
  48. package/.docs/models/index.md +1 -1
  49. package/.docs/models/providers/aki-io.md +78 -0
  50. package/.docs/models/providers/alibaba-token-plan-cn.md +22 -21
  51. package/.docs/models/providers/alibaba-token-plan.md +22 -21
  52. package/.docs/models/providers/ambient.md +12 -10
  53. package/.docs/models/providers/baseten.md +2 -1
  54. package/.docs/models/providers/cline-pass.md +82 -0
  55. package/.docs/models/providers/cortecs.md +2 -1
  56. package/.docs/models/providers/crossmodel.md +2 -1
  57. package/.docs/models/providers/deepinfra.md +4 -7
  58. package/.docs/models/providers/deepseek.md +3 -1
  59. package/.docs/models/providers/empiriolabs.md +2 -1
  60. package/.docs/models/providers/google.md +4 -2
  61. package/.docs/models/providers/huggingface.md +2 -1
  62. package/.docs/models/providers/inferx.md +3 -3
  63. package/.docs/models/providers/kenari.md +44 -29
  64. package/.docs/models/providers/kimi-for-coding.md +6 -9
  65. package/.docs/models/providers/llmgateway.md +4 -1
  66. package/.docs/models/providers/moonshotai-cn.md +1 -1
  67. package/.docs/models/providers/moonshotai.md +1 -1
  68. package/.docs/models/providers/nebius.md +3 -1
  69. package/.docs/models/providers/novita-ai.md +3 -1
  70. package/.docs/models/providers/opencode-go.md +4 -3
  71. package/.docs/models/providers/opencode.md +4 -2
  72. package/.docs/models/providers/poolside.md +2 -2
  73. package/.docs/models/providers/togetherai.md +2 -6
  74. package/.docs/models/providers/wandb.md +2 -1
  75. package/.docs/models/providers/zenmux.md +3 -1
  76. package/.docs/models/providers.md +2 -0
  77. package/.docs/reference/agent-controller/session.md +13 -0
  78. package/.docs/reference/agents/agent.md +13 -1
  79. package/.docs/reference/agents/generate.md +18 -0
  80. package/.docs/reference/browser/firecrawl-browser.md +71 -0
  81. package/.docs/reference/cli/create-mastra.md +118 -43
  82. package/.docs/reference/cli/mastra.md +59 -5
  83. package/.docs/reference/code-sdk/mount-agent-controller.md +4 -4
  84. package/.docs/reference/core/getMCPServer.md +1 -3
  85. package/.docs/reference/core/getMCPServerById.md +1 -3
  86. package/.docs/reference/core/getWorkflow.md +1 -3
  87. package/.docs/reference/core/listMCPServers.md +2 -6
  88. package/.docs/reference/datasets/addItem.md +1 -3
  89. package/.docs/reference/datasets/addItems.md +1 -3
  90. package/.docs/reference/datasets/compareExperiments.md +1 -3
  91. package/.docs/reference/datasets/create.md +1 -3
  92. package/.docs/reference/datasets/dataset.md +2 -6
  93. package/.docs/reference/datasets/datasets-manager.md +5 -15
  94. package/.docs/reference/datasets/delete.md +1 -3
  95. package/.docs/reference/datasets/deleteExperiment.md +1 -3
  96. package/.docs/reference/datasets/deleteItem.md +1 -3
  97. package/.docs/reference/datasets/deleteItems.md +1 -3
  98. package/.docs/reference/datasets/get.md +1 -3
  99. package/.docs/reference/datasets/getDetails.md +1 -3
  100. package/.docs/reference/datasets/getExperiment.md +1 -3
  101. package/.docs/reference/datasets/getItem.md +1 -3
  102. package/.docs/reference/datasets/getItemHistory.md +1 -3
  103. package/.docs/reference/datasets/list.md +1 -3
  104. package/.docs/reference/datasets/listExperimentResults.md +1 -3
  105. package/.docs/reference/datasets/listExperiments.md +1 -3
  106. package/.docs/reference/datasets/listItems.md +1 -3
  107. package/.docs/reference/datasets/listVersions.md +1 -3
  108. package/.docs/reference/datasets/startExperiment.md +1 -3
  109. package/.docs/reference/datasets/startExperimentAsync.md +1 -3
  110. package/.docs/reference/datasets/update.md +1 -3
  111. package/.docs/reference/datasets/updateItem.md +1 -3
  112. package/.docs/reference/editor/mastra-editor.md +1 -3
  113. package/.docs/reference/evals/context-recall.md +205 -0
  114. package/.docs/reference/evals/create-scorer.md +3 -9
  115. package/.docs/reference/evals/mastra-scorer.md +1 -3
  116. package/.docs/reference/file-based-agents/tools.md +7 -6
  117. package/.docs/reference/index.md +5 -0
  118. package/.docs/reference/memory/observational-memory.md +21 -0
  119. package/.docs/reference/observability/tracing/exporters/posthog.md +39 -1
  120. package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +1 -3
  121. package/.docs/reference/processors/token-limiter-processor.md +1 -3
  122. package/.docs/reference/rag/database-config.md +12 -0
  123. package/.docs/reference/streaming/agents/stream.md +2 -0
  124. package/.docs/reference/templates/overview.md +6 -32
  125. package/.docs/reference/tools/create-tool.md +78 -52
  126. package/.docs/reference/tools/mcp-client.md +8 -24
  127. package/.docs/reference/tools/mcp-server.md +143 -44
  128. package/.docs/reference/tools/tavily.md +1 -1
  129. package/.docs/reference/tools/vector-query-tool.md +22 -0
  130. package/.docs/reference/vectors/mongodb.md +2 -0
  131. package/.docs/reference/vectors/turbopuffer.md +4 -0
  132. package/.docs/reference/voice/mistral.md +127 -0
  133. package/.docs/reference/workspace/daytona-sandbox.md +2 -6
  134. package/.docs/reference/workspace/platform-filesystem.md +182 -0
  135. package/.docs/reference/workspace/platform-sandbox.md +200 -0
  136. package/.docs/reference/workspace/railway-sandbox.md +37 -1
  137. package/CHANGELOG.md +71 -0
  138. package/dist/{chunk-GLPCVXXO.js → chunk-HGADBLKG.js} +2 -2
  139. package/dist/{chunk-GLPCVXXO.js.map → chunk-HGADBLKG.js.map} +1 -1
  140. package/dist/index.js +1 -1
  141. package/dist/stdio.js +1 -1
  142. package/dist/tools/docs.d.ts.map +1 -1
  143. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ec857fc`](https://github.com/mastra-ai/mastra/commit/ec857fc79c264b53b38e16478c789b7177f2ad59), [`d7385ad`](https://github.com/mastra-ai/mastra/commit/d7385ad9e88f9e4f33d15c0ec0bfebedde0cbc2e), [`41a5392`](https://github.com/mastra-ai/mastra/commit/41a5392d9f6c5e18d6b227f0fc0ddf49c50774e9), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`1426af2`](https://github.com/mastra-ai/mastra/commit/1426af24975879c000d13ac75673f630fcc970c1), [`a40adeb`](https://github.com/mastra-ai/mastra/commit/a40adeb222b961a56a58af56a106106525721b74), [`8a0d145`](https://github.com/mastra-ai/mastra/commit/8a0d145aadbdf7278665aceaaec364b35dd9bd94), [`bd2f1d2`](https://github.com/mastra-ai/mastra/commit/bd2f1d274d05e60e2366f005ea0d94d5cea0d5ff), [`e1f2fae`](https://github.com/mastra-ai/mastra/commit/e1f2faebaf048c3d4c2e2c01d293767c195d5794), [`63aa799`](https://github.com/mastra-ai/mastra/commit/63aa799c6b44eacc7806cda6846b7c5bbee06b37), [`b7e79c3`](https://github.com/mastra-ai/mastra/commit/b7e79c3c02ac5cd415db34ba0975ceafc1464333), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`da009e1`](https://github.com/mastra-ai/mastra/commit/da009e1aacd89ed94b8d1b2af09c9d4fe7c4db49), [`3b77e77`](https://github.com/mastra-ai/mastra/commit/3b77e7704936522e4769d29de1b5ea6901f302bd), [`c7d30cd`](https://github.com/mastra-ai/mastra/commit/c7d30cd86009c407df91105591f03cd6e3d2854d), [`21a0eb8`](https://github.com/mastra-ai/mastra/commit/21a0eb86746ba0b703acea360d4f84c6a5a493f2), [`8b20926`](https://github.com/mastra-ai/mastra/commit/8b20926cd59e2ba3d66458e062fa0e6e2ada3e68), [`975295d`](https://github.com/mastra-ai/mastra/commit/975295d418552f0d46a59edfef4c3ee555f9930a), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`6b1bf3b`](https://github.com/mastra-ai/mastra/commit/6b1bf3b9494bd51aa8f654c68c9355d6046fa2a1), [`35c2181`](https://github.com/mastra-ai/mastra/commit/35c2181e6a50e47c90ba36260db7c9723d54696f), [`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`4cfdd64`](https://github.com/mastra-ai/mastra/commit/4cfdd645794feaea0c4ea711e70ecdfbef0c5b8e), [`b75d749`](https://github.com/mastra-ai/mastra/commit/b75d749621ff5d17e86bcb4ee809d301fb4f7cf3), [`821648b`](https://github.com/mastra-ai/mastra/commit/821648bf2871ef840100c7bacbecf676010bd12a), [`de86fd7`](https://github.com/mastra-ai/mastra/commit/de86fd7119f0438381d1a642e3d258143c0b9c29), [`2745031`](https://github.com/mastra-ai/mastra/commit/2745031d1d4a4978f037092da371428c32e2842a), [`b4b7ea8`](https://github.com/mastra-ai/mastra/commit/b4b7ea8733f033fc441ea47ed03f6afb17ec2248), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be), [`35865a5`](https://github.com/mastra-ai/mastra/commit/35865a53e194aa9634d6a70a97010e7a6b9d58b1), [`8314e6d`](https://github.com/mastra-ai/mastra/commit/8314e6df597a8379b1f934ddf1120f51f8530ab3), [`74faf8b`](https://github.com/mastra-ai/mastra/commit/74faf8bd9c1018f2492653c06b1e25fc8300e9e6), [`ef03fbc`](https://github.com/mastra-ai/mastra/commit/ef03fbcc556bcbc04c9b3d06fab88771ecaa043c), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`70687f7`](https://github.com/mastra-ai/mastra/commit/70687f7e495a322a02070b4a67cb0c77a5ca91ec), [`1fadac4`](https://github.com/mastra-ai/mastra/commit/1fadac44537caeefe81f9f775ae2f2f3d94e9069), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`76b7181`](https://github.com/mastra-ai/mastra/commit/76b71810366e6d90b9d3973149d1c7ba3659ffb9), [`970c032`](https://github.com/mastra-ai/mastra/commit/970c032502751ee5dd4d0b603331d9838cb538fc), [`792ec9a`](https://github.com/mastra-ai/mastra/commit/792ec9a0869bab8274cf5e0ed2840738737a1607), [`712b864`](https://github.com/mastra-ai/mastra/commit/712b864aa1ed12b14c54390ec17b69de163c37f7), [`85e4fb5`](https://github.com/mastra-ai/mastra/commit/85e4fb50087a81c74df3a762f53b56373db0b912), [`0c0e8d7`](https://github.com/mastra-ai/mastra/commit/0c0e8d7becd4d1445c656b78d5d845f606c1ff9d), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`72e437c`](https://github.com/mastra-ai/mastra/commit/72e437c515942c80b9def5b026e0bdee61b469d9), [`8f7a5de`](https://github.com/mastra-ai/mastra/commit/8f7a5dedc246cdc938bb65516703cf9b27b03756), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`11f6cd9`](https://github.com/mastra-ai/mastra/commit/11f6cd96fe42582403416608beb212cc1a2cc79e), [`ef03c0c`](https://github.com/mastra-ai/mastra/commit/ef03c0cfc62367a458e4cc56462e2148b35681c5), [`4fb4d88`](https://github.com/mastra-ai/mastra/commit/4fb4d881bc107acee13890ad4d78661016c510ed), [`4e68363`](https://github.com/mastra-ai/mastra/commit/4e683634f94ebd062d26a3bb6093a8dfc7263d37), [`c328769`](https://github.com/mastra-ai/mastra/commit/c3287698ff8ef98dba86d415faa566fa3e5f4d56), [`9f7c67a`](https://github.com/mastra-ai/mastra/commit/9f7c67abeeb52c41c51a9b5edee60b62afe7cd8d), [`3b65e68`](https://github.com/mastra-ai/mastra/commit/3b65e68d7f1c771c7a70eea42d83fefdd28cad88), [`4eba27a`](https://github.com/mastra-ai/mastra/commit/4eba27adcf60f991df0e62f94b3e75b4e67f3b4b), [`c701be3`](https://github.com/mastra-ai/mastra/commit/c701be32d7d9aa94a66da8c6cc38dcac6856f464), [`db650ce`](https://github.com/mastra-ai/mastra/commit/db650ce490348914e85b93651d83acdf8f2a4c31), [`232fcbc`](https://github.com/mastra-ai/mastra/commit/232fcbc14fce625dd672ba043329c0b732c62be2), [`6354eeb`](https://github.com/mastra-ai/mastra/commit/6354eeb32efa9f5f68f51dda394e90e2ee76f1fb), [`a8799bb`](https://github.com/mastra-ai/mastra/commit/a8799bb8e44f4a60d01e4e2acd3448ff80bf14f8), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`e3868e2`](https://github.com/mastra-ai/mastra/commit/e3868e22babfffd0133771669ca724501c2dd58e), [`9251370`](https://github.com/mastra-ai/mastra/commit/9251370ad413af464aa22d7566338bec5613e8de), [`3491666`](https://github.com/mastra-ai/mastra/commit/34916663c4fdd43b48c21f4ab2d5fb6dcccc94f9), [`c0bec73`](https://github.com/mastra-ai/mastra/commit/c0bec732c93d1a22ae5e51ed66cf8cacca8bd6a6)]:
8
+ - @mastra/core@1.52.0
9
+ - @mastra/mcp@1.15.0
10
+
11
+ ## 1.2.8-alpha.26
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies:
16
+ - @mastra/core@1.52.0-alpha.13
17
+
18
+ ## 1.2.8-alpha.24
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`d7385ad`](https://github.com/mastra-ai/mastra/commit/d7385ad9e88f9e4f33d15c0ec0bfebedde0cbc2e), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`35865a5`](https://github.com/mastra-ai/mastra/commit/35865a53e194aa9634d6a70a97010e7a6b9d58b1), [`70687f7`](https://github.com/mastra-ai/mastra/commit/70687f7e495a322a02070b4a67cb0c77a5ca91ec), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39)]:
23
+ - @mastra/core@1.52.0-alpha.12
24
+
25
+ ## 1.2.8-alpha.23
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [[`c7d30cd`](https://github.com/mastra-ai/mastra/commit/c7d30cd86009c407df91105591f03cd6e3d2854d), [`ef03fbc`](https://github.com/mastra-ai/mastra/commit/ef03fbcc556bcbc04c9b3d06fab88771ecaa043c), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`4e68363`](https://github.com/mastra-ai/mastra/commit/4e683634f94ebd062d26a3bb6093a8dfc7263d37), [`9251370`](https://github.com/mastra-ai/mastra/commit/9251370ad413af464aa22d7566338bec5613e8de)]:
30
+ - @mastra/core@1.52.0-alpha.11
31
+
32
+ ## 1.2.8-alpha.20
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [[`41a5392`](https://github.com/mastra-ai/mastra/commit/41a5392d9f6c5e18d6b227f0fc0ddf49c50774e9), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`da009e1`](https://github.com/mastra-ai/mastra/commit/da009e1aacd89ed94b8d1b2af09c9d4fe7c4db49), [`35c2181`](https://github.com/mastra-ai/mastra/commit/35c2181e6a50e47c90ba36260db7c9723d54696f), [`b4b7ea8`](https://github.com/mastra-ai/mastra/commit/b4b7ea8733f033fc441ea47ed03f6afb17ec2248), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`c328769`](https://github.com/mastra-ai/mastra/commit/c3287698ff8ef98dba86d415faa566fa3e5f4d56), [`232fcbc`](https://github.com/mastra-ai/mastra/commit/232fcbc14fce625dd672ba043329c0b732c62be2), [`3491666`](https://github.com/mastra-ai/mastra/commit/34916663c4fdd43b48c21f4ab2d5fb6dcccc94f9)]:
37
+ - @mastra/core@1.52.0-alpha.10
38
+
39
+ ## 1.2.8-alpha.18
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be)]:
44
+ - @mastra/core@1.52.0-alpha.9
45
+
46
+ ## 1.2.8-alpha.16
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [[`3b77e77`](https://github.com/mastra-ai/mastra/commit/3b77e7704936522e4769d29de1b5ea6901f302bd), [`6b1bf3b`](https://github.com/mastra-ai/mastra/commit/6b1bf3b9494bd51aa8f654c68c9355d6046fa2a1), [`72e437c`](https://github.com/mastra-ai/mastra/commit/72e437c515942c80b9def5b026e0bdee61b469d9)]:
51
+ - @mastra/core@1.52.0-alpha.8
52
+
53
+ ## 1.2.8-alpha.14
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [[`b7e79c3`](https://github.com/mastra-ai/mastra/commit/b7e79c3c02ac5cd415db34ba0975ceafc1464333), [`b75d749`](https://github.com/mastra-ai/mastra/commit/b75d749621ff5d17e86bcb4ee809d301fb4f7cf3), [`a8799bb`](https://github.com/mastra-ai/mastra/commit/a8799bb8e44f4a60d01e4e2acd3448ff80bf14f8)]:
58
+ - @mastra/core@1.52.0-alpha.7
59
+
60
+ ## 1.2.8-alpha.12
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [[`a40adeb`](https://github.com/mastra-ai/mastra/commit/a40adeb222b961a56a58af56a106106525721b74), [`821648b`](https://github.com/mastra-ai/mastra/commit/821648bf2871ef840100c7bacbecf676010bd12a), [`11f6cd9`](https://github.com/mastra-ai/mastra/commit/11f6cd96fe42582403416608beb212cc1a2cc79e)]:
65
+ - @mastra/core@1.52.0-alpha.6
66
+
67
+ ## 1.2.8-alpha.10
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [[`ec857fc`](https://github.com/mastra-ai/mastra/commit/ec857fc79c264b53b38e16478c789b7177f2ad59), [`e1f2fae`](https://github.com/mastra-ai/mastra/commit/e1f2faebaf048c3d4c2e2c01d293767c195d5794), [`63aa799`](https://github.com/mastra-ai/mastra/commit/63aa799c6b44eacc7806cda6846b7c5bbee06b37), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`76b7181`](https://github.com/mastra-ai/mastra/commit/76b71810366e6d90b9d3973149d1c7ba3659ffb9), [`0c0e8d7`](https://github.com/mastra-ai/mastra/commit/0c0e8d7becd4d1445c656b78d5d845f606c1ff9d), [`9f7c67a`](https://github.com/mastra-ai/mastra/commit/9f7c67abeeb52c41c51a9b5edee60b62afe7cd8d), [`3b65e68`](https://github.com/mastra-ai/mastra/commit/3b65e68d7f1c771c7a70eea42d83fefdd28cad88), [`e3868e2`](https://github.com/mastra-ai/mastra/commit/e3868e22babfffd0133771669ca724501c2dd58e)]:
72
+ - @mastra/core@1.52.0-alpha.5
73
+
3
74
  ## 1.2.8-alpha.8
4
75
 
5
76
  ### Patch Changes
@@ -2071,5 +2071,5 @@ async function runServer() {
2071
2071
  }
2072
2072
 
2073
2073
  export { runServer, server, setLogLevel, writeErrorLog };
2074
- //# sourceMappingURL=chunk-GLPCVXXO.js.map
2075
- //# sourceMappingURL=chunk-GLPCVXXO.js.map
2074
+ //# sourceMappingURL=chunk-HGADBLKG.js.map
2075
+ //# sourceMappingURL=chunk-HGADBLKG.js.map