@mastra/mcp-docs-server 1.0.0-beta.0 → 1.0.0-beta.1

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 (123) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +10 -10
  2. package/.docs/organized/changelogs/%40mastra%2Fcore.md +9 -9
  3. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +11 -11
  4. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +11 -11
  5. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -8
  6. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +18 -18
  7. package/.docs/organized/changelogs/%40mastra%2Freact.md +8 -8
  8. package/.docs/organized/changelogs/%40mastra%2Fserver.md +8 -8
  9. package/.docs/organized/changelogs/create-mastra.md +7 -7
  10. package/.docs/organized/changelogs/mastra.md +13 -13
  11. package/.docs/raw/agents/agent-memory.mdx +1 -1
  12. package/.docs/raw/agents/overview.mdx +2 -2
  13. package/.docs/raw/auth/auth0.mdx +1 -1
  14. package/.docs/raw/auth/clerk.mdx +1 -1
  15. package/.docs/raw/auth/firebase.mdx +1 -1
  16. package/.docs/raw/auth/jwt.mdx +1 -1
  17. package/.docs/raw/auth/supabase.mdx +1 -1
  18. package/.docs/raw/auth/workos.mdx +1 -1
  19. package/.docs/raw/course/01-first-agent/03-verifying-installation.md +1 -1
  20. package/.docs/raw/course/02-agent-tools-mcp/02-installing-mcp.md +1 -1
  21. package/.docs/raw/course/03-agent-memory/03-installing-memory.md +1 -1
  22. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +1 -1
  23. package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +1 -1
  24. package/.docs/raw/deployment/cloud-providers/azure-app-services.mdx +2 -2
  25. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
  26. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +1 -1
  27. package/.docs/raw/deployment/serverless-platforms/netlify-deployer.mdx +1 -1
  28. package/.docs/raw/deployment/serverless-platforms/vercel-deployer.mdx +1 -1
  29. package/.docs/raw/evals/overview.mdx +1 -1
  30. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +4 -4
  31. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +1 -1
  32. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +9 -9
  33. package/.docs/raw/frameworks/agentic-uis/openrouter.mdx +1 -1
  34. package/.docs/raw/frameworks/servers/express.mdx +1 -1
  35. package/.docs/raw/frameworks/web-frameworks/astro.mdx +12 -12
  36. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +4 -4
  37. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +12 -12
  38. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +5 -5
  39. package/.docs/raw/getting-started/installation.mdx +13 -13
  40. package/.docs/raw/getting-started/templates.mdx +5 -5
  41. package/.docs/raw/guides/guide/notes-mcp-server.mdx +1 -1
  42. package/.docs/raw/guides/guide/research-assistant.mdx +1 -10
  43. package/.docs/raw/guides/migrations/upgrade-to-v1/agent.mdx +6 -6
  44. package/.docs/raw/guides/migrations/upgrade-to-v1/evals.mdx +1 -1
  45. package/.docs/raw/guides/migrations/upgrade-to-v1/mastra.mdx +2 -2
  46. package/.docs/raw/guides/migrations/upgrade-to-v1/mcp.mdx +3 -3
  47. package/.docs/raw/guides/migrations/upgrade-to-v1/overview.mdx +34 -34
  48. package/.docs/raw/guides/migrations/upgrade-to-v1/tools.mdx +2 -2
  49. package/.docs/raw/guides/migrations/upgrade-to-v1/tracing.mdx +13 -13
  50. package/.docs/raw/guides/migrations/upgrade-to-v1/voice.mdx +1 -1
  51. package/.docs/raw/guides/migrations/upgrade-to-v1/workflows.mdx +2 -2
  52. package/.docs/raw/guides/quickstarts/nextjs.mdx +275 -0
  53. package/.docs/raw/index.mdx +1 -1
  54. package/.docs/raw/logging.mdx +3 -3
  55. package/.docs/raw/mastra-cloud/observability.mdx +6 -6
  56. package/.docs/raw/memory/overview.mdx +1 -1
  57. package/.docs/raw/memory/semantic-recall.mdx +1 -1
  58. package/.docs/raw/memory/storage/memory-with-libsql.mdx +2 -2
  59. package/.docs/raw/memory/storage/memory-with-pg.mdx +2 -2
  60. package/.docs/raw/memory/storage/memory-with-upstash.mdx +2 -2
  61. package/.docs/raw/observability/overview.mdx +5 -5
  62. package/.docs/raw/observability/tracing/exporters/arize.mdx +2 -2
  63. package/.docs/raw/observability/tracing/exporters/braintrust.mdx +2 -2
  64. package/.docs/raw/observability/tracing/exporters/cloud.mdx +2 -2
  65. package/.docs/raw/observability/tracing/exporters/default.mdx +5 -5
  66. package/.docs/raw/observability/tracing/exporters/langfuse.mdx +2 -2
  67. package/.docs/raw/observability/tracing/exporters/langsmith.mdx +2 -2
  68. package/.docs/raw/observability/tracing/exporters/otel.mdx +5 -5
  69. package/.docs/raw/observability/tracing/overview.mdx +21 -21
  70. package/.docs/raw/observability/tracing/processors/sensitive-data-filter.mdx +2 -2
  71. package/.docs/raw/rag/overview.mdx +1 -1
  72. package/.docs/raw/reference/agents/agent.mdx +2 -2
  73. package/.docs/raw/reference/cli/create-mastra.mdx +10 -10
  74. package/.docs/raw/reference/cli/mastra.mdx +7 -7
  75. package/.docs/raw/reference/core/getLogger.mdx +2 -2
  76. package/.docs/raw/reference/core/getMCPServer.mdx +2 -2
  77. package/.docs/raw/reference/core/getMCPServerById.mdx +4 -4
  78. package/.docs/raw/reference/core/getTelemetry.mdx +2 -2
  79. package/.docs/raw/reference/core/listLogs.mdx +2 -2
  80. package/.docs/raw/reference/core/listLogsByRunId.mdx +2 -2
  81. package/.docs/raw/reference/core/listMCPServers.mdx +4 -4
  82. package/.docs/raw/reference/core/setLogger.mdx +2 -2
  83. package/.docs/raw/reference/core/setTelemetry.mdx +2 -2
  84. package/.docs/raw/reference/evals/create-scorer.mdx +58 -49
  85. package/.docs/raw/reference/evals/mastra-scorer.mdx +2 -0
  86. package/.docs/raw/reference/observability/tracing/configuration.mdx +12 -12
  87. package/.docs/raw/reference/observability/tracing/exporters/arize.mdx +1 -1
  88. package/.docs/raw/reference/observability/tracing/exporters/cloud-exporter.mdx +8 -8
  89. package/.docs/raw/reference/observability/tracing/exporters/console-exporter.mdx +8 -8
  90. package/.docs/raw/reference/observability/tracing/exporters/default-exporter.mdx +8 -8
  91. package/.docs/raw/reference/observability/tracing/instances.mdx +8 -8
  92. package/.docs/raw/reference/observability/tracing/interfaces.mdx +7 -7
  93. package/.docs/raw/reference/observability/tracing/spans.mdx +7 -7
  94. package/.docs/raw/reference/processors/batch-parts-processor.mdx +8 -2
  95. package/.docs/raw/reference/processors/language-detector.mdx +8 -2
  96. package/.docs/raw/reference/processors/moderation-processor.mdx +8 -2
  97. package/.docs/raw/reference/processors/pii-detector.mdx +8 -2
  98. package/.docs/raw/reference/processors/prompt-injection-detector.mdx +8 -2
  99. package/.docs/raw/reference/processors/system-prompt-scrubber.mdx +8 -2
  100. package/.docs/raw/reference/processors/token-limiter-processor.mdx +8 -2
  101. package/.docs/raw/reference/processors/unicode-normalizer.mdx +8 -2
  102. package/.docs/raw/reference/storage/cloudflare-d1.mdx +1 -1
  103. package/.docs/raw/reference/storage/cloudflare.mdx +1 -1
  104. package/.docs/raw/reference/storage/dynamodb.mdx +3 -3
  105. package/.docs/raw/reference/storage/lance.mdx +1 -1
  106. package/.docs/raw/reference/storage/libsql.mdx +1 -1
  107. package/.docs/raw/reference/storage/mongodb.mdx +1 -1
  108. package/.docs/raw/reference/storage/mssql.mdx +1 -1
  109. package/.docs/raw/reference/storage/postgresql.mdx +1 -1
  110. package/.docs/raw/reference/storage/upstash.mdx +1 -1
  111. package/.docs/raw/reference/templates/overview.mdx +1 -1
  112. package/.docs/raw/reference/vectors/couchbase.mdx +8 -2
  113. package/.docs/raw/reference/vectors/libsql.mdx +1 -1
  114. package/.docs/raw/reference/vectors/mongodb.mdx +7 -1
  115. package/.docs/raw/reference/vectors/s3vectors.mdx +1 -1
  116. package/.docs/raw/server-db/mastra-client.mdx +4 -4
  117. package/.docs/raw/tools-mcp/mcp-overview.mdx +1 -1
  118. package/.docs/raw/voice/speech-to-text.mdx +1 -1
  119. package/.docs/raw/voice/text-to-speech.mdx +1 -1
  120. package/.docs/raw/workflows/inngest-workflow.mdx +1 -1
  121. package/CHANGELOG.md +7 -0
  122. package/dist/stdio.js +1 -1
  123. package/package.json +3 -3
@@ -1,5 +1,14 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix clientTools execution in client js ([#9880](https://github.com/mastra-ai/mastra/pull/9880))
8
+
9
+ - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
10
+ - @mastra/core@1.0.0-beta.1
11
+
3
12
  ## 1.0.0-beta.0
4
13
 
5
14
  ### Major Changes
@@ -289,14 +298,5 @@
289
298
  } else if (mcp) {
290
299
  doSomething(inputData.something, mcp)
291
300
  } else {
292
- // Running a tool in no execution context
293
- return doSomething(inputData.something);
294
- }
295
- }
296
- ```
297
-
298
- - Add search memory in client-js ([#9326](https://github.com/mastra-ai/mastra/pull/9326))
299
-
300
- - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
301
301
 
302
- ... 3284 more lines hidden. See full changelog in package directory.
302
+ ... 3293 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Set correct peer dependency range for `@mastra/observability` ([#9908](https://github.com/mastra-ai/mastra/pull/9908))
8
+
9
+ - Add visual styles and labels for more workflow node types ([#9777](https://github.com/mastra-ai/mastra/pull/9777))
10
+
3
11
  ## 1.0.0-beta.0
4
12
 
5
13
  ### Major Changes
@@ -290,13 +298,5 @@
290
298
  limit: 10,
291
299
  });
292
300
 
293
- // After
294
- await memory.listMessages({
295
- threadId: 'thread-456',
296
- page: 2,
297
- perPage: 10,
298
- });
299
-
300
- // Before
301
301
 
302
- ... 5120 more lines hidden. See full changelog in package directory.
302
+ ... 5128 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Do not initialize local storage ([#9840](https://github.com/mastra-ai/mastra/pull/9840))
8
+
9
+ - Updated dependencies [[`ac32ca9`](https://github.com/mastra-ai/mastra/commit/ac32ca968fb906f6c61fd7b4a194323bcb2f3daa), [`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
10
+ - @mastra/deployer@1.0.0-beta.1
11
+ - @mastra/core@1.0.0-beta.1
12
+
3
13
  ## 1.0.0-beta.0
4
14
 
5
15
  ### Major Changes
@@ -289,14 +299,4 @@
289
299
 
290
300
  - Bump cloud deployer external mastra deps ([#8363](https://github.com/mastra-ai/mastra/pull/8363))
291
301
 
292
- - Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`989a4db`](https://github.com/mastra-ai/mastra/commit/989a4dbbaf07a2794d0e1863714c6d10f1244d6b), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
293
- - @mastra/core@0.20.0-alpha.0
294
- - @mastra/deployer@0.20.0-alpha.0
295
- - @mastra/loggers@0.10.15-alpha.0
296
-
297
- ## 0.19.1
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 594 more lines hidden. See full changelog in package directory.
302
+ ... 604 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#9851](https://github.com/mastra-ai/mastra/pull/9851))
8
+ - Updated dependency [`@rollup/plugin-node-resolve@16.0.3` ↗︎](https://www.npmjs.com/package/@rollup/plugin-node-resolve/v/16.0.3) (from `16.0.2`, in `dependencies`)
9
+ - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
10
+ - @mastra/core@1.0.0-beta.1
11
+ - @mastra/server@1.0.0-beta.1
12
+
3
13
  ## 1.0.0-beta.0
4
14
 
5
15
  ### Major Changes
@@ -289,14 +299,4 @@
289
299
 
290
300
  - Add better error handling during `mastra build` for `ERR_MODULE_NOT_FOUND` cases. ([#9127](https://github.com/mastra-ai/mastra/pull/9127))
291
301
 
292
- - Fix generate system prompt by updating deprecated function call. ([#9242](https://github.com/mastra-ai/mastra/pull/9242))
293
-
294
- - Remove format from stream/generate ([#9577](https://github.com/mastra-ai/mastra/pull/9577))
295
-
296
- - fix: add /api route to default public routes to allow unauthenticated ([#9662](https://github.com/mastra-ai/mastra/pull/9662))
297
- access
298
-
299
- The /api route was returning 401 instead of 200 because it was being caught
300
- by the /api/_ protected pattern. Adding it to the default public routes
301
-
302
- ... 5138 more lines hidden. See full changelog in package directory.
302
+ ... 5148 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
8
+ - @mastra/core@1.0.0-beta.1
9
+
3
10
  ## 1.0.0-beta.0
4
11
 
5
12
  ### Major Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ## 0.13.25
293
300
 
294
- ### Patch Changes
295
-
296
- - Updated dependencies [[`5f4e677`](https://github.com/mastra-ai/mastra/commit/5f4e67757bc23f2694d83af10f88cfccdc6013ff), [`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`a7243e2`](https://github.com/mastra-ai/mastra/commit/a7243e2e58762667a6e3921e755e89d6bb0a3282), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`df64f9e`](https://github.com/mastra-ai/mastra/commit/df64f9ef814916fff9baedd861c988084e7c41de), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`683e5a1`](https://github.com/mastra-ai/mastra/commit/683e5a1466e48b686825b2c11f84680f296138e4), [`3679378`](https://github.com/mastra-ai/mastra/commit/3679378673350aa314741dc826f837b1984149bc), [`7775bc2`](https://github.com/mastra-ai/mastra/commit/7775bc20bb1ad1ab24797fb420e4f96c65b0d8ec), [`623ffaf`](https://github.com/mastra-ai/mastra/commit/623ffaf2d969e11e99a0224633cf7b5a0815c857), [`9fc1613`](https://github.com/mastra-ai/mastra/commit/9fc16136400186648880fd990119ac15f7c02ee4), [`61f62aa`](https://github.com/mastra-ai/mastra/commit/61f62aa31bc88fe4ddf8da6240dbcfbeb07358bd), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`652066b`](https://github.com/mastra-ai/mastra/commit/652066bd1efc6bb6813ba950ed1d7573e8b7d9d4), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`ea8d386`](https://github.com/mastra-ai/mastra/commit/ea8d386cd8c5593664515fd5770c06bf2aa980ef), [`67b0f00`](https://github.com/mastra-ai/mastra/commit/67b0f005b520335c71fb85cbaa25df4ce8484a81), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5), [`0130986`](https://github.com/mastra-ai/mastra/commit/0130986fc62d0edcc626dd593282661dbb9af141)]:
297
- - @mastra/mcp@0.13.2
298
- - @mastra/core@0.19.0
299
-
300
- ## 0.13.25-alpha.1
301
301
 
302
- ... 2172 more lines hidden. See full changelog in package directory.
302
+ ... 2179 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 7.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
8
+
9
+ - Removing uneeded files ([#9877](https://github.com/mastra-ai/mastra/pull/9877))
10
+
11
+ - Explicitly set color of line number in CodeMirror ([#9878](https://github.com/mastra-ai/mastra/pull/9878))
12
+
13
+ - Add visual styles and labels for more workflow node types ([#9777](https://github.com/mastra-ai/mastra/pull/9777))
14
+
15
+ - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`dbd9db0`](https://github.com/mastra-ai/mastra/commit/dbd9db0d5c2797a210b9098e7e3e613718e5442f), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
16
+ - @mastra/core@1.0.0-beta.1
17
+ - @mastra/client-js@1.0.0-beta.1
18
+ - @mastra/react@0.1.0-beta.1
19
+
3
20
  ## 7.0.0-beta.0
4
21
 
5
22
  ### Major Changes
@@ -281,22 +298,5 @@
281
298
 
282
299
  do
283
300
 
284
- ```
285
- z.discriminatedUnion('type', [
286
- z.object({ type: z.literal('byCity'), city: z.string() }).extend({ order: z.number() }),
287
- z.object({ type: z.literal('byCoords'), lat: z.number(), lon: z.number() }).extend({ order: z.number() }),
288
- ]);
289
- ```
290
-
291
- - Extract more components to playground-ui for sharing with cloud ([#9241](https://github.com/mastra-ai/mastra/pull/9241))
292
-
293
- - Fix undefined window issue when Sidebar used in Next app ([#9448](https://github.com/mastra-ai/mastra/pull/9448))
294
-
295
- - Move WorkflowInformation to playground-ui ([#9297](https://github.com/mastra-ai/mastra/pull/9297))
296
-
297
- - Remove `waitForEvent` from workflows. `waitForEvent` is now removed, please use suspend & resume flow instead. See https://mastra.ai/en/docs/workflows/suspend-and-resume for more details on suspend & resume flow. ([#9214](https://github.com/mastra-ai/mastra/pull/9214))
298
-
299
- - Add combobox in playground for entities and update routes and error handling ([#9743](https://github.com/mastra-ai/mastra/pull/9743))
300
-
301
301
 
302
- ... 4137 more lines hidden. See full changelog in package directory.
302
+ ... 4154 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.1.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`dbd9db0`](https://github.com/mastra-ai/mastra/commit/dbd9db0d5c2797a210b9098e7e3e613718e5442f)]:
8
+ - @mastra/client-js@1.0.0-beta.1
9
+
3
10
  ## 0.1.0-beta.0
4
11
 
5
12
  ### Minor Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies []:
296
- - @mastra/client-js@0.14.1-alpha.0
297
-
298
- ## 0.0.1
299
-
300
- ### Patch Changes
301
-
302
- ... 22 more lines hidden. See full changelog in package directory.
302
+ ... 29 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
8
+ - @mastra/core@1.0.0-beta.1
9
+
3
10
  ## 1.0.0-beta.0
4
11
 
5
12
  ### Major Changes
@@ -291,12 +298,5 @@
291
298
 
292
299
  ```typescript
293
300
  // before depending on the context the tool was executed in
294
- tool.execute({ context: data });
295
- tool.execute({ context: { inputData: data } });
296
- tool.execute(data);
297
-
298
- // now, for all contexts
299
- tool.execute(data, context);
300
- ```
301
301
 
302
- ... 4209 more lines hidden. See full changelog in package directory.
302
+ ... 4216 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
8
+
3
9
  ## 1.0.0-beta.0
4
10
 
5
11
  ### Major Changes
@@ -292,11 +298,5 @@
292
298
 
293
299
  ### Patch Changes
294
300
 
295
- - Fixed an issue in playground where text-start/end parts were ignored in handleStreamChunk and tool ordering vs text wasn't retained ([#8234](https://github.com/mastra-ai/mastra/pull/8234))
296
-
297
- - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
298
-
299
- - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
300
-
301
301
 
302
- ... 1790 more lines hidden. See full changelog in package directory.
302
+ ... 1796 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # mastra
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
8
+
9
+ - Fixes an error during `mastra create` with bun/yarn due to usage of `--save-dev`. Replaced with `-D` during installation. ([#9879](https://github.com/mastra-ai/mastra/pull/9879))
10
+
11
+ - Updated dependencies [[`ac32ca9`](https://github.com/mastra-ai/mastra/commit/ac32ca968fb906f6c61fd7b4a194323bcb2f3daa), [`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
12
+ - @mastra/deployer@1.0.0-beta.1
13
+ - @mastra/core@1.0.0-beta.1
14
+
3
15
  ## 1.0.0-beta.0
4
16
 
5
17
  ### Major Changes
@@ -287,16 +299,4 @@
287
299
 
288
300
  - Add support for --debug options to build/dev commands to add more logging ([#8792](https://github.com/mastra-ai/mastra/pull/8792))
289
301
 
290
- - Add div wrapper around entity tables to fix table vertical position ([#8758](https://github.com/mastra-ai/mastra/pull/8758))
291
-
292
- - Customize AITraces type to seamlessly work on Cloud too ([#8759](https://github.com/mastra-ai/mastra/pull/8759))
293
-
294
- - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
295
-
296
- - Improve README ([#8819](https://github.com/mastra-ai/mastra/pull/8819))
297
-
298
- - Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`ca5a01f`](https://github.com/mastra-ai/mastra/commit/ca5a01f0dd4dabdbfde3beeaf92c7333e0f9bb39), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`fb703b9`](https://github.com/mastra-ai/mastra/commit/fb703b9634eeaff1a6eb2b5531ce0f9e8fb04727), [`dfe856f`](https://github.com/mastra-ai/mastra/commit/dfe856f7f60ff4765b75930e7b5d82dd0f0f7d89), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`05a9dee`](https://github.com/mastra-ai/mastra/commit/05a9dee3d355694d28847bfffb6289657fcf7dfa), [`e3c1077`](https://github.com/mastra-ai/mastra/commit/e3c107763aedd1643d3def5df450c235da9ff76c), [`1bccdb3`](https://github.com/mastra-ai/mastra/commit/1bccdb33eb90cbeba2dc5ece1c2561fb774b26b6), [`5ef944a`](https://github.com/mastra-ai/mastra/commit/5ef944a3721d93105675cac2b2311432ff8cc393), [`d6b186f`](https://github.com/mastra-ai/mastra/commit/d6b186fb08f1caf1b86f73d3a5ee88fb999ca3be), [`65493b3`](https://github.com/mastra-ai/mastra/commit/65493b31c36f6fdb78f9679f7e1ecf0c250aa5ee), [`a998b8f`](https://github.com/mastra-ai/mastra/commit/a998b8f858091c2ec47683e60766cf12d03001e4), [`8a37bdd`](https://github.com/mastra-ai/mastra/commit/8a37bddb6d8614a32c5b70303d583d80c620ea61), [`e0e1cf1`](https://github.com/mastra-ai/mastra/commit/e0e1cf1e37b9dc61099ab331a6d386e44b816310)]:
299
- - @mastra/core@0.21.0-alpha.1
300
- - @mastra/deployer@0.21.0-alpha.1
301
-
302
- ... 6419 more lines hidden. See full changelog in package directory.
302
+ ... 6431 more lines hidden. See full changelog in package directory.
@@ -21,7 +21,7 @@ Use memory when your agent needs to maintain multi-turn conversations that refer
21
21
  To enable memory in Mastra, install the `@mastra/memory` package along with a storage provider.
22
22
 
23
23
  ```bash npm2yarn copy
24
- npm install @mastra/memory@latest @mastra/libsql@latest
24
+ npm install @mastra/memory@beta @mastra/libsql@beta
25
25
  ```
26
26
 
27
27
  ## Storage providers
@@ -31,7 +31,7 @@ An introduction to agents, and how they compare to workflows on [YouTube (7 minu
31
31
  Add the Mastra core package to your project:
32
32
 
33
33
  ```bash
34
- npm install @mastra/core
34
+ npm install @mastra/core@beta
35
35
  ```
36
36
 
37
37
  </StepItem>
@@ -79,7 +79,7 @@ export const testAgent = new Agent({
79
79
  Include the Mastra core package alongside the Vercel AI SDK provider you want to use:
80
80
 
81
81
  ```bash
82
- npm install @mastra/core @ai-sdk/openai
82
+ npm install @mastra/core@beta @ai-sdk/openai
83
83
  ```
84
84
 
85
85
  </StepItem>
@@ -33,7 +33,7 @@ AUTH0_AUDIENCE=your-api-identifier
33
33
  Before you can use the `MastraAuthAuth0` class you have to install the `@mastra/auth-auth0` package.
34
34
 
35
35
  ```bash copy
36
- npm install @mastra/auth-auth0@latest
36
+ npm install @mastra/auth-auth0@beta
37
37
  ```
38
38
 
39
39
  ## Usage examples
@@ -27,7 +27,7 @@ CLERK_JWKS_URI=https://your-clerk-domain.clerk.accounts.dev/.well-known/jwks.jso
27
27
  Before you can use the `MastraAuthClerk` class you have to install the `@mastra/auth-clerk` package.
28
28
 
29
29
  ```bash copy
30
- npm install @mastra/auth-clerk@latest
30
+ npm install @mastra/auth-clerk@beta
31
31
  ```
32
32
 
33
33
  ## Usage example
@@ -33,7 +33,7 @@ FIRESTORE_DATABASE_ID=(default)
33
33
  Before you can use the `MastraAuthFirebase` class you have to install the `@mastra/auth-firebase` package.
34
34
 
35
35
  ```bash copy
36
- npm install @mastra/auth-firebase@latest
36
+ npm install @mastra/auth-firebase@beta
37
37
  ```
38
38
 
39
39
  ## Usage examples
@@ -15,7 +15,7 @@ The `MastraJwtAuth` class provides a lightweight authentication mechanism for Ma
15
15
  Before you can use the `MastraJwtAuth` class you have to install the `@mastra/auth` package.
16
16
 
17
17
  ```bash copy
18
- npm install @mastra/auth@latest
18
+ npm install @mastra/auth@beta
19
19
  ```
20
20
 
21
21
  ## Usage example
@@ -26,7 +26,7 @@ SUPABASE_ANON_KEY=your-anon-key
26
26
  Before you can use the `MastraAuthSupabase` class you have to install the `@mastra/auth-supabase` package.
27
27
 
28
28
  ```bash copy
29
- npm install @mastra/auth-supabase@latest
29
+ npm install @mastra/auth-supabase@beta
30
30
  ```
31
31
 
32
32
  ## Usage example
@@ -33,7 +33,7 @@ WORKOS_CLIENT_ID=client_...
33
33
  Before you can use the `MastraAuthWorkos` class you have to install the `@mastra/auth-workos` package.
34
34
 
35
35
  ```bash copy
36
- npm install @mastra/auth-workos@latest
36
+ npm install @mastra/auth-workos@beta
37
37
  ```
38
38
 
39
39
  ## Usage examples
@@ -7,7 +7,7 @@ Then, let's check if @mastra/core is in the package.json and there is a src/mast
7
7
  If you haven't installed Mastra yet, you can do so by running:
8
8
 
9
9
  ```bash
10
- npm -y create mastra@latest
10
+ npm -y create mastra@beta
11
11
  ```
12
12
 
13
13
  If you do need to install mastra, follow the on-screen prompts and make sure to:
@@ -3,7 +3,7 @@
3
3
  First, let's install the Mastra MCP package:
4
4
 
5
5
  ```bash
6
- npm install @mastra/mcp@latest
6
+ npm install @mastra/mcp@beta
7
7
  ```
8
8
 
9
9
  The `@mastra/mcp` package provides the necessary infrastructure to connect your Mastra agent to various MCP servers. This package handles the communication between your agent and the MCP servers, allowing your agent to access the tools and services provided by those servers.
@@ -3,7 +3,7 @@
3
3
  Let's start by installing the Mastra memory package:
4
4
 
5
5
  ```bash
6
- npm install @mastra/memory @mastra/libsql
6
+ npm install @mastra/memory@beta @mastra/libsql@beta
7
7
  ```
8
8
 
9
9
  The `@mastra/memory` package provides all the functionality you need to add memory capabilities to your Mastra agents. It includes support for conversation history, semantic recall, and working memory.
@@ -14,7 +14,7 @@ Deploy your Mastra applications to Amazon EC2 (Elastic Cloud Compute).
14
14
 
15
15
  :::note
16
16
  This guide assumes your Mastra application has been created using the default
17
- `npx create-mastra@latest` command.
17
+ `npx create-mastra@beta` command.
18
18
  For more information on how to create a new Mastra application,
19
19
  refer to our [getting started guide](/docs/v1/getting-started/installation)
20
20
  :::
@@ -13,7 +13,7 @@ This approach allows you to run your Mastra server as a containerized Lambda fun
13
13
 
14
14
  :::note
15
15
  This guide assumes your Mastra application has been created using the default
16
- `npx create-mastra@latest` command.
16
+ `npx create-mastra@beta` command.
17
17
  For more information on how to create a new Mastra application,
18
18
  refer to our [getting started guide](/docs/v1/getting-started/installation)
19
19
  :::
@@ -12,7 +12,7 @@ Deploy your Mastra applications to Azure App Services.
12
12
 
13
13
  :::note
14
14
  This guide assumes your Mastra application has been created using the default
15
- `npx create-mastra@latest` command.
15
+ `npx create-mastra@beta` command.
16
16
  For more information on how to create a new Mastra application,
17
17
  refer to our [getting started guide](/docs/v1/getting-started/installation)
18
18
  :::
@@ -21,7 +21,7 @@ refer to our [getting started guide](/docs/v1/getting-started/installation)
21
21
 
22
22
  - An [Azure account](https://azure.microsoft.com/) with an active subscription
23
23
  - A [GitHub repository](https://github.com/) containing your Mastra application
24
- - Your Mastra application should be created using `npx create-mastra@latest`
24
+ - Your Mastra application should be created using `npx create-mastra@beta`
25
25
 
26
26
  ## Deployment Steps
27
27
 
@@ -14,7 +14,7 @@ Deploy your Mastra applications to Digital Ocean's App Platform and Droplets.
14
14
 
15
15
  :::note
16
16
  This guide assumes your Mastra application has been created using the default
17
- `npx create-mastra@latest` command.
17
+ `npx create-mastra@beta` command.
18
18
  For more information on how to create a new Mastra application,
19
19
  refer to our [getting started guide](./../../getting-started/installation)
20
20
  :::
@@ -10,7 +10,7 @@ The `CloudflareDeployer` class handles deployment of standalone Mastra applicati
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/deployer-cloudflare@latest
13
+ npm install @mastra/deployer-cloudflare@beta
14
14
  ```
15
15
 
16
16
  ## Usage example
@@ -10,7 +10,7 @@ The `NetlifyDeployer` class handles deployment of standalone Mastra applications
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/deployer-netlify@latest
13
+ npm install @mastra/deployer-netlify@beta
14
14
  ```
15
15
 
16
16
  ## Usage example
@@ -10,7 +10,7 @@ The `VercelDeployer` class handles deployment of standalone Mastra applications
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/deployer-vercel@latest
13
+ npm install @mastra/deployer-vercel@beta
14
14
  ```
15
15
 
16
16
  ## Usage example
@@ -24,7 +24,7 @@ There are different kinds of scorers, each serving a specific purpose. Here are
24
24
  To access Mastra's scorers feature install the `@mastra/evals` package.
25
25
 
26
26
  ```bash copy
27
- npm install @mastra/evals@latest
27
+ npm install @mastra/evals@beta
28
28
  ```
29
29
 
30
30
  ## Live evaluations
@@ -34,22 +34,22 @@ The recommended way of using Mastra and AI SDK together is by installing the `@m
34
34
  <Tabs>
35
35
  <TabItem value="npm" label="npm">
36
36
  ```bash copy
37
- npm install @mastra/ai-sdk
37
+ npm install @mastra/ai-sdk@beta
38
38
  ```
39
39
  </TabItem>
40
40
  <TabItem value="pnpm" label="pnpm">
41
41
  ```bash copy
42
- pnpm add @mastra/ai-sdk
42
+ pnpm add @mastra/ai-sdk@beta
43
43
  ```
44
44
  </TabItem>
45
45
  <TabItem value="yarn" label="yarn">
46
46
  ```bash copy
47
- yarn add @mastra/ai-sdk
47
+ yarn add @mastra/ai-sdk@beta
48
48
  ```
49
49
  </TabItem>
50
50
  <TabItem value="bun" label="bun">
51
51
  ```bash copy
52
- bun add @mastra/ai-sdk
52
+ bun add @mastra/ai-sdk@beta
53
53
  ```
54
54
  </TabItem>
55
55
  </Tabs>
@@ -40,7 +40,7 @@ project-root
40
40
  Bootstrap your Mastra server:
41
41
 
42
42
  ```bash copy
43
- npx create-mastra@latest
43
+ npx create-mastra@beta
44
44
  ```
45
45
 
46
46
  This command will launch an interactive wizard to help you scaffold a new Mastra project, including prompting you for a project name and setting up basic configurations.
@@ -89,21 +89,21 @@ In your Mastra server, install additional packages for CopilotKit integration:
89
89
  <TabItem value="npm" label="npm">
90
90
 
91
91
  ```bash copy
92
- npm install @copilotkit/runtime @ag-ui/mastra
92
+ npm install @copilotkit/runtime @ag-ui/mastra@beta
93
93
  ```
94
94
 
95
95
  </TabItem>
96
96
  <TabItem value="yarn" label="yarn">
97
97
 
98
98
  ```bash copy
99
- yarn add @copilotkit/runtime @ag-ui/mastra
99
+ yarn add @copilotkit/runtime @ag-ui/mastra@beta
100
100
  ```
101
101
 
102
102
  </TabItem>
103
103
  <TabItem value="pnpm" label="pnpm">
104
104
 
105
105
  ```bash copy
106
- pnpm add @copilotkit/runtime @ag-ui/mastra
106
+ pnpm add @copilotkit/runtime @ag-ui/mastra@beta
107
107
  ```
108
108
 
109
109
  </TabItem>
@@ -185,21 +185,21 @@ In your Next.js app, install the required packages:
185
185
  <TabItem value="npm" label="npm">
186
186
 
187
187
  ```bash copy
188
- npm install @copilotkit/react-core @copilotkit/react-ui @copilotkit/runtime @ag-ui/mastra
188
+ npm install @copilotkit/react-core @copilotkit/react-ui @copilotkit/runtime @ag-ui/mastra@beta
189
189
  ```
190
190
 
191
191
  </TabItem>
192
192
  <TabItem value="yarn" label="yarn">
193
193
 
194
194
  ```bash copy
195
- yarn add @copilotkit/react-core @copilotkit/react-ui @copilotkit/runtime @ag-ui/mastra
195
+ yarn add @copilotkit/react-core @copilotkit/react-ui @copilotkit/runtime @ag-ui/mastra@beta
196
196
  ```
197
197
 
198
198
  </TabItem>
199
199
  <TabItem value="pnpm" label="pnpm">
200
200
 
201
201
  ```bash copy
202
- pnpm add @copilotkit/react-core @copilotkit/react-ui @copilotkit/runtime @ag-ui/mastra
202
+ pnpm add @copilotkit/react-core @copilotkit/react-ui @copilotkit/runtime @ag-ui/mastra@beta
203
203
  ```
204
204
 
205
205
  </TabItem>
@@ -287,21 +287,21 @@ Install the Mastra Client SDK.
287
287
  <TabItem value="npm" label="npm">
288
288
 
289
289
  ```bash copy
290
- npm install @mastra/client-js
290
+ npm install @mastra/client-js@beta
291
291
  ```
292
292
 
293
293
  </TabItem>
294
294
  <TabItem value="yarn" label="yarn">
295
295
 
296
296
  ```bash copy
297
- yarn add @mastra/client-js
297
+ yarn add @mastra/client-js@beta
298
298
  ```
299
299
 
300
300
  </TabItem>
301
301
  <TabItem value="pnpm" label="pnpm">
302
302
 
303
303
  ```bash copy
304
- pnpm add @mastra/client-js
304
+ pnpm add @mastra/client-js@beta
305
305
  ```
306
306
 
307
307
  </TabItem>