@mastra/mcp-docs-server 1.1.9-alpha.0 → 1.1.9-alpha.2

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 (408) hide show
  1. package/.docs/docs/agents/adding-voice.md +4 -4
  2. package/.docs/docs/agents/agent-approval.md +3 -3
  3. package/.docs/docs/agents/agent-memory.md +1 -1
  4. package/.docs/docs/agents/network-approval.md +1 -1
  5. package/.docs/docs/agents/networks.md +1 -1
  6. package/.docs/docs/agents/overview.md +1 -1
  7. package/.docs/docs/agents/processors.md +8 -8
  8. package/.docs/docs/agents/structured-output.md +1 -1
  9. package/.docs/docs/agents/supervisor-agents.md +3 -3
  10. package/.docs/docs/agents/using-tools.md +1 -1
  11. package/.docs/docs/build-with-ai/mcp-docs-server.md +1 -1
  12. package/.docs/docs/build-with-ai/skills.md +1 -1
  13. package/.docs/docs/community/contributing-templates.md +1 -1
  14. package/.docs/docs/community/discord.md +2 -2
  15. package/.docs/docs/community/licensing.md +1 -1
  16. package/.docs/docs/deployment/cloud-providers.md +2 -2
  17. package/.docs/docs/deployment/mastra-server.md +1 -1
  18. package/.docs/docs/deployment/monorepo.md +1 -1
  19. package/.docs/docs/deployment/overview.md +3 -3
  20. package/.docs/docs/deployment/studio.md +1 -1
  21. package/.docs/docs/deployment/web-framework.md +1 -1
  22. package/.docs/docs/deployment/workflow-runners.md +1 -1
  23. package/.docs/docs/evals/built-in-scorers.md +1 -1
  24. package/.docs/docs/evals/custom-scorers.md +6 -6
  25. package/.docs/docs/evals/overview.md +1 -1
  26. package/.docs/docs/evals/running-in-ci.md +6 -6
  27. package/.docs/docs/getting-started/build-with-ai.md +2 -2
  28. package/.docs/docs/getting-started/manual-install.md +1 -1
  29. package/.docs/docs/getting-started/project-structure.md +1 -1
  30. package/.docs/docs/index.md +1 -1
  31. package/.docs/docs/mcp/overview.md +1 -1
  32. package/.docs/docs/mcp/publishing-mcp-server.md +3 -3
  33. package/.docs/docs/memory/memory-processors.md +8 -8
  34. package/.docs/docs/memory/message-history.md +2 -2
  35. package/.docs/docs/memory/observational-memory.md +5 -5
  36. package/.docs/docs/memory/semantic-recall.md +7 -7
  37. package/.docs/docs/memory/working-memory.md +14 -14
  38. package/.docs/docs/observability/datasets/overview.md +1 -1
  39. package/.docs/docs/observability/datasets/running-experiments.md +1 -1
  40. package/.docs/docs/observability/logging.md +1 -1
  41. package/.docs/docs/observability/overview.md +5 -5
  42. package/.docs/docs/observability/tracing/bridges/otel.md +7 -7
  43. package/.docs/docs/observability/tracing/exporters/arize.md +3 -3
  44. package/.docs/docs/observability/tracing/exporters/braintrust.md +1 -1
  45. package/.docs/docs/observability/tracing/exporters/cloud.md +2 -2
  46. package/.docs/docs/observability/tracing/exporters/datadog.md +3 -3
  47. package/.docs/docs/observability/tracing/exporters/default.md +7 -7
  48. package/.docs/docs/observability/tracing/exporters/laminar.md +1 -1
  49. package/.docs/docs/observability/tracing/exporters/langfuse.md +3 -3
  50. package/.docs/docs/observability/tracing/exporters/langsmith.md +4 -4
  51. package/.docs/docs/observability/tracing/exporters/otel.md +8 -8
  52. package/.docs/docs/observability/tracing/exporters/posthog.md +2 -2
  53. package/.docs/docs/observability/tracing/exporters/sentry.md +4 -4
  54. package/.docs/docs/observability/tracing/overview.md +20 -20
  55. package/.docs/docs/observability/tracing/processors/sensitive-data-filter.md +11 -11
  56. package/.docs/docs/rag/chunking-and-embedding.md +4 -4
  57. package/.docs/docs/rag/overview.md +2 -2
  58. package/.docs/docs/rag/retrieval.md +4 -4
  59. package/.docs/docs/rag/vector-databases.md +11 -11
  60. package/.docs/docs/server/auth/auth0.md +1 -1
  61. package/.docs/docs/server/auth/clerk.md +1 -1
  62. package/.docs/docs/server/auth/composite-auth.md +9 -9
  63. package/.docs/docs/server/auth/custom-auth-provider.md +12 -12
  64. package/.docs/docs/server/auth/firebase.md +2 -2
  65. package/.docs/docs/server/auth/jwt.md +1 -1
  66. package/.docs/docs/server/auth/simple-auth.md +8 -8
  67. package/.docs/docs/server/auth/supabase.md +1 -1
  68. package/.docs/docs/server/auth/workos.md +1 -1
  69. package/.docs/docs/server/auth.md +1 -1
  70. package/.docs/docs/server/custom-adapters.md +7 -7
  71. package/.docs/docs/server/custom-api-routes.md +2 -2
  72. package/.docs/docs/server/mastra-client.md +1 -1
  73. package/.docs/docs/server/mastra-server.md +1 -1
  74. package/.docs/docs/server/request-context.md +2 -2
  75. package/.docs/docs/server/server-adapters.md +1 -1
  76. package/.docs/docs/streaming/events.md +1 -1
  77. package/.docs/docs/streaming/overview.md +1 -1
  78. package/.docs/docs/streaming/tool-streaming.md +2 -2
  79. package/.docs/docs/voice/overview.md +3 -3
  80. package/.docs/docs/voice/speech-to-speech.md +1 -1
  81. package/.docs/docs/voice/speech-to-text.md +2 -2
  82. package/.docs/docs/voice/text-to-speech.md +2 -2
  83. package/.docs/docs/workflows/agents-and-tools.md +1 -1
  84. package/.docs/docs/workflows/control-flow.md +1 -1
  85. package/.docs/docs/workflows/error-handling.md +3 -3
  86. package/.docs/docs/workflows/suspend-and-resume.md +1 -1
  87. package/.docs/docs/workflows/time-travel.md +1 -1
  88. package/.docs/docs/workflows/workflow-state.md +1 -1
  89. package/.docs/docs/workspace/filesystem.md +1 -1
  90. package/.docs/docs/workspace/overview.md +1 -1
  91. package/.docs/docs/workspace/search.md +1 -1
  92. package/.docs/docs/workspace/skills.md +2 -2
  93. package/.docs/guides/build-your-ui/ai-sdk-ui.md +2 -2
  94. package/.docs/guides/build-your-ui/assistant-ui.md +1 -1
  95. package/.docs/guides/build-your-ui/copilotkit.md +1 -1
  96. package/.docs/guides/deployment/digital-ocean.md +1 -1
  97. package/.docs/guides/getting-started/astro.md +1 -1
  98. package/.docs/guides/getting-started/electron.md +1 -1
  99. package/.docs/guides/getting-started/next-js.md +1 -1
  100. package/.docs/guides/getting-started/vite-react.md +1 -1
  101. package/.docs/guides/guide/ai-recruiter.md +3 -3
  102. package/.docs/guides/guide/chef-michel.md +4 -4
  103. package/.docs/guides/guide/code-review-bot.md +3 -3
  104. package/.docs/guides/guide/dev-assistant.md +5 -5
  105. package/.docs/guides/guide/docs-manager.md +3 -3
  106. package/.docs/guides/guide/github-actions-pr-description.md +2 -2
  107. package/.docs/guides/guide/notes-mcp-server.md +3 -3
  108. package/.docs/guides/guide/research-assistant.md +4 -4
  109. package/.docs/guides/guide/research-coordinator.md +1 -1
  110. package/.docs/guides/guide/stock-agent.md +4 -4
  111. package/.docs/guides/guide/web-search.md +2 -2
  112. package/.docs/guides/guide/whatsapp-chat-bot.md +1 -1
  113. package/.docs/guides/migrations/ai-sdk-v4-to-v5.md +3 -3
  114. package/.docs/guides/migrations/network-to-supervisor.md +1 -1
  115. package/.docs/guides/migrations/upgrade-to-v1/agent.md +1 -1
  116. package/.docs/guides/migrations/upgrade-to-v1/deployment.md +1 -1
  117. package/.docs/guides/migrations/upgrade-to-v1/evals.md +1 -1
  118. package/.docs/guides/migrations/upgrade-to-v1/mastra.md +1 -1
  119. package/.docs/guides/migrations/upgrade-to-v1/overview.md +3 -3
  120. package/.docs/guides/migrations/upgrade-to-v1/storage.md +3 -3
  121. package/.docs/guides/migrations/upgrade-to-v1/tracing.md +2 -2
  122. package/.docs/guides/migrations/upgrade-to-v1/vectors.md +3 -3
  123. package/.docs/guides/migrations/upgrade-to-v1/voice.md +1 -1
  124. package/.docs/guides/migrations/upgrade-to-v1/workflows.md +1 -1
  125. package/.docs/guides/migrations/vnext-to-standard-apis.md +1 -1
  126. package/.docs/models/embeddings.md +4 -4
  127. package/.docs/models/gateways/custom-gateways.md +4 -4
  128. package/.docs/models/gateways/netlify.md +1 -1
  129. package/.docs/models/gateways/openrouter.md +1 -1
  130. package/.docs/models/gateways/vercel.md +9 -2
  131. package/.docs/models/gateways.md +2 -2
  132. package/.docs/models/index.md +1 -1
  133. package/.docs/models/providers/302ai.md +3 -3
  134. package/.docs/models/providers/abacus.md +3 -3
  135. package/.docs/models/providers/aihubmix.md +3 -3
  136. package/.docs/models/providers/alibaba-cn.md +3 -3
  137. package/.docs/models/providers/alibaba-coding-plan-cn.md +3 -3
  138. package/.docs/models/providers/alibaba-coding-plan.md +3 -3
  139. package/.docs/models/providers/alibaba.md +3 -3
  140. package/.docs/models/providers/anthropic.md +4 -4
  141. package/.docs/models/providers/bailing.md +3 -3
  142. package/.docs/models/providers/baseten.md +3 -3
  143. package/.docs/models/providers/berget.md +3 -3
  144. package/.docs/models/providers/cerebras.md +4 -4
  145. package/.docs/models/providers/chutes.md +6 -5
  146. package/.docs/models/providers/clarifai.md +3 -3
  147. package/.docs/models/providers/cloudferro-sherlock.md +3 -3
  148. package/.docs/models/providers/cloudflare-workers-ai.md +3 -3
  149. package/.docs/models/providers/cortecs.md +3 -3
  150. package/.docs/models/providers/deepinfra.md +4 -4
  151. package/.docs/models/providers/deepseek.md +3 -3
  152. package/.docs/models/providers/drun.md +3 -3
  153. package/.docs/models/providers/evroc.md +3 -3
  154. package/.docs/models/providers/fastrouter.md +3 -3
  155. package/.docs/models/providers/fireworks-ai.md +3 -3
  156. package/.docs/models/providers/firmware.md +3 -3
  157. package/.docs/models/providers/friendli.md +3 -3
  158. package/.docs/models/providers/github-models.md +3 -3
  159. package/.docs/models/providers/google.md +4 -4
  160. package/.docs/models/providers/groq.md +4 -4
  161. package/.docs/models/providers/helicone.md +3 -3
  162. package/.docs/models/providers/huggingface.md +3 -3
  163. package/.docs/models/providers/iflowcn.md +3 -3
  164. package/.docs/models/providers/inception.md +3 -3
  165. package/.docs/models/providers/inference.md +3 -3
  166. package/.docs/models/providers/io-net.md +3 -3
  167. package/.docs/models/providers/jiekou.md +3 -3
  168. package/.docs/models/providers/kilo.md +3 -3
  169. package/.docs/models/providers/kimi-for-coding.md +4 -4
  170. package/.docs/models/providers/kuae-cloud-coding-plan.md +3 -3
  171. package/.docs/models/providers/llama.md +3 -3
  172. package/.docs/models/providers/lmstudio.md +3 -3
  173. package/.docs/models/providers/lucidquery.md +3 -3
  174. package/.docs/models/providers/meganova.md +3 -3
  175. package/.docs/models/providers/minimax-cn-coding-plan.md +4 -4
  176. package/.docs/models/providers/minimax-cn.md +4 -4
  177. package/.docs/models/providers/minimax-coding-plan.md +4 -4
  178. package/.docs/models/providers/minimax.md +4 -4
  179. package/.docs/models/providers/mistral.md +4 -4
  180. package/.docs/models/providers/moark.md +3 -3
  181. package/.docs/models/providers/modelscope.md +3 -3
  182. package/.docs/models/providers/moonshotai-cn.md +3 -3
  183. package/.docs/models/providers/moonshotai.md +3 -3
  184. package/.docs/models/providers/morph.md +3 -3
  185. package/.docs/models/providers/nano-gpt.md +25 -23
  186. package/.docs/models/providers/nebius.md +3 -3
  187. package/.docs/models/providers/nova.md +3 -3
  188. package/.docs/models/providers/novita-ai.md +3 -3
  189. package/.docs/models/providers/nvidia.md +3 -3
  190. package/.docs/models/providers/ollama-cloud.md +3 -3
  191. package/.docs/models/providers/openai.md +4 -4
  192. package/.docs/models/providers/opencode-go.md +3 -3
  193. package/.docs/models/providers/opencode.md +3 -3
  194. package/.docs/models/providers/ovhcloud.md +3 -3
  195. package/.docs/models/providers/perplexity-agent.md +4 -4
  196. package/.docs/models/providers/perplexity.md +4 -4
  197. package/.docs/models/providers/poe.md +3 -3
  198. package/.docs/models/providers/privatemode-ai.md +3 -3
  199. package/.docs/models/providers/qihang-ai.md +3 -3
  200. package/.docs/models/providers/qiniu-ai.md +3 -3
  201. package/.docs/models/providers/requesty.md +3 -3
  202. package/.docs/models/providers/scaleway.md +3 -3
  203. package/.docs/models/providers/siliconflow-cn.md +3 -3
  204. package/.docs/models/providers/siliconflow.md +3 -3
  205. package/.docs/models/providers/stackit.md +3 -3
  206. package/.docs/models/providers/stepfun.md +3 -3
  207. package/.docs/models/providers/submodel.md +3 -3
  208. package/.docs/models/providers/synthetic.md +3 -3
  209. package/.docs/models/providers/togetherai.md +4 -4
  210. package/.docs/models/providers/upstage.md +3 -3
  211. package/.docs/models/providers/vivgrid.md +4 -4
  212. package/.docs/models/providers/vultr.md +3 -3
  213. package/.docs/models/providers/wandb.md +3 -3
  214. package/.docs/models/providers/xai.md +4 -4
  215. package/.docs/models/providers/xiaomi.md +3 -3
  216. package/.docs/models/providers/zai-coding-plan.md +3 -3
  217. package/.docs/models/providers/zai.md +3 -3
  218. package/.docs/models/providers/zenmux.md +4 -4
  219. package/.docs/models/providers/zhipuai-coding-plan.md +3 -3
  220. package/.docs/models/providers/zhipuai.md +3 -3
  221. package/.docs/reference/agents/agent.md +3 -3
  222. package/.docs/reference/agents/generateLegacy.md +1 -1
  223. package/.docs/reference/agents/network.md +2 -2
  224. package/.docs/reference/ai-sdk/to-ai-sdk-stream.md +1 -1
  225. package/.docs/reference/auth/auth0.md +4 -4
  226. package/.docs/reference/auth/better-auth.md +2 -2
  227. package/.docs/reference/auth/clerk.md +1 -1
  228. package/.docs/reference/auth/firebase.md +4 -4
  229. package/.docs/reference/auth/jwt.md +1 -1
  230. package/.docs/reference/auth/supabase.md +1 -1
  231. package/.docs/reference/auth/workos.md +4 -4
  232. package/.docs/reference/cli/mastra.md +1 -1
  233. package/.docs/reference/client-js/agents.md +22 -22
  234. package/.docs/reference/client-js/error-handling.md +2 -2
  235. package/.docs/reference/client-js/logs.md +2 -2
  236. package/.docs/reference/client-js/mastra-client.md +1 -1
  237. package/.docs/reference/client-js/memory.md +6 -6
  238. package/.docs/reference/client-js/observability.md +4 -4
  239. package/.docs/reference/client-js/telemetry.md +1 -1
  240. package/.docs/reference/client-js/tools.md +3 -3
  241. package/.docs/reference/client-js/vectors.md +2 -2
  242. package/.docs/reference/client-js/workflows.md +12 -12
  243. package/.docs/reference/core/getGatewayById.md +1 -1
  244. package/.docs/reference/core/getMCPServer.md +2 -2
  245. package/.docs/reference/core/getMCPServerById.md +2 -2
  246. package/.docs/reference/core/getMemory.md +1 -1
  247. package/.docs/reference/core/getScorer.md +2 -2
  248. package/.docs/reference/core/getScorerById.md +2 -2
  249. package/.docs/reference/core/getStoredAgentById.md +2 -2
  250. package/.docs/reference/core/listMCPServers.md +2 -2
  251. package/.docs/reference/core/listMemory.md +1 -1
  252. package/.docs/reference/core/listScorers.md +1 -1
  253. package/.docs/reference/core/listStoredAgents.md +2 -2
  254. package/.docs/reference/core/mastra-class.md +1 -1
  255. package/.docs/reference/core/mastra-model-gateway.md +11 -11
  256. package/.docs/reference/datasets/dataset.md +1 -1
  257. package/.docs/reference/deployer.md +4 -4
  258. package/.docs/reference/evals/answer-relevancy.md +3 -3
  259. package/.docs/reference/evals/answer-similarity.md +3 -3
  260. package/.docs/reference/evals/bias.md +4 -4
  261. package/.docs/reference/evals/completeness.md +5 -5
  262. package/.docs/reference/evals/content-similarity.md +3 -3
  263. package/.docs/reference/evals/context-precision.md +6 -6
  264. package/.docs/reference/evals/context-relevance.md +6 -6
  265. package/.docs/reference/evals/create-scorer.md +7 -7
  266. package/.docs/reference/evals/faithfulness.md +3 -3
  267. package/.docs/reference/evals/hallucination.md +5 -5
  268. package/.docs/reference/evals/keyword-coverage.md +3 -3
  269. package/.docs/reference/evals/mastra-scorer.md +6 -6
  270. package/.docs/reference/evals/noise-sensitivity.md +9 -9
  271. package/.docs/reference/evals/prompt-alignment.md +5 -5
  272. package/.docs/reference/evals/run-evals.md +5 -5
  273. package/.docs/reference/evals/scorer-utils.md +17 -17
  274. package/.docs/reference/evals/textual-difference.md +3 -3
  275. package/.docs/reference/evals/tone-consistency.md +4 -4
  276. package/.docs/reference/evals/tool-call-accuracy.md +9 -9
  277. package/.docs/reference/evals/toxicity.md +3 -3
  278. package/.docs/reference/harness/harness-class.md +1 -1
  279. package/.docs/reference/memory/clone-utilities.md +7 -7
  280. package/.docs/reference/memory/cloneThread.md +4 -4
  281. package/.docs/reference/memory/createThread.md +1 -1
  282. package/.docs/reference/memory/deleteMessages.md +1 -1
  283. package/.docs/reference/memory/getThreadById.md +1 -1
  284. package/.docs/reference/memory/listThreads.md +3 -3
  285. package/.docs/reference/memory/memory-class.md +1 -1
  286. package/.docs/reference/memory/observational-memory.md +1 -1
  287. package/.docs/reference/memory/recall.md +1 -1
  288. package/.docs/reference/observability/tracing/bridges/otel.md +5 -5
  289. package/.docs/reference/observability/tracing/configuration.md +17 -17
  290. package/.docs/reference/observability/tracing/exporters/arize.md +4 -4
  291. package/.docs/reference/observability/tracing/exporters/braintrust.md +3 -3
  292. package/.docs/reference/observability/tracing/exporters/cloud-exporter.md +6 -6
  293. package/.docs/reference/observability/tracing/exporters/console-exporter.md +4 -4
  294. package/.docs/reference/observability/tracing/exporters/datadog.md +4 -4
  295. package/.docs/reference/observability/tracing/exporters/default-exporter.md +6 -6
  296. package/.docs/reference/observability/tracing/exporters/laminar.md +2 -2
  297. package/.docs/reference/observability/tracing/exporters/langfuse.md +4 -4
  298. package/.docs/reference/observability/tracing/exporters/langsmith.md +6 -6
  299. package/.docs/reference/observability/tracing/exporters/otel.md +12 -12
  300. package/.docs/reference/observability/tracing/exporters/posthog.md +3 -3
  301. package/.docs/reference/observability/tracing/exporters/sentry.md +5 -5
  302. package/.docs/reference/observability/tracing/instances.md +9 -9
  303. package/.docs/reference/observability/tracing/interfaces.md +39 -39
  304. package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +5 -5
  305. package/.docs/reference/observability/tracing/spans.md +13 -13
  306. package/.docs/reference/processors/processor-interface.md +15 -15
  307. package/.docs/reference/rag/chunk.md +2 -2
  308. package/.docs/reference/rag/database-config.md +8 -8
  309. package/.docs/reference/rag/document.md +11 -11
  310. package/.docs/reference/rag/embeddings.md +5 -5
  311. package/.docs/reference/rag/extract-params.md +8 -8
  312. package/.docs/reference/rag/graph-rag.md +4 -4
  313. package/.docs/reference/rag/metadata-filters.md +5 -5
  314. package/.docs/reference/rag/rerank.md +2 -2
  315. package/.docs/reference/rag/rerankWithScorer.md +2 -2
  316. package/.docs/reference/server/express-adapter.md +1 -1
  317. package/.docs/reference/server/fastify-adapter.md +1 -1
  318. package/.docs/reference/server/hono-adapter.md +1 -1
  319. package/.docs/reference/server/koa-adapter.md +1 -1
  320. package/.docs/reference/server/mastra-server.md +16 -16
  321. package/.docs/reference/server/register-api-route.md +5 -5
  322. package/.docs/reference/server/routes.md +1 -1
  323. package/.docs/reference/storage/cloudflare-d1.md +2 -2
  324. package/.docs/reference/storage/cloudflare.md +2 -2
  325. package/.docs/reference/storage/composite.md +1 -1
  326. package/.docs/reference/storage/convex.md +5 -5
  327. package/.docs/reference/storage/dynamodb.md +5 -5
  328. package/.docs/reference/storage/lance.md +3 -3
  329. package/.docs/reference/storage/libsql.md +1 -1
  330. package/.docs/reference/storage/mongodb.md +5 -5
  331. package/.docs/reference/storage/mssql.md +3 -3
  332. package/.docs/reference/storage/overview.md +2 -2
  333. package/.docs/reference/storage/postgresql.md +5 -5
  334. package/.docs/reference/storage/upstash.md +3 -3
  335. package/.docs/reference/streaming/ChunkType.md +13 -13
  336. package/.docs/reference/streaming/agents/MastraModelOutput.md +6 -6
  337. package/.docs/reference/streaming/agents/stream.md +2 -2
  338. package/.docs/reference/streaming/agents/streamLegacy.md +1 -1
  339. package/.docs/reference/streaming/workflows/observeStream.md +1 -1
  340. package/.docs/reference/streaming/workflows/resumeStream.md +1 -1
  341. package/.docs/reference/streaming/workflows/stream.md +1 -1
  342. package/.docs/reference/templates/overview.md +3 -3
  343. package/.docs/reference/tools/create-tool.md +9 -9
  344. package/.docs/reference/tools/document-chunker-tool.md +4 -4
  345. package/.docs/reference/tools/graph-rag-tool.md +7 -7
  346. package/.docs/reference/tools/mcp-client.md +13 -13
  347. package/.docs/reference/tools/mcp-server.md +23 -23
  348. package/.docs/reference/tools/vector-query-tool.md +12 -12
  349. package/.docs/reference/vectors/astra.md +13 -13
  350. package/.docs/reference/vectors/chroma.md +16 -16
  351. package/.docs/reference/vectors/convex.md +15 -15
  352. package/.docs/reference/vectors/couchbase.md +15 -15
  353. package/.docs/reference/vectors/duckdb.md +17 -17
  354. package/.docs/reference/vectors/elasticsearch.md +14 -14
  355. package/.docs/reference/vectors/lance.md +22 -22
  356. package/.docs/reference/vectors/libsql.md +15 -15
  357. package/.docs/reference/vectors/mongodb.md +18 -18
  358. package/.docs/reference/vectors/opensearch.md +11 -11
  359. package/.docs/reference/vectors/pg.md +21 -21
  360. package/.docs/reference/vectors/pinecone.md +15 -15
  361. package/.docs/reference/vectors/qdrant.md +15 -15
  362. package/.docs/reference/vectors/s3vectors.md +17 -17
  363. package/.docs/reference/vectors/turbopuffer.md +14 -14
  364. package/.docs/reference/vectors/upstash.md +15 -15
  365. package/.docs/reference/vectors/vectorize.md +16 -16
  366. package/.docs/reference/voice/azure.md +8 -8
  367. package/.docs/reference/voice/cloudflare.md +5 -5
  368. package/.docs/reference/voice/composite-voice.md +5 -5
  369. package/.docs/reference/voice/deepgram.md +5 -5
  370. package/.docs/reference/voice/elevenlabs.md +6 -6
  371. package/.docs/reference/voice/google-gemini-live.md +20 -20
  372. package/.docs/reference/voice/google.md +9 -9
  373. package/.docs/reference/voice/mastra-voice.md +17 -17
  374. package/.docs/reference/voice/murf.md +6 -6
  375. package/.docs/reference/voice/openai-realtime.md +16 -16
  376. package/.docs/reference/voice/openai.md +5 -5
  377. package/.docs/reference/voice/playai.md +5 -5
  378. package/.docs/reference/voice/sarvam.md +5 -5
  379. package/.docs/reference/voice/speechify.md +5 -5
  380. package/.docs/reference/voice/voice.addInstructions.md +2 -2
  381. package/.docs/reference/voice/voice.addTools.md +2 -2
  382. package/.docs/reference/voice/voice.answer.md +2 -2
  383. package/.docs/reference/voice/voice.close.md +2 -2
  384. package/.docs/reference/voice/voice.connect.md +5 -5
  385. package/.docs/reference/voice/voice.events.md +2 -2
  386. package/.docs/reference/voice/voice.getSpeakers.md +3 -3
  387. package/.docs/reference/voice/voice.listen.md +6 -6
  388. package/.docs/reference/voice/voice.off.md +2 -2
  389. package/.docs/reference/voice/voice.on.md +3 -3
  390. package/.docs/reference/voice/voice.send.md +2 -2
  391. package/.docs/reference/voice/voice.speak.md +5 -5
  392. package/.docs/reference/voice/voice.updateConfig.md +3 -3
  393. package/.docs/reference/workflows/run-methods/startAsync.md +1 -1
  394. package/.docs/reference/workflows/run.md +3 -3
  395. package/.docs/reference/workflows/step.md +2 -2
  396. package/.docs/reference/workflows/workflow-methods/create-run.md +1 -1
  397. package/.docs/reference/workflows/workflow.md +1 -1
  398. package/.docs/reference/workspace/daytona-sandbox.md +2 -2
  399. package/.docs/reference/workspace/e2b-sandbox.md +2 -2
  400. package/.docs/reference/workspace/filesystem.md +1 -1
  401. package/.docs/reference/workspace/gcs-filesystem.md +1 -1
  402. package/.docs/reference/workspace/local-filesystem.md +1 -1
  403. package/.docs/reference/workspace/local-sandbox.md +4 -4
  404. package/.docs/reference/workspace/process-manager.md +2 -2
  405. package/.docs/reference/workspace/s3-filesystem.md +1 -1
  406. package/.docs/reference/workspace/workspace-class.md +2 -2
  407. package/CHANGELOG.md +14 -0
  408. package/package.json +4 -4
@@ -1,10 +1,10 @@
1
- # Semantic Recall
1
+ # Semantic recall
2
2
 
3
3
  If you ask your friend what they did last weekend, they will search in their memory for events associated with "last weekend" and then tell you what they did. That's sort of like how semantic recall works in Mastra.
4
4
 
5
5
  > **Watch 📹:** What semantic recall is, how it works, and how to configure it in Mastra → [YouTube (5 minutes)](https://youtu.be/UVZtK8cK8xQ)
6
6
 
7
- ## How Semantic Recall Works
7
+ ## How semantic recall works
8
8
 
9
9
  Semantic recall is RAG-based search that helps agents maintain context across longer interactions when messages are no longer within [recent message history](https://mastra.ai/docs/memory/message-history).
10
10
 
@@ -16,7 +16,7 @@ When it's enabled, new messages are used to query a vector DB for semantically s
16
16
 
17
17
  After getting a response from the LLM, all new messages (user, assistant, and tool calls/results) are inserted into the vector DB to be recalled in later interactions.
18
18
 
19
- ## Quick Start
19
+ ## Quick start
20
20
 
21
21
  Semantic recall is enabled by default, so if you give your agent memory it will be included:
22
22
 
@@ -33,7 +33,7 @@ const agent = new Agent({
33
33
  })
34
34
  ```
35
35
 
36
- ## Using the recall() Method
36
+ ## Using the `recall()` method
37
37
 
38
38
  While `listMessages` retrieves messages by thread ID with basic pagination, [`recall()`](https://mastra.ai/reference/memory/recall) adds support for **semantic search**. When you need to find messages by meaning rather than recency, use `recall()` with a `vectorSearchString`:
39
39
 
@@ -182,7 +182,7 @@ const agent = new Agent({
182
182
  })
183
183
  ```
184
184
 
185
- ### Using FastEmbed (Local)
185
+ ### Using FastEmbed (local)
186
186
 
187
187
  To use FastEmbed (a local embedding model), install `@mastra/fastembed`:
188
188
 
@@ -224,7 +224,7 @@ const agent = new Agent({
224
224
  })
225
225
  ```
226
226
 
227
- ## PostgreSQL Index Optimization
227
+ ## PostgreSQL index optimization
228
228
 
229
229
  When using PostgreSQL as your vector store, you can optimize semantic recall performance by configuring the vector index. This is particularly important for large-scale deployments with thousands of messages.
230
230
 
@@ -283,6 +283,6 @@ You might want to disable semantic recall in scenarios like:
283
283
  - When message history provides sufficient context for the current conversation.
284
284
  - In performance-sensitive applications, like realtime two-way audio, where the added latency of creating embeddings and running vector queries is noticeable.
285
285
 
286
- ## Viewing Recalled Messages
286
+ ## Viewing recalled messages
287
287
 
288
288
  When tracing is enabled, any messages retrieved via semantic recall will appear in the agent's trace output, alongside recent message history (if configured).
@@ -13,7 +13,7 @@ Working memory can persist at two different scopes:
13
13
 
14
14
  **Important:** Switching between scopes means the agent won't see memory from the other scope - thread-scoped memory is completely separate from resource-scoped memory.
15
15
 
16
- ## Quick Start
16
+ ## Quick start
17
17
 
18
18
  Here's a minimal example of setting up an agent with working memory:
19
19
 
@@ -37,13 +37,13 @@ const agent = new Agent({
37
37
  })
38
38
  ```
39
39
 
40
- ## How it Works
40
+ ## How it works
41
41
 
42
42
  Working memory is a block of Markdown text that the agent is able to update over time to store continuously relevant information:
43
43
 
44
44
  [YouTube video player](https://www.youtube-nocookie.com/embed/UMy_JHLf1n8)
45
45
 
46
- ## Memory Persistence Scopes
46
+ ## Memory persistence scopes
47
47
 
48
48
  Working memory can operate in two different scopes, allowing you to choose how memory persists across conversations:
49
49
 
@@ -117,7 +117,7 @@ const memory = new Memory({
117
117
  - Temporary or session-specific information
118
118
  - Workflows where each thread needs working memory but threads are ephemeral and not related to each other
119
119
 
120
- ## Storage Adapter Support
120
+ ## Storage adapter support
121
121
 
122
122
  Resource-scoped working memory requires specific storage adapters that support the `mastra_resources` table:
123
123
 
@@ -128,7 +128,7 @@ Resource-scoped working memory requires specific storage adapters that support t
128
128
  - **Upstash** (`@mastra/upstash`)
129
129
  - **MongoDB** (`@mastra/mongodb`)
130
130
 
131
- ## Custom Templates
131
+ ## Custom templates
132
132
 
133
133
  Templates guide the agent on what information to track and update in working memory. While a default template is used if none is provided, you'll typically want to define a custom template tailored to your agent's specific use case to ensure it remembers the most relevant information.
134
134
 
@@ -142,7 +142,7 @@ const memory = new Memory({
142
142
  template: `
143
143
  # User Profile
144
144
 
145
- ## Personal Info
145
+ ## Personal info
146
146
 
147
147
  - Name:
148
148
  - Location:
@@ -156,7 +156,7 @@ const memory = new Memory({
156
156
  - [Deadline 1]: [Date]
157
157
  - [Deadline 2]: [Date]
158
158
 
159
- ## Session State
159
+ ## Session state
160
160
 
161
161
  - Last Task Discussed:
162
162
  - Open Questions:
@@ -168,7 +168,7 @@ const memory = new Memory({
168
168
  })
169
169
  ```
170
170
 
171
- ## Designing Effective Templates
171
+ ## Designing effective templates
172
172
 
173
173
  A well-structured template keeps the information straightforward for the agent to parse and update. Treat the template as a short form that you want the assistant to keep up to date.
174
174
 
@@ -206,7 +206,7 @@ const paragraphMemory = new Memory({
206
206
  })
207
207
  ```
208
208
 
209
- ## Structured Working Memory
209
+ ## Structured working memory
210
210
 
211
211
  Working memory can also be defined using a structured schema instead of a Markdown template. This allows you to specify the exact fields and types that should be tracked, using a [Zod](https://zod.dev/) schema. When using a schema, the agent will see and update working memory as a JSON object matching your schema.
212
212
 
@@ -265,20 +265,20 @@ Schema-based working memory uses **merge semantics**, meaning the agent only nee
265
265
  - **Set a field to `null` to delete it:** This explicitly removes the field from memory
266
266
  - **Arrays are replaced entirely:** When an array field is provided, it replaces the existing array (arrays aren't merged element-by-element)
267
267
 
268
- ## Choosing Between Template and Schema
268
+ ## Choosing between template and schema
269
269
 
270
270
  - Use a **template** (Markdown) if you want the agent to maintain memory as a free-form text block, such as a user profile or scratchpad. Templates use **replace semantics** — the agent must provide the complete memory content on each update.
271
271
  - Use a **schema** if you need structured, type-safe data that can be validated and programmatically accessed as JSON. Schemas use **merge semantics** — the agent only provides fields to update, and existing fields are preserved.
272
272
  - Only one mode can be active at a time: setting both `template` and `schema` isn't supported.
273
273
 
274
- ## Example: Multi-step Retention
274
+ ## Example: Multi-step retention
275
275
 
276
276
  Below is a simplified view of how the `User Profile` template updates across a short user conversation:
277
277
 
278
278
  ```nohighlight
279
279
  # User Profile
280
280
 
281
- ## Personal Info
281
+ ## Personal info
282
282
 
283
283
  - Name:
284
284
  - Location:
@@ -303,7 +303,7 @@ The agent can now refer to `Sam` or `Berlin` in later responses without requesti
303
303
 
304
304
  If your agent isn't properly updating working memory when you expect it to, you can add system instructions on _how_ and _when_ to use this template in your agent's `instructions` setting.
305
305
 
306
- ## Setting Initial Working Memory
306
+ ## Setting initial working memory
307
307
 
308
308
  While agents typically update working memory through the `updateWorkingMemory` tool, you can also set initial working memory programmatically when creating or updating threads. This is useful for injecting user data (like their name, preferences, or other info) that you want available to the agent without passing it in every request.
309
309
 
@@ -372,7 +372,7 @@ await memory.updateWorkingMemory({
372
372
  })
373
373
  ```
374
374
 
375
- ## Read-Only Working Memory
375
+ ## Read-only working memory
376
376
 
377
377
  In some scenarios, you may want an agent to have access to working memory data without the ability to modify it. This is useful for:
378
378
 
@@ -1,4 +1,4 @@
1
- # Datasets Overview
1
+ # Datasets overview
2
2
 
3
3
  **Added in:** `@mastra/core@1.4.0`
4
4
 
@@ -1,4 +1,4 @@
1
- # Running Experiments
1
+ # Running experiments
2
2
 
3
3
  **Added in:** `@mastra/core@1.4.0`
4
4
 
@@ -4,7 +4,7 @@ Mastra's logging system captures function execution, input data, and output resp
4
4
 
5
5
  When deploying to Mastra Cloud, logs are shown on the [Logs](https://mastra.ai/docs/mastra-cloud/observability) page. In self-hosted or custom environments, logs can be directed to files or external services depending on the configured transports.
6
6
 
7
- ## Configuring logs with PinoLogger
7
+ ## Configuring logs with `PinoLogger`
8
8
 
9
9
  When [initializing a new Mastra project](https://mastra.ai/guides/getting-started/quickstart) using the CLI, `PinoLogger` is included by default.
10
10
 
@@ -1,8 +1,8 @@
1
- # Observability Overview
1
+ # Observability overview
2
2
 
3
3
  Mastra provides observability features for AI applications. Monitor LLM operations, trace agent decisions, and debug complex workflows with tools that understand AI-specific patterns.
4
4
 
5
- ## Key Features
5
+ ## Key features
6
6
 
7
7
  ### Tracing
8
8
 
@@ -13,13 +13,13 @@ Specialized tracing for AI operations that captures:
13
13
  - **Workflow steps**: Branching logic, parallel execution, and step outputs
14
14
  - **Automatic instrumentation**: Tracing with decorators
15
15
 
16
- ## Storage Requirements
16
+ ## Storage requirements
17
17
 
18
18
  The `DefaultExporter` persists traces to your configured storage backend. Not all storage providers support observability—for the full list, see [Storage Provider Support](https://mastra.ai/docs/observability/tracing/exporters/default).
19
19
 
20
20
  For production environments with high traffic, we recommend using **ClickHouse** for the observability domain via [composite storage](https://mastra.ai/reference/storage/composite). See [Production Recommendations](https://mastra.ai/docs/observability/tracing/exporters/default) for details.
21
21
 
22
- ## Quick Start
22
+ ## Quick start
23
23
 
24
24
  Configure Observability in your Mastra instance:
25
25
 
@@ -63,7 +63,7 @@ With this basic setup, you will see Traces and Logs in both Studio and in Mastra
63
63
 
64
64
  We also support various external tracing providers like MLflow, Langfuse, Braintrust, and any OpenTelemetry-compatible platform (Datadog, New Relic, SigNoz, etc.). See more about this in the [Tracing](https://mastra.ai/docs/observability/tracing/overview) documentation.
65
65
 
66
- ## What's Next?
66
+ ## What's next?
67
67
 
68
68
  - **[Set up Tracing](https://mastra.ai/docs/observability/tracing/overview)**: Configure tracing for your application
69
69
  - **[Configure Logging](https://mastra.ai/docs/observability/logging)**: Add structured logging
@@ -1,4 +1,4 @@
1
- # OpenTelemetry Bridge
1
+ # OpenTelemetry bridge
2
2
 
3
3
  > **Warning:** The OpenTelemetry Bridge is currently **experimental**. APIs and configuration options may change in future releases.
4
4
 
@@ -6,7 +6,7 @@ The OpenTelemetry (OTEL) Bridge enables bidirectional integration between Mastra
6
6
 
7
7
  > **Looking to send traces without existing OTEL infrastructure?:** If you don't have existing OpenTelemetry instrumentation, the [OpenTelemetry Exporter](https://mastra.ai/docs/observability/tracing/exporters/otel) may be simpler — it sends traces directly without requiring an OTEL SDK setup.
8
8
 
9
- ## When to Use the Bridge
9
+ ## When to use the bridge
10
10
 
11
11
  Use the OtelBridge when you:
12
12
 
@@ -15,7 +15,7 @@ Use the OtelBridge when you:
15
15
  - Need OTEL-instrumented code inside Mastra tools to maintain proper parent-child relationships
16
16
  - Are building a distributed system where trace context must propagate across services
17
17
 
18
- ## How It Works
18
+ ## How it works
19
19
 
20
20
  The OtelBridge provides two-way integration:
21
21
 
@@ -138,13 +138,13 @@ Use the `--import` flag to ensure instrumentation loads before your application:
138
138
  tsx --import ./instrumentation.ts ./src/index.ts
139
139
  ```
140
140
 
141
- ## Semantic Conventions
141
+ ## Semantic conventions
142
142
 
143
143
  The OtelBridge exports Mastra spans using [OpenTelemetry Semantic Conventions for GenAI v1.38.0](https://github.com/open-telemetry/semantic-conventions/tree/v1.38.0/docs/gen-ai). This includes standardized span names (`chat {model}`, `execute_tool {tool_name}`, etc.) and attributes (`gen_ai.usage.input_tokens`, `gen_ai.request.model`, etc.).
144
144
 
145
145
  For details on span naming and attributes, see the [OpenTelemetry Exporter semantic conventions](https://mastra.ai/docs/observability/tracing/exporters/otel).
146
146
 
147
- ## Trace Hierarchy
147
+ ## Trace hierarchy
148
148
 
149
149
  With the OtelBridge, your traces maintain proper hierarchy across OTEL and Mastra boundaries:
150
150
 
@@ -157,7 +157,7 @@ HTTP POST /api/chat (from Hono middleware)
157
157
  └── chat gpt-4o (follow-up LLM call)
158
158
  ```
159
159
 
160
- ## Multi-Service Distributed Tracing
160
+ ## Multi-service distributed tracing
161
161
 
162
162
  The OtelBridge enables trace propagation across service boundaries. When Service A calls Service B via HTTP, trace context propagates automatically:
163
163
 
@@ -176,7 +176,7 @@ Both services must have:
176
176
  2. W3C Trace Context propagator enabled
177
177
  3. Mastra with OtelBridge configured
178
178
 
179
- ## Using Tags
179
+ ## Using tags
180
180
 
181
181
  Tags help you categorize and filter traces in your OTEL backend. Add tags when executing agents or workflows:
182
182
 
@@ -1,4 +1,4 @@
1
- # Arize Exporter
1
+ # Arize exporter
2
2
 
3
3
  [Arize](https://arize.com/) provides observability platforms for AI applications through [Phoenix](https://phoenix.arize.com/) (open-source) and [Arize AX](https://arize.com/generative-ai/) (enterprise). The Arize exporter sends traces using OpenTelemetry and [OpenInference](https://github.com/Arize-ai/openinference/tree/main/spec) semantic conventions, compatible with any OpenTelemetry platform that supports OpenInference.
4
4
 
@@ -176,7 +176,7 @@ export const mastra = new Mastra({
176
176
  })
177
177
  ```
178
178
 
179
- ## Configuration Options
179
+ ## Configuration options
180
180
 
181
181
  The Arize exporter supports advanced configuration for fine-tuning OpenTelemetry behavior:
182
182
 
@@ -260,7 +260,7 @@ await agent.generate(input, {
260
260
 
261
261
  Reserved fields such as `input`, `output`, `sessionId`, thread/user IDs, and OpenInference IDs are excluded automatically.
262
262
 
263
- ## OpenInference Semantic Conventions
263
+ ## OpenInference semantic conventions
264
264
 
265
265
  This exporter implements the [OpenInference Semantic Conventions](https://github.com/Arize-ai/openinference/tree/main/spec) for generative AI applications, providing standardized trace structure across different observability platforms.
266
266
 
@@ -1,4 +1,4 @@
1
- # Braintrust Exporter
1
+ # Braintrust exporter
2
2
 
3
3
  [Braintrust](https://www.braintrust.dev/) is an evaluation and monitoring platform that helps you measure and improve LLM application quality. The Braintrust exporter sends your traces to Braintrust, enabling systematic evaluation, scoring, and experimentation.
4
4
 
@@ -1,4 +1,4 @@
1
- # Cloud Exporter
1
+ # Cloud exporter
2
2
 
3
3
  The `CloudExporter` sends traces to Mastra Cloud for centralized monitoring and team collaboration. It's automatically enabled when using the default observability configuration with a valid access token.
4
4
 
@@ -83,7 +83,7 @@ new CloudExporter({
83
83
  })
84
84
  ```
85
85
 
86
- ## Viewing Traces
86
+ ## Viewing traces
87
87
 
88
88
  ### Mastra Cloud Dashboard
89
89
 
@@ -1,4 +1,4 @@
1
- # Datadog Exporter
1
+ # Datadog exporter
2
2
 
3
3
  [Datadog](https://datadoghq.com/) is a comprehensive monitoring platform with dedicated LLM Observability features. The Datadog exporter sends your traces to Datadog's LLM Observability product, providing insights into model performance, token usage, and conversation flows.
4
4
 
@@ -90,7 +90,7 @@ export const mastra = new Mastra({
90
90
  })
91
91
  ```
92
92
 
93
- ## Configuration Options
93
+ ## Configuration options
94
94
 
95
95
  ### Complete Configuration
96
96
 
@@ -128,7 +128,7 @@ new DatadogExporter({
128
128
 
129
129
  Note: When using agent mode, the API key is read from the local agent's configuration.
130
130
 
131
- ## Span Type Mapping
131
+ ## Span type mapping
132
132
 
133
133
  Mastra span types are automatically mapped to Datadog LLMObs span kinds:
134
134
 
@@ -1,4 +1,4 @@
1
- # Default Exporter
1
+ # Default exporter
2
2
 
3
3
  The `DefaultExporter` persists traces to your configured storage backend, making them accessible through Studio. It's automatically enabled when using the default observability configuration and requires no external services.
4
4
 
@@ -68,7 +68,7 @@ export const mastra = new Mastra({
68
68
  })
69
69
  ```
70
70
 
71
- ## Viewing Traces
71
+ ## Viewing traces
72
72
 
73
73
  ### Studio
74
74
 
@@ -79,7 +79,7 @@ Access your traces through Studio:
79
79
  3. Filter and search your local traces
80
80
  4. Inspect detailed span information
81
81
 
82
- ## Tracing Strategies
82
+ ## Tracing strategies
83
83
 
84
84
  DefaultExporter automatically selects the optimal tracing strategy based on your storage provider. You can also override this selection if needed.
85
85
 
@@ -106,7 +106,7 @@ new DefaultExporter({
106
106
  })
107
107
  ```
108
108
 
109
- ## Storage Provider Support
109
+ ## Storage provider support
110
110
 
111
111
  Different storage providers support different tracing strategies. Some providers support observability for production workloads, while others are intended primarily for local development.
112
112
 
@@ -139,7 +139,7 @@ The following storage providers **don't support** the observability domain. If y
139
139
  - **batch-with-updates**: 10-100x throughput improvement, full span lifecycle
140
140
  - **insert-only**: Additional 70% reduction in database operations, perfect for analytics
141
141
 
142
- ## Production Recommendations
142
+ ## Production recommendations
143
143
 
144
144
  Observability data grows quickly in production environments. A single agent interaction can generate hundreds of spans, and high-traffic applications can produce thousands of traces per day. Most general-purpose databases aren't optimized for this write-heavy, append-only workload.
145
145
 
@@ -156,7 +156,7 @@ Observability data grows quickly in production environments. A single agent inte
156
156
 
157
157
  If you're using a provider without observability support (like Convex or DynamoDB) or want to optimize performance, use [composite storage](https://mastra.ai/reference/storage/composite) to route observability data to ClickHouse while keeping other data in your primary database.
158
158
 
159
- ## Batching Behavior
159
+ ## Batching behavior
160
160
 
161
161
  ### Flush Triggers
162
162
 
@@ -167,7 +167,7 @@ For both batch strategies (`batch-with-updates` and `insert-only`), traces are f
167
167
  3. **Emergency flush**: Buffer approaches `maxBufferSize` limit
168
168
  4. **Shutdown**: Force flush all pending events
169
169
 
170
- ### Error Handling
170
+ ### Error handling
171
171
 
172
172
  The DefaultExporter includes robust error handling for production use:
173
173
 
@@ -1,4 +1,4 @@
1
- # Laminar Exporter
1
+ # Laminar exporter
2
2
 
3
3
  [Laminar](https://laminar.sh/) is an open-source platform for engineering LLM products. The Laminar exporter sends your Mastra traces to Laminar via OTLP/HTTP (protobuf), with Laminar-native span attributes for correct rendering (paths, inputs/outputs, tags, metadata).
4
4
 
@@ -1,4 +1,4 @@
1
- # Langfuse Exporter
1
+ # Langfuse exporter
2
2
 
3
3
  [Langfuse](https://langfuse.com/) is an open-source observability platform specifically designed for LLM applications. The Langfuse exporter sends your traces to Langfuse, providing detailed insights into model performance, token usage, and conversation flows.
4
4
 
@@ -93,7 +93,7 @@ export const mastra = new Mastra({
93
93
  })
94
94
  ```
95
95
 
96
- ## Configuration Options
96
+ ## Configuration options
97
97
 
98
98
  ### Realtime vs Batch Mode
99
99
 
@@ -145,7 +145,7 @@ new LangfuseExporter({
145
145
  })
146
146
  ```
147
147
 
148
- ## Prompt Linking
148
+ ## Prompt linking
149
149
 
150
150
  You can link LLM generations to prompts stored in [Langfuse Prompt Management](https://langfuse.com/docs/prompt-management). This enables version tracking and metrics for your prompts.
151
151
 
@@ -1,4 +1,4 @@
1
- # LangSmith Exporter
1
+ # LangSmith exporter
2
2
 
3
3
  [LangSmith](https://smith.langchain.com/) is LangChain's platform for monitoring and evaluating LLM applications. The LangSmith exporter sends your traces to LangSmith, providing insights into model performance, debugging capabilities, and evaluation workflows.
4
4
 
@@ -91,7 +91,7 @@ export const mastra = new Mastra({
91
91
  })
92
92
  ```
93
93
 
94
- ## Configuration Options
94
+ ## Configuration options
95
95
 
96
96
  ### Complete Configuration
97
97
 
@@ -116,7 +116,7 @@ new LangSmithExporter({
116
116
  })
117
117
  ```
118
118
 
119
- ### Environment Variables
119
+ ### Environment variables
120
120
 
121
121
  | Variable | Description |
122
122
  | -------------------- | ----------------------------------------------------------------- |
@@ -126,7 +126,7 @@ new LangSmithExporter({
126
126
 
127
127
  The `projectName` config option takes precedence over the `LANGCHAIN_PROJECT` environment variable, allowing you to programmatically route traces to different projects.
128
128
 
129
- ## Dynamic Configuration
129
+ ## Dynamic configuration
130
130
 
131
131
  You can dynamically override LangSmith settings per-span using `withLangsmithMetadata`. This is useful for routing traces to different projects based on runtime conditions (e.g., customer, environment, or feature).
132
132
 
@@ -1,4 +1,4 @@
1
- # OpenTelemetry Exporter
1
+ # OpenTelemetry exporter
2
2
 
3
3
  The OpenTelemetry (OTEL) exporter sends your traces to any OTEL-compatible observability platform using standardized [OpenTelemetry Semantic Conventions for GenAI](https://opentelemetry.io/docs/specs/semconv/gen-ai/). This ensures broad compatibility with platforms like Datadog, New Relic, SigNoz, MLflow, Dash0, Traceloop, Laminar, and more.
4
4
 
@@ -34,7 +34,7 @@ yarn add @mastra/otel-exporter@latest @opentelemetry/exporter-trace-otlp-proto
34
34
  bun add @mastra/otel-exporter@latest @opentelemetry/exporter-trace-otlp-proto
35
35
  ```
36
36
 
37
- ### For gRPC Providers (Dash0, Datadog)
37
+ ### For `gRPC` Providers (Dash0, Datadog)
38
38
 
39
39
  **npm**:
40
40
 
@@ -86,7 +86,7 @@ yarn add @mastra/otel-exporter@latest @opentelemetry/exporter-trace-otlp-http
86
86
  bun add @mastra/otel-exporter@latest @opentelemetry/exporter-trace-otlp-http
87
87
  ```
88
88
 
89
- ## Environment Variables
89
+ ## Environment variables
90
90
 
91
91
  All providers support zero-config setup via environment variables. Set the appropriate variables and the exporter will automatically use them:
92
92
 
@@ -98,7 +98,7 @@ All providers support zero-config setup via environment variables. Set the appro
98
98
  | Traceloop | `TRACELOOP_API_KEY` (required), `TRACELOOP_DESTINATION_ID`, `TRACELOOP_ENDPOINT` (optional) |
99
99
  | Laminar | `LMNR_PROJECT_API_KEY` (required), `LAMINAR_ENDPOINT` (optional) |
100
100
 
101
- ## Provider Configurations
101
+ ## Provider configurations
102
102
 
103
103
  ### MLflow
104
104
 
@@ -187,7 +187,7 @@ export const mastra = new Mastra({
187
187
 
188
188
  > **Info:** Get your Dash0 endpoint from your dashboard. It should be in the format `ingress.{region}.aws.dash0.com:4317`.
189
189
 
190
- ### SigNoz
190
+ ### `SigNoz`
191
191
 
192
192
  [SigNoz](https://signoz.io/) is an open-source APM alternative with built-in Tracing support.
193
193
 
@@ -389,7 +389,7 @@ new OtelExporter({
389
389
  })
390
390
  ```
391
391
 
392
- ## Configuration Options
392
+ ## Configuration options
393
393
 
394
394
  ### Complete Configuration
395
395
 
@@ -409,7 +409,7 @@ new OtelExporter({
409
409
  })
410
410
  ```
411
411
 
412
- ## OpenTelemetry Semantic Conventions
412
+ ## `OpenTelemetry` semantic conventions
413
413
 
414
414
  The exporter follows [OpenTelemetry Semantic Conventions for GenAI v1.38.0](https://github.com/open-telemetry/semantic-conventions/tree/v1.38.0/docs/gen-ai), ensuring compatibility with observability platforms:
415
415
 
@@ -432,7 +432,7 @@ The exporter follows [OpenTelemetry Semantic Conventions for GenAI v1.38.0](http
432
432
  - `gen_ai.request.temperature` - Sampling temperature
433
433
  - `gen_ai.response.finish_reasons` - Completion reasons
434
434
 
435
- ## Protocol Selection Guide
435
+ ## Protocol selection guide
436
436
 
437
437
  Choose the right protocol package based on your provider:
438
438
 
@@ -1,4 +1,4 @@
1
- # PostHog Exporter
1
+ # PostHog exporter
2
2
 
3
3
  [PostHog](https://posthog.com/) is an analytics platform with AI observability features for monitoring LLM applications. The PostHog exporter sends your traces to PostHog as structured events, providing insights into token usage, costs, latency, and conversation flows.
4
4
 
@@ -90,7 +90,7 @@ export const mastra = new Mastra({
90
90
  })
91
91
  ```
92
92
 
93
- ## Configuration Options
93
+ ## Configuration options
94
94
 
95
95
  ### Complete Configuration
96
96
 
@@ -1,4 +1,4 @@
1
- # Sentry Exporter
1
+ # Sentry exporter
2
2
 
3
3
  [Sentry](https://sentry.io/) is an application monitoring platform with AI-specific tracing capabilities. The Sentry exporter sends your traces to Sentry using OpenTelemetry semantic conventions, providing insights into model performance, token usage, and tool executions.
4
4
 
@@ -92,7 +92,7 @@ export const mastra = new Mastra({
92
92
  })
93
93
  ```
94
94
 
95
- ## Configuration Options
95
+ ## Configuration options
96
96
 
97
97
  ### Complete Configuration
98
98
 
@@ -132,7 +132,7 @@ new SentryExporter({
132
132
 
133
133
  > **Tip:** Set to `1.0` (100%) for development and `0.1` to `0.2` (10-20%) for production high-load applications. To disable tracing entirely, don't set `tracesSampleRate` at all rather than setting it to `0`.
134
134
 
135
- ## Span Type Mapping
135
+ ## Span type mapping
136
136
 
137
137
  Mastra span types are automatically mapped to Sentry operations:
138
138
 
@@ -155,7 +155,7 @@ Mastra span types are automatically mapped to Sentry operations:
155
155
  | `PROCESSOR_RUN` | `ai.processor` | |
156
156
  | `GENERIC` | `ai.span` | |
157
157
 
158
- ## OpenTelemetry Semantic Conventions
158
+ ## OpenTelemetry semantic conventions
159
159
 
160
160
  The exporter uses standard GenAI semantic conventions with Sentry-specific attributes:
161
161