@mastra/mcp-docs-server 1.0.0-beta.11 → 1.0.0-beta.14

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 (345) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +29 -29
  2. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +51 -51
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +45 -45
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +180 -180
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +39 -39
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +39 -39
  7. package/.docs/organized/changelogs/%40mastra%2Fconvex.md +68 -0
  8. package/.docs/organized/changelogs/%40mastra%2Fcore.md +331 -331
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +31 -31
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +16 -16
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +41 -41
  12. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +39 -39
  13. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +6 -0
  14. package/.docs/organized/changelogs/%40mastra%2Flance.md +39 -39
  15. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +45 -45
  16. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +24 -24
  17. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +24 -24
  18. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +39 -39
  19. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +39 -39
  20. package/.docs/organized/changelogs/%40mastra%2Fpg.md +45 -45
  21. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +96 -96
  22. package/.docs/organized/changelogs/%40mastra%2Frag.md +17 -17
  23. package/.docs/organized/changelogs/%40mastra%2Freact.md +49 -2
  24. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
  25. package/.docs/organized/changelogs/%40mastra%2Fserver.md +122 -122
  26. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +39 -39
  27. package/.docs/organized/changelogs/create-mastra.md +31 -31
  28. package/.docs/organized/changelogs/mastra.md +51 -51
  29. package/.docs/organized/code-examples/agent-v6.md +151 -0
  30. package/.docs/organized/code-examples/ai-elements.md +1 -1
  31. package/.docs/organized/code-examples/quick-start.md +0 -4
  32. package/.docs/organized/code-examples/stock-price-tool.md +21 -2
  33. package/.docs/raw/agents/adding-voice.mdx +2 -3
  34. package/.docs/raw/agents/agent-approval.mdx +139 -6
  35. package/.docs/raw/agents/agent-memory.mdx +24 -32
  36. package/.docs/raw/agents/guardrails.mdx +61 -51
  37. package/.docs/raw/agents/networks.mdx +9 -13
  38. package/.docs/raw/agents/overview.mdx +40 -24
  39. package/.docs/raw/agents/processors.mdx +20 -19
  40. package/.docs/raw/agents/structured-output.mdx +11 -7
  41. package/.docs/raw/agents/using-tools.mdx +5 -6
  42. package/.docs/raw/course/01-first-agent/07-creating-your-agent.md +1 -2
  43. package/.docs/raw/course/01-first-agent/12-connecting-tool-to-agent.md +1 -1
  44. package/.docs/raw/course/01-first-agent/16-adding-memory-to-agent.md +1 -2
  45. package/.docs/raw/course/02-agent-tools-mcp/05-updating-your-agent.md +1 -1
  46. package/.docs/raw/course/02-agent-tools-mcp/10-updating-agent-instructions-zapier.md +1 -1
  47. package/.docs/raw/course/02-agent-tools-mcp/16-updating-agent-instructions-github.md +1 -1
  48. package/.docs/raw/course/02-agent-tools-mcp/21-updating-agent-instructions-hackernews.md +1 -1
  49. package/.docs/raw/course/02-agent-tools-mcp/27-updating-agent-instructions-filesystem.md +1 -1
  50. package/.docs/raw/course/02-agent-tools-mcp/31-enhancing-memory-configuration.md +2 -2
  51. package/.docs/raw/course/03-agent-memory/04-creating-basic-memory-agent.md +1 -2
  52. package/.docs/raw/course/03-agent-memory/08-configuring-conversation-history.md +1 -2
  53. package/.docs/raw/course/03-agent-memory/16-configuring-semantic-recall.md +3 -4
  54. package/.docs/raw/course/03-agent-memory/21-configuring-working-memory.md +2 -3
  55. package/.docs/raw/course/03-agent-memory/22-custom-working-memory-templates.md +2 -3
  56. package/.docs/raw/course/03-agent-memory/25-combining-memory-features.md +1 -2
  57. package/.docs/raw/course/03-agent-memory/27-creating-learning-assistant.md +2 -3
  58. package/.docs/raw/course/04-workflows/11-creating-an-ai-agent.md +2 -3
  59. package/.docs/raw/deployment/cloud-providers.mdx +20 -0
  60. package/.docs/raw/deployment/{building-mastra.mdx → mastra-server.mdx} +5 -5
  61. package/.docs/raw/deployment/monorepo.mdx +23 -44
  62. package/.docs/raw/deployment/overview.mdx +32 -50
  63. package/.docs/raw/deployment/web-framework.mdx +15 -19
  64. package/.docs/raw/evals/custom-scorers.mdx +9 -6
  65. package/.docs/raw/evals/overview.mdx +3 -6
  66. package/.docs/raw/evals/running-in-ci.mdx +2 -2
  67. package/.docs/raw/getting-started/manual-install.mdx +20 -20
  68. package/.docs/raw/getting-started/mcp-docs-server.mdx +2 -2
  69. package/.docs/raw/getting-started/start.mdx +10 -1
  70. package/.docs/raw/getting-started/studio.mdx +1 -1
  71. package/.docs/raw/guides/agent-frameworks/ai-sdk.mdx +4 -4
  72. package/.docs/raw/guides/build-your-ui/ai-sdk-ui.mdx +1033 -79
  73. package/.docs/raw/guides/build-your-ui/assistant-ui.mdx +8 -8
  74. package/.docs/raw/guides/build-your-ui/copilotkit.mdx +11 -11
  75. package/.docs/raw/{deployment/cloud-providers → guides/deployment}/amazon-ec2.mdx +9 -9
  76. package/.docs/raw/{deployment/cloud-providers → guides/deployment}/aws-lambda.mdx +13 -16
  77. package/.docs/raw/{deployment/cloud-providers → guides/deployment}/azure-app-services.mdx +5 -7
  78. package/.docs/raw/{deployment/cloud-providers → guides/deployment}/cloudflare-deployer.mdx +8 -5
  79. package/.docs/raw/{deployment/cloud-providers → guides/deployment}/digital-ocean.mdx +12 -15
  80. package/.docs/raw/guides/deployment/index.mdx +32 -0
  81. package/.docs/raw/guides/deployment/inngest.mdx +386 -0
  82. package/.docs/raw/{deployment/cloud-providers → guides/deployment}/netlify-deployer.mdx +7 -3
  83. package/.docs/raw/{deployment/cloud-providers → guides/deployment}/vercel-deployer.mdx +8 -5
  84. package/.docs/raw/guides/getting-started/astro.mdx +292 -451
  85. package/.docs/raw/guides/getting-started/express.mdx +72 -153
  86. package/.docs/raw/guides/getting-started/hono.mdx +227 -0
  87. package/.docs/raw/guides/getting-started/next-js.mdx +170 -61
  88. package/.docs/raw/guides/getting-started/quickstart.mdx +4 -4
  89. package/.docs/raw/guides/getting-started/sveltekit.mdx +238 -409
  90. package/.docs/raw/guides/getting-started/vite-react.mdx +317 -147
  91. package/.docs/raw/guides/guide/ai-recruiter.mdx +10 -10
  92. package/.docs/raw/guides/guide/chef-michel.mdx +9 -11
  93. package/.docs/raw/guides/guide/notes-mcp-server.mdx +15 -15
  94. package/.docs/raw/guides/guide/research-assistant.mdx +17 -17
  95. package/.docs/raw/guides/guide/stock-agent.mdx +5 -5
  96. package/.docs/raw/guides/guide/web-search.mdx +8 -8
  97. package/.docs/raw/guides/guide/whatsapp-chat-bot.mdx +7 -7
  98. package/.docs/raw/guides/migrations/ai-sdk-v4-to-v5.mdx +2 -2
  99. package/.docs/raw/guides/migrations/upgrade-to-v1/agent.mdx +1 -1
  100. package/.docs/raw/guides/migrations/upgrade-to-v1/client.mdx +17 -0
  101. package/.docs/raw/guides/migrations/upgrade-to-v1/overview.mdx +6 -0
  102. package/.docs/raw/guides/migrations/upgrade-to-v1/workflows.mdx +0 -2
  103. package/.docs/raw/guides/migrations/vnext-to-standard-apis.mdx +21 -23
  104. package/.docs/raw/index.mdx +2 -2
  105. package/.docs/raw/{deployment/mastra-cloud → mastra-cloud}/dashboard.mdx +2 -6
  106. package/.docs/raw/{deployment/mastra-cloud → mastra-cloud}/observability.mdx +1 -5
  107. package/.docs/raw/{deployment/mastra-cloud → mastra-cloud}/overview.mdx +2 -6
  108. package/.docs/raw/{deployment/mastra-cloud → mastra-cloud}/setting-up.mdx +8 -7
  109. package/.docs/raw/mcp/overview.mdx +31 -13
  110. package/.docs/raw/mcp/publishing-mcp-server.mdx +2 -2
  111. package/.docs/raw/memory/memory-processors.mdx +9 -9
  112. package/.docs/raw/memory/message-history.mdx +69 -0
  113. package/.docs/raw/memory/overview.mdx +34 -76
  114. package/.docs/raw/memory/semantic-recall.mdx +58 -49
  115. package/.docs/raw/memory/storage.mdx +188 -0
  116. package/.docs/raw/memory/working-memory.mdx +7 -7
  117. package/.docs/raw/observability/logging.mdx +10 -11
  118. package/.docs/raw/observability/overview.mdx +0 -1
  119. package/.docs/raw/observability/tracing/bridges/otel.mdx +2 -2
  120. package/.docs/raw/observability/tracing/exporters/cloud.mdx +1 -1
  121. package/.docs/raw/observability/tracing/exporters/default.mdx +3 -3
  122. package/.docs/raw/observability/tracing/exporters/langfuse.mdx +1 -2
  123. package/.docs/raw/observability/tracing/overview.mdx +23 -25
  124. package/.docs/raw/observability/tracing/processors/sensitive-data-filter.mdx +3 -3
  125. package/.docs/raw/rag/chunking-and-embedding.mdx +18 -31
  126. package/.docs/raw/rag/graph-rag.mdx +220 -0
  127. package/.docs/raw/rag/overview.mdx +2 -3
  128. package/.docs/raw/rag/retrieval.mdx +34 -51
  129. package/.docs/raw/rag/vector-databases.mdx +29 -25
  130. package/.docs/raw/reference/agents/agent.mdx +3 -3
  131. package/.docs/raw/reference/agents/generate.mdx +1 -1
  132. package/.docs/raw/reference/agents/generateLegacy.mdx +2 -2
  133. package/.docs/raw/reference/agents/getDefaultGenerateOptions.mdx +3 -3
  134. package/.docs/raw/reference/agents/getDefaultOptions.mdx +3 -3
  135. package/.docs/raw/reference/agents/getDefaultStreamOptions.mdx +3 -3
  136. package/.docs/raw/reference/agents/getDescription.mdx +1 -1
  137. package/.docs/raw/reference/agents/getInstructions.mdx +3 -3
  138. package/.docs/raw/reference/agents/getLLM.mdx +3 -3
  139. package/.docs/raw/reference/agents/getMemory.mdx +3 -3
  140. package/.docs/raw/reference/agents/getModel.mdx +3 -3
  141. package/.docs/raw/reference/agents/getTools.mdx +2 -2
  142. package/.docs/raw/reference/agents/getVoice.mdx +2 -2
  143. package/.docs/raw/reference/agents/listAgents.mdx +2 -2
  144. package/.docs/raw/reference/agents/listScorers.mdx +3 -3
  145. package/.docs/raw/reference/agents/listTools.mdx +2 -2
  146. package/.docs/raw/reference/agents/listWorkflows.mdx +2 -2
  147. package/.docs/raw/reference/agents/network.mdx +1 -1
  148. package/.docs/raw/reference/ai-sdk/chat-route.mdx +3 -3
  149. package/.docs/raw/reference/ai-sdk/handle-chat-stream.mdx +2 -2
  150. package/.docs/raw/reference/ai-sdk/handle-network-stream.mdx +2 -2
  151. package/.docs/raw/reference/ai-sdk/handle-workflow-stream.mdx +2 -2
  152. package/.docs/raw/reference/ai-sdk/network-route.mdx +3 -3
  153. package/.docs/raw/reference/ai-sdk/to-ai-sdk-stream.mdx +6 -6
  154. package/.docs/raw/reference/ai-sdk/to-ai-sdk-v4-messages.mdx +127 -0
  155. package/.docs/raw/reference/ai-sdk/to-ai-sdk-v5-messages.mdx +107 -0
  156. package/.docs/raw/reference/ai-sdk/with-mastra.mdx +1 -1
  157. package/.docs/raw/reference/ai-sdk/workflow-route.mdx +3 -3
  158. package/.docs/raw/reference/auth/auth0.mdx +2 -3
  159. package/.docs/raw/reference/auth/clerk.mdx +2 -3
  160. package/.docs/raw/reference/auth/firebase.mdx +3 -5
  161. package/.docs/raw/reference/auth/jwt.mdx +2 -3
  162. package/.docs/raw/reference/auth/supabase.mdx +2 -3
  163. package/.docs/raw/reference/auth/workos.mdx +2 -3
  164. package/.docs/raw/reference/cli/create-mastra.mdx +10 -10
  165. package/.docs/raw/reference/cli/mastra.mdx +10 -10
  166. package/.docs/raw/reference/client-js/agents.mdx +1 -2
  167. package/.docs/raw/reference/client-js/mastra-client.mdx +2 -2
  168. package/.docs/raw/reference/client-js/workflows.mdx +20 -0
  169. package/.docs/raw/reference/core/getAgent.mdx +1 -1
  170. package/.docs/raw/reference/core/getAgentById.mdx +1 -1
  171. package/.docs/raw/reference/core/getDeployer.mdx +1 -1
  172. package/.docs/raw/reference/core/getLogger.mdx +1 -1
  173. package/.docs/raw/reference/core/getMCPServer.mdx +1 -1
  174. package/.docs/raw/reference/core/getMCPServerById.mdx +1 -1
  175. package/.docs/raw/reference/core/getMemory.mdx +2 -2
  176. package/.docs/raw/reference/core/getServer.mdx +3 -3
  177. package/.docs/raw/reference/core/getStorage.mdx +2 -2
  178. package/.docs/raw/reference/core/getStoredAgentById.mdx +3 -3
  179. package/.docs/raw/reference/core/getTelemetry.mdx +1 -1
  180. package/.docs/raw/reference/core/getVector.mdx +1 -1
  181. package/.docs/raw/reference/core/getWorkflow.mdx +1 -1
  182. package/.docs/raw/reference/core/listAgents.mdx +1 -1
  183. package/.docs/raw/reference/core/listLogs.mdx +1 -1
  184. package/.docs/raw/reference/core/listLogsByRunId.mdx +1 -1
  185. package/.docs/raw/reference/core/listMCPServers.mdx +1 -1
  186. package/.docs/raw/reference/core/listMemory.mdx +2 -2
  187. package/.docs/raw/reference/core/listStoredAgents.mdx +4 -4
  188. package/.docs/raw/reference/core/listVectors.mdx +1 -1
  189. package/.docs/raw/reference/core/listWorkflows.mdx +1 -1
  190. package/.docs/raw/reference/core/setLogger.mdx +1 -1
  191. package/.docs/raw/reference/core/setStorage.mdx +2 -2
  192. package/.docs/raw/reference/core/setTelemetry.mdx +1 -1
  193. package/.docs/raw/reference/deployer/cloudflare.mdx +1 -2
  194. package/.docs/raw/reference/deployer/deployer.mdx +0 -1
  195. package/.docs/raw/reference/deployer/netlify.mdx +1 -1
  196. package/.docs/raw/reference/deployer/vercel.mdx +2 -4
  197. package/.docs/raw/reference/evals/answer-relevancy.mdx +1 -1
  198. package/.docs/raw/reference/evals/answer-similarity.mdx +1 -1
  199. package/.docs/raw/reference/evals/bias.mdx +1 -1
  200. package/.docs/raw/reference/evals/completeness.mdx +1 -1
  201. package/.docs/raw/reference/evals/content-similarity.mdx +1 -1
  202. package/.docs/raw/reference/evals/context-precision.mdx +1 -1
  203. package/.docs/raw/reference/evals/faithfulness.mdx +1 -1
  204. package/.docs/raw/reference/evals/hallucination.mdx +1 -1
  205. package/.docs/raw/reference/evals/keyword-coverage.mdx +1 -1
  206. package/.docs/raw/reference/evals/prompt-alignment.mdx +7 -7
  207. package/.docs/raw/reference/evals/textual-difference.mdx +1 -1
  208. package/.docs/raw/reference/evals/tone-consistency.mdx +1 -1
  209. package/.docs/raw/reference/evals/tool-call-accuracy.mdx +10 -10
  210. package/.docs/raw/reference/evals/toxicity.mdx +1 -1
  211. package/.docs/raw/reference/logging/pino-logger.mdx +7 -8
  212. package/.docs/raw/reference/memory/createThread.mdx +2 -2
  213. package/.docs/raw/reference/memory/deleteMessages.mdx +2 -2
  214. package/.docs/raw/reference/memory/listThreadsByResourceId.mdx +2 -2
  215. package/.docs/raw/reference/memory/memory-class.mdx +3 -3
  216. package/.docs/raw/reference/memory/query.mdx +2 -2
  217. package/.docs/raw/reference/memory/recall.mdx +2 -2
  218. package/.docs/raw/reference/observability/tracing/exporters/langfuse.mdx +1 -1
  219. package/.docs/raw/reference/processors/batch-parts-processor.mdx +2 -2
  220. package/.docs/raw/reference/processors/language-detector.mdx +2 -2
  221. package/.docs/raw/reference/processors/message-history-processor.mdx +2 -2
  222. package/.docs/raw/reference/processors/moderation-processor.mdx +3 -3
  223. package/.docs/raw/reference/processors/pii-detector.mdx +3 -3
  224. package/.docs/raw/reference/processors/processor-interface.mdx +13 -13
  225. package/.docs/raw/reference/processors/prompt-injection-detector.mdx +2 -2
  226. package/.docs/raw/reference/processors/semantic-recall-processor.mdx +2 -2
  227. package/.docs/raw/reference/processors/system-prompt-scrubber.mdx +2 -2
  228. package/.docs/raw/reference/processors/token-limiter-processor.mdx +2 -2
  229. package/.docs/raw/reference/processors/tool-call-filter.mdx +3 -3
  230. package/.docs/raw/reference/processors/unicode-normalizer.mdx +2 -2
  231. package/.docs/raw/reference/processors/working-memory-processor.mdx +3 -3
  232. package/.docs/raw/reference/rag/chunk.mdx +1 -1
  233. package/.docs/raw/reference/rag/database-config.mdx +1 -1
  234. package/.docs/raw/reference/rag/extract-params.mdx +2 -2
  235. package/.docs/raw/reference/rag/metadata-filters.mdx +7 -7
  236. package/.docs/raw/reference/server/create-route.mdx +14 -14
  237. package/.docs/raw/reference/server/express-adapter.mdx +10 -11
  238. package/.docs/raw/reference/server/hono-adapter.mdx +10 -11
  239. package/.docs/raw/reference/server/mastra-server.mdx +22 -22
  240. package/.docs/raw/reference/server/routes.mdx +28 -1
  241. package/.docs/raw/reference/storage/cloudflare-d1.mdx +3 -3
  242. package/.docs/raw/reference/storage/cloudflare.mdx +2 -2
  243. package/.docs/raw/reference/storage/convex.mdx +6 -6
  244. package/.docs/raw/reference/storage/dynamodb.mdx +4 -4
  245. package/.docs/raw/reference/storage/lance.mdx +3 -3
  246. package/.docs/raw/reference/storage/libsql.mdx +69 -54
  247. package/.docs/raw/reference/storage/mongodb.mdx +80 -7
  248. package/.docs/raw/reference/storage/mssql.mdx +4 -4
  249. package/.docs/raw/{server-db/storage.mdx → reference/storage/overview.mdx} +13 -111
  250. package/.docs/raw/reference/storage/postgresql.mdx +78 -7
  251. package/.docs/raw/reference/storage/upstash.mdx +74 -2
  252. package/.docs/raw/reference/streaming/agents/stream.mdx +27 -5
  253. package/.docs/raw/reference/streaming/agents/streamLegacy.mdx +2 -2
  254. package/.docs/raw/reference/streaming/workflows/observeStream.mdx +1 -1
  255. package/.docs/raw/reference/streaming/workflows/resumeStream.mdx +1 -1
  256. package/.docs/raw/reference/streaming/workflows/stream.mdx +35 -22
  257. package/.docs/raw/reference/streaming/workflows/timeTravelStream.mdx +4 -4
  258. package/.docs/raw/reference/templates/overview.mdx +1 -2
  259. package/.docs/raw/reference/tools/create-tool.mdx +24 -5
  260. package/.docs/raw/reference/tools/graph-rag-tool.mdx +3 -3
  261. package/.docs/raw/reference/tools/vector-query-tool.mdx +4 -4
  262. package/.docs/raw/reference/vectors/astra.mdx +3 -3
  263. package/.docs/raw/reference/vectors/chroma.mdx +3 -3
  264. package/.docs/raw/reference/vectors/convex.mdx +12 -12
  265. package/.docs/raw/reference/vectors/couchbase.mdx +5 -5
  266. package/.docs/raw/reference/vectors/duckdb.mdx +10 -10
  267. package/.docs/raw/reference/vectors/elasticsearch.mdx +4 -4
  268. package/.docs/raw/reference/vectors/lance.mdx +4 -4
  269. package/.docs/raw/reference/vectors/libsql.mdx +61 -11
  270. package/.docs/raw/reference/vectors/mongodb.mdx +58 -5
  271. package/.docs/raw/reference/vectors/pg.mdx +53 -6
  272. package/.docs/raw/reference/vectors/pinecone.mdx +3 -3
  273. package/.docs/raw/reference/vectors/qdrant.mdx +3 -3
  274. package/.docs/raw/reference/vectors/s3vectors.mdx +6 -6
  275. package/.docs/raw/reference/vectors/turbopuffer.mdx +4 -4
  276. package/.docs/raw/reference/vectors/upstash.mdx +55 -6
  277. package/.docs/raw/reference/vectors/vectorize.mdx +3 -3
  278. package/.docs/raw/reference/workflows/run-methods/cancel.mdx +2 -2
  279. package/.docs/raw/reference/workflows/run-methods/restart.mdx +1 -3
  280. package/.docs/raw/reference/workflows/run-methods/resume.mdx +2 -2
  281. package/.docs/raw/reference/workflows/run-methods/start.mdx +2 -2
  282. package/.docs/raw/reference/workflows/run-methods/startAsync.mdx +143 -0
  283. package/.docs/raw/reference/workflows/run-methods/timeTravel.mdx +5 -5
  284. package/.docs/raw/reference/workflows/run.mdx +1 -1
  285. package/.docs/raw/reference/workflows/step.mdx +3 -3
  286. package/.docs/raw/reference/workflows/workflow-methods/branch.mdx +1 -1
  287. package/.docs/raw/reference/workflows/workflow-methods/commit.mdx +1 -1
  288. package/.docs/raw/reference/workflows/workflow-methods/create-run.mdx +37 -2
  289. package/.docs/raw/reference/workflows/workflow-methods/dountil.mdx +1 -1
  290. package/.docs/raw/reference/workflows/workflow-methods/dowhile.mdx +1 -1
  291. package/.docs/raw/reference/workflows/workflow-methods/foreach.mdx +6 -6
  292. package/.docs/raw/reference/workflows/workflow-methods/map.mdx +7 -7
  293. package/.docs/raw/reference/workflows/workflow-methods/parallel.mdx +1 -1
  294. package/.docs/raw/reference/workflows/workflow-methods/sendEvent.mdx +2 -2
  295. package/.docs/raw/reference/workflows/workflow-methods/sleep.mdx +2 -2
  296. package/.docs/raw/reference/workflows/workflow-methods/sleepUntil.mdx +2 -2
  297. package/.docs/raw/reference/workflows/workflow-methods/then.mdx +1 -1
  298. package/.docs/raw/reference/workflows/workflow-methods/waitForEvent.mdx +2 -2
  299. package/.docs/raw/reference/workflows/workflow.mdx +17 -3
  300. package/.docs/raw/{auth → server/auth}/auth0.mdx +20 -14
  301. package/.docs/raw/{auth → server/auth}/clerk.mdx +16 -9
  302. package/.docs/raw/{auth → server/auth}/firebase.mdx +21 -15
  303. package/.docs/raw/{auth → server/auth}/index.mdx +6 -6
  304. package/.docs/raw/{auth → server/auth}/jwt.mdx +14 -7
  305. package/.docs/raw/{auth → server/auth}/supabase.mdx +16 -9
  306. package/.docs/raw/{auth → server/auth}/workos.mdx +19 -13
  307. package/.docs/raw/{server-db → server}/custom-adapters.mdx +13 -13
  308. package/.docs/raw/{server-db → server}/custom-api-routes.mdx +3 -5
  309. package/.docs/raw/{server-db → server}/mastra-client.mdx +26 -15
  310. package/.docs/raw/{server-db → server}/mastra-server.mdx +8 -8
  311. package/.docs/raw/{server-db → server}/middleware.mdx +9 -9
  312. package/.docs/raw/{server-db → server}/request-context.mdx +33 -32
  313. package/.docs/raw/{server-db → server}/server-adapters.mdx +12 -12
  314. package/.docs/raw/streaming/events.mdx +14 -7
  315. package/.docs/raw/streaming/overview.mdx +21 -10
  316. package/.docs/raw/streaming/tool-streaming.mdx +6 -6
  317. package/.docs/raw/streaming/workflow-streaming.mdx +6 -8
  318. package/.docs/raw/tools-mcp/advanced-usage.mdx +2 -2
  319. package/.docs/raw/tools-mcp/mcp-overview.mdx +31 -12
  320. package/.docs/raw/tools-mcp/overview.mdx +10 -11
  321. package/.docs/raw/voice/overview.mdx +1 -1
  322. package/.docs/raw/workflows/agents-and-tools.mdx +28 -19
  323. package/.docs/raw/workflows/control-flow.mdx +27 -40
  324. package/.docs/raw/workflows/error-handling.mdx +172 -18
  325. package/.docs/raw/workflows/human-in-the-loop.mdx +6 -7
  326. package/.docs/raw/workflows/inngest-workflow.mdx +8 -9
  327. package/.docs/raw/workflows/input-data-mapping.mdx +7 -7
  328. package/.docs/raw/workflows/overview.mdx +34 -23
  329. package/.docs/raw/workflows/snapshots.mdx +14 -44
  330. package/.docs/raw/workflows/suspend-and-resume.mdx +7 -7
  331. package/.docs/raw/workflows/time-travel.mdx +16 -16
  332. package/.docs/raw/workflows/workflow-state.mdx +5 -8
  333. package/CHANGELOG.md +23 -0
  334. package/dist/logger.d.ts +3 -0
  335. package/dist/logger.d.ts.map +1 -1
  336. package/dist/stdio.js +53 -0
  337. package/package.json +4 -4
  338. package/.docs/organized/changelogs/%40internal%2Fai-sdk-v4.md +0 -1
  339. package/.docs/raw/deployment/cloud-providers/index.mdx +0 -55
  340. package/.docs/raw/memory/conversation-history.mdx +0 -24
  341. package/.docs/raw/memory/storage/memory-with-libsql.mdx +0 -140
  342. package/.docs/raw/memory/storage/memory-with-mongodb.mdx +0 -150
  343. package/.docs/raw/memory/storage/memory-with-pg.mdx +0 -138
  344. package/.docs/raw/memory/storage/memory-with-upstash.mdx +0 -146
  345. package/.docs/raw/memory/threads-and-resources.mdx +0 -95
@@ -9,7 +9,7 @@ The `.sleep()` method pauses execution for a specified number of milliseconds. I
9
9
 
10
10
  ## Usage example
11
11
 
12
- ```typescript copy
12
+ ```typescript
13
13
  workflow.sleep(5000);
14
14
  ```
15
15
 
@@ -41,7 +41,7 @@ workflow.sleep(5000);
41
41
 
42
42
  ## Extended usage example
43
43
 
44
- ```typescript showLineNumbers copy
44
+ ```typescript
45
45
  import { createWorkflow, createStep } from "@mastra/core/workflows";
46
46
 
47
47
  const step1 = createStep({...});
@@ -9,7 +9,7 @@ The `.sleepUntil()` method pauses execution until a specified date.
9
9
 
10
10
  ## Usage example
11
11
 
12
- ```typescript copy
12
+ ```typescript
13
13
  workflow.sleepUntil(new Date(Date.now() + 5000));
14
14
  ```
15
15
 
@@ -41,7 +41,7 @@ workflow.sleepUntil(new Date(Date.now() + 5000));
41
41
 
42
42
  ## Extended usage example
43
43
 
44
- ```typescript showLineNumbers copy
44
+ ```typescript
45
45
  import { createWorkflow, createStep } from "@mastra/core/workflows";
46
46
 
47
47
  const step1 = createStep({...});
@@ -9,7 +9,7 @@ The `.then()` method creates a sequential dependency between workflow steps, ens
9
9
 
10
10
  ## Usage example
11
11
 
12
- ```typescript copy
12
+ ```typescript
13
13
  workflow.then(step1).then(step2);
14
14
  ```
15
15
 
@@ -9,7 +9,7 @@ The `.waitForEvent()` method pauses execution until an event is received.
9
9
 
10
10
  ## Usage example
11
11
 
12
- ```typescript copy
12
+ ```typescript
13
13
  workflow.waitForEvent("event-name", step1);
14
14
  ```
15
15
 
@@ -46,7 +46,7 @@ workflow.waitForEvent("event-name", step1);
46
46
 
47
47
  ## Extended usage example
48
48
 
49
- ```typescript showLineNumbers copy
49
+ ```typescript
50
50
  import { createWorkflow, createStep } from "@mastra/core/workflows";
51
51
 
52
52
  const step1 = createStep({...});
@@ -9,7 +9,7 @@ The `Workflow` class enables you to create state machines for complex sequences
9
9
 
10
10
  ## Usage example
11
11
 
12
- ```typescript title="src/mastra/workflows/test-workflow.ts" showLineNumbers copy
12
+ ```typescript title="src/mastra/workflows/test-workflow.ts"
13
13
  import { createWorkflow } from "@mastra/core/workflows";
14
14
  import { z } from "zod";
15
15
 
@@ -85,6 +85,20 @@ export const workflow = createWorkflow({
85
85
  isOptional: true,
86
86
  defaultValue: "() => true",
87
87
  },
88
+ {
89
+ name: "onFinish",
90
+ type: "(result: WorkflowFinishCallbackResult) => void | Promise<void>",
91
+ description:
92
+ "Callback invoked when workflow completes with any status (success, failed, suspended, tripwire). Receives the workflow result including status, output, error, and step results. Errors thrown in this callback are caught and logged, not propagated.",
93
+ isOptional: true,
94
+ },
95
+ {
96
+ name: "onError",
97
+ type: "(errorInfo: WorkflowErrorCallbackInfo) => void | Promise<void>",
98
+ description:
99
+ "Callback invoked only when workflow fails (failed or tripwire status). Receives error details and step results. Errors thrown in this callback are caught and logged, not propagated.",
100
+ isOptional: true,
101
+ },
88
102
  ]}
89
103
  />
90
104
 
@@ -92,7 +106,7 @@ export const workflow = createWorkflow({
92
106
 
93
107
  When starting a workflow run, you can pass `initialState` to set the starting values for the workflow's state:
94
108
 
95
- ```typescript showLineNumbers copy
109
+ ```typescript
96
110
  const run = await workflow.createRun();
97
111
 
98
112
  const result = await run.start({
@@ -143,7 +157,7 @@ A workflow's `status` indicates its current execution state. The possible values
143
157
 
144
158
  When a workflow contains an agent step that triggers a tripwire, the workflow returns with `status: 'tripwire'` and includes tripwire details:
145
159
 
146
- ```typescript showLineNumbers copy
160
+ ```typescript
147
161
  const run = await workflow.createRun();
148
162
  const result = await run.start({ inputData: { message: "Hello" } });
149
163
 
@@ -19,7 +19,7 @@ This example uses Auth0 authentication. Make sure to:
19
19
  3. Configure an API in your Auth0 Dashboard with an identifier (audience)
20
20
  4. Configure your application's allowed callback URLs, web origins, and logout URLs
21
21
 
22
- ```env title=".env" copy
22
+ ```env title=".env"
23
23
  AUTH0_DOMAIN=your-tenant.auth0.com
24
24
  AUTH0_AUDIENCE=your-api-identifier
25
25
  ```
@@ -32,7 +32,7 @@ AUTH0_AUDIENCE=your-api-identifier
32
32
 
33
33
  Before you can use the `MastraAuthAuth0` class you have to install the `@mastra/auth-auth0` package.
34
34
 
35
- ```bash copy
35
+ ```bash
36
36
  npm install @mastra/auth-auth0@beta
37
37
  ```
38
38
 
@@ -40,12 +40,11 @@ npm install @mastra/auth-auth0@beta
40
40
 
41
41
  ### Basic usage with environment variables
42
42
 
43
- ```typescript {2,7} title="src/mastra/index.ts" showLineNumbers copy
43
+ ```typescript {2,6} title="src/mastra/index.ts"
44
44
  import { Mastra } from "@mastra/core";
45
45
  import { MastraAuthAuth0 } from "@mastra/auth-auth0";
46
46
 
47
47
  export const mastra = new Mastra({
48
- // ..
49
48
  server: {
50
49
  auth: new MastraAuthAuth0(),
51
50
  },
@@ -54,12 +53,11 @@ export const mastra = new Mastra({
54
53
 
55
54
  ### Custom configuration
56
55
 
57
- ```typescript {2,7-10} title="src/mastra/index.ts" showLineNumbers copy
56
+ ```typescript {2,6-9} title="src/mastra/index.ts"
58
57
  import { Mastra } from "@mastra/core";
59
58
  import { MastraAuthAuth0 } from "@mastra/auth-auth0";
60
59
 
61
60
  export const mastra = new Mastra({
62
- // ..
63
61
  server: {
64
62
  auth: new MastraAuthAuth0({
65
63
  domain: process.env.AUTH0_DOMAIN,
@@ -82,7 +80,7 @@ By default, `MastraAuthAuth0` allows all authenticated users who have valid Auth
82
80
 
83
81
  To customize user authorization, provide a custom `authorizeUser` function:
84
82
 
85
- ```typescript title="src/mastra/auth.ts" showLineNumbers copy
83
+ ```typescript title="src/mastra/auth.ts"
86
84
  import { MastraAuthAuth0 } from "@mastra/auth-auth0";
87
85
 
88
86
  const auth0Provider = new MastraAuthAuth0({
@@ -93,7 +91,11 @@ const auth0Provider = new MastraAuthAuth0({
93
91
  });
94
92
  ```
95
93
 
96
- > See the [MastraAuthAuth0](/reference/v1/auth/auth0) API reference for all available configuration options.
94
+ :::info
95
+
96
+ Visit [MastraAuthAuth0](/reference/v1/auth/auth0) for all available configuration options.
97
+
98
+ :::
97
99
 
98
100
  ## Client-side setup
99
101
 
@@ -103,11 +105,11 @@ When using Auth0 auth, you'll need to set up the Auth0 React SDK, authenticate u
103
105
 
104
106
  First, install and configure the Auth0 React SDK in your application:
105
107
 
106
- ```bash copy
108
+ ```bash
107
109
  npm install @auth0/auth0-react
108
110
  ```
109
111
 
110
- ```typescript title="src/auth0-provider.tsx" showLineNumbers copy
112
+ ```typescript title="src/auth0-provider.tsx"
111
113
  import React from 'react';
112
114
  import { Auth0Provider } from '@auth0/auth0-react';
113
115
 
@@ -134,7 +136,7 @@ export default Auth0ProviderWithHistory;
134
136
 
135
137
  Use the Auth0 React SDK to authenticate users and retrieve their access tokens:
136
138
 
137
- ```typescript title="lib/auth.ts" showLineNumbers copy
139
+ ```typescript title="lib/auth.ts"
138
140
  import { useAuth0 } from "@auth0/auth0-react";
139
141
 
140
142
  export const useAuth0Token = () => {
@@ -155,7 +157,7 @@ export const useAuth0Token = () => {
155
157
 
156
158
  When `auth` is enabled, all requests made with `MastraClient` must include a valid Auth0 access token in the `Authorization` header:
157
159
 
158
- ```typescript title="lib/mastra/mastra-client.ts" showLineNumbers copy
160
+ ```typescript title="lib/mastra/mastra-client.ts"
159
161
  import { MastraClient } from "@mastra/client-js";
160
162
 
161
163
  export const createMastraClient = (accessToken: string) => {
@@ -170,7 +172,11 @@ export const createMastraClient = (accessToken: string) => {
170
172
 
171
173
  > **Note:** The access token must be prefixed with `Bearer` in the Authorization header.
172
174
 
173
- > See [Mastra Client SDK](/docs/v1/server-db/mastra-client) for more configuration options.
175
+ :::info
176
+
177
+ Visit [Mastra Client SDK](/docs/v1/server/mastra-client) for more configuration options.
178
+
179
+ :::
174
180
 
175
181
  ### Making authenticated requests
176
182
 
@@ -178,7 +184,7 @@ Once `MastraClient` is configured with the Auth0 access token, you can send auth
178
184
 
179
185
  <Tabs>
180
186
  <TabItem value="react" label="React">
181
- ```tsx title="src/components/mastra-api-test.tsx" showLineNumbers copy
187
+ ```tsx title="src/components/mastra-api-test.tsx" copy
182
188
  import React, { useState } from 'react';
183
189
  import { useAuth0 } from '@auth0/auth0-react';
184
190
  import { MastraClient } from '@mastra/client-js';
@@ -14,7 +14,7 @@ The `MastraAuthClerk` class provides authentication for Mastra using Clerk. It v
14
14
 
15
15
  This example uses Clerk authentication. Make sure to add your Clerk credentials to your `.env` file and ensure your Clerk project is properly configured.
16
16
 
17
- ```env title=".env" copy
17
+ ```env title=".env"
18
18
  CLERK_PUBLISHABLE_KEY=pk_test_...
19
19
  CLERK_SECRET_KEY=sk_test_...
20
20
  CLERK_JWKS_URI=https://your-clerk-domain.clerk.accounts.dev/.well-known/jwks.json
@@ -26,18 +26,17 @@ CLERK_JWKS_URI=https://your-clerk-domain.clerk.accounts.dev/.well-known/jwks.jso
26
26
 
27
27
  Before you can use the `MastraAuthClerk` class you have to install the `@mastra/auth-clerk` package.
28
28
 
29
- ```bash copy
29
+ ```bash
30
30
  npm install @mastra/auth-clerk@beta
31
31
  ```
32
32
 
33
33
  ## Usage example
34
34
 
35
- ```typescript {2,7-11} title="src/mastra/index.ts" showLineNumbers copy
35
+ ```typescript {2,6-10} title="src/mastra/index.ts"
36
36
  import { Mastra } from "@mastra/core";
37
37
  import { MastraAuthClerk } from "@mastra/auth-clerk";
38
38
 
39
39
  export const mastra = new Mastra({
40
- // ..
41
40
  server: {
42
41
  auth: new MastraAuthClerk({
43
42
  publishableKey: process.env.CLERK_PUBLISHABLE_KEY,
@@ -50,7 +49,11 @@ export const mastra = new Mastra({
50
49
 
51
50
  > **Note:** The default `authorizeUser` method allows all authenticated users. To customize user authorization, provide a custom `authorizeUser` function when constructing the provider.
52
51
 
53
- > See the [MastraAuthClerk](/reference/v1/auth/clerk) API reference for all available configuration options.
52
+ :::info
53
+
54
+ Visit [MastraAuthClerk](/reference/v1/auth/clerk) for all available configuration options.
55
+
56
+ :::
54
57
 
55
58
  ## Client-side setup
56
59
 
@@ -60,7 +63,7 @@ When using Clerk auth, you'll need to retrieve the access token from Clerk on th
60
63
 
61
64
  Use the Clerk React hooks to authenticate users and retrieve their access token:
62
65
 
63
- ```typescript title="lib/auth.ts" showLineNumbers copy
66
+ ```typescript title="lib/auth.ts"
64
67
  import { useAuth } from "@clerk/nextjs";
65
68
 
66
69
  export const useClerkAuth = () => {
@@ -81,7 +84,7 @@ export const useClerkAuth = () => {
81
84
 
82
85
  When `auth` is enabled, all requests made with `MastraClient` must include a valid Clerk access token in the `Authorization` header:
83
86
 
84
- ```typescript {6} title="lib/mastra/mastra-client.ts" showLineNumbers copy
87
+ ```typescript {6} title="lib/mastra/mastra-client.ts"
85
88
  import { MastraClient } from "@mastra/client-js";
86
89
 
87
90
  export const mastraClient = new MastraClient({
@@ -93,7 +96,11 @@ export const mastraClient = new MastraClient({
93
96
  ```
94
97
 
95
98
  > **Note:** The access token must be prefixed with `Bearer` in the Authorization header.
96
- > See [Mastra Client SDK](/docs/v1/server-db/mastra-client) for more configuration options.
99
+ :::info
100
+
101
+ Visit [Mastra Client SDK](/docs/v1/server/mastra-client) for more configuration options.
102
+
103
+ :::
97
104
 
98
105
  ### Making authenticated requests
99
106
 
@@ -101,7 +108,7 @@ Once `MastraClient` is configured with the Clerk access token, you can send auth
101
108
 
102
109
  <Tabs>
103
110
  <TabItem value="react" label="React">
104
- ```tsx title="src/components/test-agent.tsx" showLineNumbers copy
111
+ ```tsx title="src/components/test-agent.tsx" copy
105
112
  "use client";
106
113
 
107
114
  import { useAuth } from "@clerk/nextjs";
@@ -19,7 +19,7 @@ This example uses Firebase Authentication. Make sure to:
19
19
  3. Generate a service account key from Project Settings > Service Accounts
20
20
  4. Download the service account JSON file
21
21
 
22
- ```env title=".env" copy
22
+ ```env title=".env"
23
23
  FIREBASE_SERVICE_ACCOUNT=/path/to/your/service-account-key.json
24
24
  FIRESTORE_DATABASE_ID=(default)
25
25
  # Alternative environment variable names:
@@ -32,7 +32,7 @@ FIRESTORE_DATABASE_ID=(default)
32
32
 
33
33
  Before you can use the `MastraAuthFirebase` class you have to install the `@mastra/auth-firebase` package.
34
34
 
35
- ```bash copy
35
+ ```bash
36
36
  npm install @mastra/auth-firebase@beta
37
37
  ```
38
38
 
@@ -42,13 +42,12 @@ npm install @mastra/auth-firebase@beta
42
42
 
43
43
  If you set the required environment variables (`FIREBASE_SERVICE_ACCOUNT` and `FIRESTORE_DATABASE_ID`), you can initialize `MastraAuthFirebase` without any constructor arguments. The class will automatically read these environment variables as configuration:
44
44
 
45
- ```typescript {2,7} title="src/mastra/index.ts" showLineNumbers copy
45
+ ```typescript {2,7} title="src/mastra/index.ts"
46
46
  import { Mastra } from "@mastra/core";
47
47
  import { MastraAuthFirebase } from "@mastra/auth-firebase";
48
48
 
49
49
  // Automatically uses FIREBASE_SERVICE_ACCOUNT and FIRESTORE_DATABASE_ID env vars
50
50
  export const mastra = new Mastra({
51
- // ..
52
51
  server: {
53
52
  auth: new MastraAuthFirebase(),
54
53
  },
@@ -57,12 +56,11 @@ export const mastra = new Mastra({
57
56
 
58
57
  ### Custom configuration
59
58
 
60
- ```typescript {2,7-10} title="src/mastra/index.ts" showLineNumbers copy
59
+ ```typescript {2,6-9} title="src/mastra/index.ts"
61
60
  import { Mastra } from "@mastra/core";
62
61
  import { MastraAuthFirebase } from "@mastra/auth-firebase";
63
62
 
64
63
  export const mastra = new Mastra({
65
- // ..
66
64
  server: {
67
65
  auth: new MastraAuthFirebase({
68
66
  serviceAccount: "/path/to/service-account.json",
@@ -87,7 +85,7 @@ The `MastraAuthFirebase` class can be configured through constructor options or
87
85
 
88
86
  By default, `MastraAuthFirebase` uses Firestore to manage user access. It expects a collection named `user_access` with documents keyed by user UIDs. The presence of a document in this collection determines whether a user is authorized.
89
87
 
90
- ```typescript title="firestore-structure.txt" copy
88
+ ```typescript title="firestore-structure.txt"
91
89
  user_access/
92
90
  {user_uid_1}/ // Document exists = user authorized
93
91
  {user_uid_2}/ // Document exists = user authorized
@@ -95,7 +93,7 @@ user_access/
95
93
 
96
94
  To customize user authorization, provide a custom `authorizeUser` function:
97
95
 
98
- ```typescript title="src/mastra/auth.ts" showLineNumbers copy
96
+ ```typescript title="src/mastra/auth.ts"
99
97
  import { MastraAuthFirebase } from "@mastra/auth-firebase";
100
98
 
101
99
  const firebaseAuth = new MastraAuthFirebase({
@@ -106,7 +104,11 @@ const firebaseAuth = new MastraAuthFirebase({
106
104
  });
107
105
  ```
108
106
 
109
- > See the [MastraAuthFirebase](/reference/v1/auth/firebase) API reference for all available configuration options.
107
+ :::info
108
+
109
+ Visit [MastraAuthFirebase](/reference/v1/auth/firebase) for all available configuration options.
110
+
111
+ :::
110
112
 
111
113
  ## Client-side setup
112
114
 
@@ -116,7 +118,7 @@ When using Firebase auth, you'll need to initialize Firebase on the client side,
116
118
 
117
119
  First, initialize Firebase in your client application:
118
120
 
119
- ```typescript title="lib/firebase.ts" showLineNumbers copy
121
+ ```typescript title="lib/firebase.ts"
120
122
  import { initializeApp } from "firebase/app";
121
123
  import { getAuth, GoogleAuthProvider } from "firebase/auth";
122
124
 
@@ -135,7 +137,7 @@ export const googleProvider = new GoogleAuthProvider();
135
137
 
136
138
  Use Firebase authentication to sign in users and retrieve their ID tokens:
137
139
 
138
- ```typescript title="lib/auth.ts" showLineNumbers copy
140
+ ```typescript title="lib/auth.ts"
139
141
  import { signInWithPopup, signOut, User } from "firebase/auth";
140
142
  import { auth, googleProvider } from "./firebase";
141
143
 
@@ -175,7 +177,7 @@ export const signOutUser = async () => {
175
177
 
176
178
  When `auth` is enabled, all requests made with `MastraClient` must include a valid Firebase ID token in the `Authorization` header:
177
179
 
178
- ```typescript {6} title="lib/mastra/mastra-client.ts" showLineNumbers copy
180
+ ```typescript {6} title="lib/mastra/mastra-client.ts"
179
181
  import { MastraClient } from "@mastra/client-js";
180
182
 
181
183
  export const createMastraClient = (idToken: string) => {
@@ -190,7 +192,11 @@ export const createMastraClient = (idToken: string) => {
190
192
 
191
193
  > **Note:** The ID token must be prefixed with `Bearer` in the Authorization header.
192
194
 
193
- > See [Mastra Client SDK](/docs/v1/server-db/mastra-client) for more configuration options.
195
+ :::info
196
+
197
+ Visit [Mastra Client SDK](/docs/v1/server/mastra-client) for more configuration options.
198
+
199
+ :::
194
200
 
195
201
  ### Making authenticated requests
196
202
 
@@ -198,7 +204,7 @@ Once `MastraClient` is configured with the Firebase ID token, you can send authe
198
204
 
199
205
  <Tabs>
200
206
  <TabItem value="react" label="React">
201
- ```tsx title="src/components/test-agent.tsx" showLineNumbers copy
207
+ ```tsx title="src/components/test-agent.tsx" copy
202
208
  "use client";
203
209
 
204
210
  import { useAuthState } from 'react-firebase-hooks/auth';
@@ -233,7 +239,7 @@ Once `MastraClient` is configured with the Firebase ID token, you can send authe
233
239
 
234
240
  </TabItem>
235
241
  <TabItem value="nodejs" label="Node.js">
236
- ```typescript title="server.js" showLineNumbers copy
242
+ ```typescript title="server.js" copy
237
243
  const express = require('express');
238
244
  const admin = require('firebase-admin');
239
245
  const { MastraClient } = require('@mastra/client-js');
@@ -11,9 +11,9 @@ You can start with simple shared secret JWT authentication and switch to provide
11
11
 
12
12
  ## Available providers
13
13
 
14
- - [JSON Web Token (JWT)](/docs/v1/auth/jwt)
15
- - [Clerk](/docs/v1/auth/clerk)
16
- - [Supabase](/docs/v1/auth/supabase)
17
- - [Firebase](/docs/v1/auth/firebase)
18
- - [WorkOS](/docs/v1/auth/workos)
19
- - [Auth0](/docs/v1/auth/auth0)
14
+ - [JSON Web Token (JWT)](/docs/v1/server/auth/jwt)
15
+ - [Clerk](/docs/v1/server/auth/clerk)
16
+ - [Supabase](/docs/v1/server/auth/supabase)
17
+ - [Firebase](/docs/v1/server/auth/firebase)
18
+ - [WorkOS](/docs/v1/server/auth/workos)
19
+ - [Auth0](/docs/v1/server/auth/auth0)
@@ -14,18 +14,17 @@ The `MastraJwtAuth` class provides a lightweight authentication mechanism for Ma
14
14
 
15
15
  Before you can use the `MastraJwtAuth` class you have to install the `@mastra/auth` package.
16
16
 
17
- ```bash copy
17
+ ```bash
18
18
  npm install @mastra/auth@beta
19
19
  ```
20
20
 
21
21
  ## Usage example
22
22
 
23
- ```typescript {2,7-9} title="src/mastra/index.ts" showLineNumbers copy
23
+ ```typescript {2,6-8} title="src/mastra/index.ts"
24
24
  import { Mastra } from "@mastra/core";
25
25
  import { MastraJwtAuth } from "@mastra/auth";
26
26
 
27
27
  export const mastra = new Mastra({
28
- // ..
29
28
  server: {
30
29
  auth: new MastraJwtAuth({
31
30
  secret: process.env.MASTRA_JWT_SECRET,
@@ -34,13 +33,17 @@ export const mastra = new Mastra({
34
33
  });
35
34
  ```
36
35
 
37
- > See the [MastraJwtAuth](/reference/v1/auth/jwt) API reference for all available configuration options.
36
+ :::info
37
+
38
+ Visit [MastraJwtAuth](/reference/v1/auth/jwt) for all available configuration options.
39
+
40
+ :::
38
41
 
39
42
  ## Configuring `MastraClient`
40
43
 
41
44
  When `auth` is enabled, all requests made with `MastraClient` must include a valid JWT in the `Authorization` header:
42
45
 
43
- ```typescript {6} title="lib/mastra/mastra-client.ts" showLineNumbers copy
46
+ ```typescript {6} title="lib/mastra/mastra-client.ts"
44
47
  import { MastraClient } from "@mastra/client-js";
45
48
 
46
49
  export const mastraClient = new MastraClient({
@@ -51,7 +54,11 @@ export const mastraClient = new MastraClient({
51
54
  });
52
55
  ```
53
56
 
54
- > See [Mastra Client SDK](/docs/v1/server-db/mastra-client) for more configuration options.
57
+ :::info
58
+
59
+ Visit [Mastra Client SDK](/docs/v1/server/mastra-client) for more configuration options.
60
+
61
+ :::
55
62
 
56
63
  ### Making authenticated requests
57
64
 
@@ -59,7 +66,7 @@ Once `MastraClient` is configured, you can send authenticated requests from your
59
66
 
60
67
  <Tabs>
61
68
  <TabItem value="react" label="React">
62
- ```tsx title="src/components/test-agent.tsx" showLineNumbers copy
69
+ ```tsx title="src/components/test-agent.tsx" copy
63
70
  import { mastraClient } from "../../lib/mastra-client";
64
71
 
65
72
  export const TestAgent = () => {
@@ -14,7 +14,7 @@ The `MastraAuthSupabase` class provides authentication for Mastra using Supabase
14
14
 
15
15
  This example uses Supabase Auth. Make sure to add your Supabase credentials to your `.env` file and ensure your Supabase project is properly configured.
16
16
 
17
- ```env title=".env" copy
17
+ ```env title=".env"
18
18
  SUPABASE_URL=https://your-project.supabase.co
19
19
  SUPABASE_ANON_KEY=your-anon-key
20
20
  ```
@@ -25,18 +25,17 @@ SUPABASE_ANON_KEY=your-anon-key
25
25
 
26
26
  Before you can use the `MastraAuthSupabase` class you have to install the `@mastra/auth-supabase` package.
27
27
 
28
- ```bash copy
28
+ ```bash
29
29
  npm install @mastra/auth-supabase@beta
30
30
  ```
31
31
 
32
32
  ## Usage example
33
33
 
34
- ```typescript {2,7-9} title="src/mastra/index.ts" showLineNumbers copy
34
+ ```typescript {2,6-9} title="src/mastra/index.ts"
35
35
  import { Mastra } from "@mastra/core";
36
36
  import { MastraAuthSupabase } from "@mastra/auth-supabase";
37
37
 
38
38
  export const mastra = new Mastra({
39
- // ..
40
39
  server: {
41
40
  auth: new MastraAuthSupabase({
42
41
  url: process.env.SUPABASE_URL,
@@ -48,7 +47,11 @@ export const mastra = new Mastra({
48
47
 
49
48
  > **Note:** The default `authorizeUser` method checks the `isAdmin` column in the `users` table in the `public` schema. To customize user authorization, provide a custom `authorizeUser` function when constructing the provider.
50
49
 
51
- > See the [MastraAuthSupabase](/reference/v1/auth/supabase) API reference for all available configuration options.
50
+ :::info
51
+
52
+ Visit [MastraAuthSupabase](/reference/v1/auth/supabase) for all available configuration options.
53
+
54
+ :::
52
55
 
53
56
  ## Client-side setup
54
57
 
@@ -58,7 +61,7 @@ When using Supabase auth, you'll need to retrieve the access token from Supabase
58
61
 
59
62
  Use the Supabase client to authenticate users and retrieve their access token:
60
63
 
61
- ```typescript title="lib/auth.ts" showLineNumbers copy
64
+ ```typescript title="lib/auth.ts"
62
65
  import { createClient } from "@supabase/supabase-js";
63
66
 
64
67
  const supabase = createClient("<supabase-url>", "<supabase-key>");
@@ -77,7 +80,7 @@ const accessToken = authTokenResponse.data?.session?.access_token;
77
80
 
78
81
  When `auth` is enabled, all requests made with `MastraClient` must include a valid Supabase access token in the `Authorization` header:
79
82
 
80
- ```typescript {6} title="lib/mastra/mastra-client.ts" showLineNumbers copy
83
+ ```typescript {6} title="lib/mastra/mastra-client.ts"
81
84
  import { MastraClient } from "@mastra/client-js";
82
85
 
83
86
  export const mastraClient = new MastraClient({
@@ -90,7 +93,11 @@ export const mastraClient = new MastraClient({
90
93
 
91
94
  > **Note:** The access token must be prefixed with `Bearer` in the Authorization header.
92
95
 
93
- > See [Mastra Client SDK](/docs/v1/server-db/mastra-client) for more configuration options.
96
+ :::info
97
+
98
+ Visit [Mastra Client SDK](/docs/v1/server/mastra-client) for more configuration options.
99
+
100
+ :::
94
101
 
95
102
  ### Making authenticated requests
96
103
 
@@ -98,7 +105,7 @@ Once `MastraClient` is configured with the Supabase access token, you can send a
98
105
 
99
106
  <Tabs>
100
107
  <TabItem value="react" label="React">
101
- ```tsx title="src/components/test-agent.tsx" showLineNumbers copy
108
+ ```tsx title="src/components/test-agent.tsx" copy
102
109
  import { mastraClient } from "../../lib/mastra-client";
103
110
 
104
111
  export const TestAgent = () => {