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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/.docs/docs/agent-builder/integrations.md +1 -3
  2. package/.docs/docs/agent-builder/overview.md +2 -0
  3. package/.docs/docs/agents/overview.md +17 -13
  4. package/.docs/docs/agents/skills.md +1 -3
  5. package/.docs/docs/agents/structured-output.md +2 -0
  6. package/.docs/docs/agents/using-tools.md +66 -49
  7. package/.docs/docs/browser/agent-browser.md +1 -0
  8. package/.docs/docs/browser/firecrawl.md +129 -0
  9. package/.docs/docs/browser/overview.md +16 -2
  10. package/.docs/docs/capabilities/channels/slack.md +111 -1
  11. package/.docs/docs/deployment/mastra-server.md +35 -0
  12. package/.docs/docs/deployment/monorepo.md +2 -0
  13. package/.docs/docs/deployment/overview.md +6 -0
  14. package/.docs/docs/deployment/sandbox.md +277 -0
  15. package/.docs/docs/editor/overview.md +2 -6
  16. package/.docs/docs/editor/tools.md +2 -6
  17. package/.docs/docs/evals/multi-turn.md +1 -1
  18. package/.docs/docs/evals/running-in-ci.md +3 -9
  19. package/.docs/docs/getting-started/build-with-ai.md +2 -6
  20. package/.docs/docs/getting-started/manual-install.md +1 -1
  21. package/.docs/docs/index.md +17 -13
  22. package/.docs/docs/long-running-agents/background-tasks.md +2 -2
  23. package/.docs/docs/long-running-agents/goals.md +3 -1
  24. package/.docs/docs/mastra-platform/database.md +12 -6
  25. package/.docs/docs/mastra-platform/deploy.md +14 -7
  26. package/.docs/docs/mastra-platform/environments.md +5 -4
  27. package/.docs/docs/mastra-platform/observability.md +4 -12
  28. package/.docs/docs/mastra-platform/overview.md +1 -1
  29. package/.docs/docs/mastra-platform/regions.md +73 -0
  30. package/.docs/docs/mastra-platform/workspace.md +111 -0
  31. package/.docs/docs/memory/observational-memory.md +77 -2
  32. package/.docs/docs/memory/overview.md +4 -0
  33. package/.docs/docs/observability/feedback.md +4 -0
  34. package/.docs/docs/observability/integrations/bridges/otel.md +1 -3
  35. package/.docs/docs/observability/integrations/exporters/otel.md +1 -3
  36. package/.docs/docs/server/auth/fga.md +40 -0
  37. package/.docs/docs/server/auth/simple-auth.md +1 -3
  38. package/.docs/docs/studio/overview.md +2 -0
  39. package/.docs/docs/workflows/control-flow.md +1 -3
  40. package/.docs/docs/workspace/filesystem.md +1 -0
  41. package/.docs/docs/workspace/sandbox.md +1 -0
  42. package/.docs/guides/getting-started/quickstart.md +40 -25
  43. package/.docs/guides/index.md +1 -1
  44. package/.docs/guides/migrations/vnext-to-standard-apis.md +1 -3
  45. package/.docs/models/environment-variables.md +3 -0
  46. package/.docs/models/gateways/netlify.md +3 -6
  47. package/.docs/models/gateways/openrouter.md +343 -344
  48. package/.docs/models/gateways/vercel.md +11 -5
  49. package/.docs/models/index.md +1 -1
  50. package/.docs/models/providers/aki-io.md +78 -0
  51. package/.docs/models/providers/alibaba-token-plan-cn.md +22 -21
  52. package/.docs/models/providers/alibaba-token-plan.md +22 -21
  53. package/.docs/models/providers/ambient.md +12 -10
  54. package/.docs/models/providers/baseten.md +3 -2
  55. package/.docs/models/providers/cline-pass.md +82 -0
  56. package/.docs/models/providers/cortecs.md +2 -1
  57. package/.docs/models/providers/crossmodel.md +2 -1
  58. package/.docs/models/providers/deepinfra.md +4 -7
  59. package/.docs/models/providers/deepseek.md +3 -1
  60. package/.docs/models/providers/empiriolabs.md +2 -1
  61. package/.docs/models/providers/evroc.md +3 -2
  62. package/.docs/models/providers/google.md +4 -2
  63. package/.docs/models/providers/huggingface.md +2 -1
  64. package/.docs/models/providers/inferx.md +3 -3
  65. package/.docs/models/providers/kenari.md +44 -29
  66. package/.docs/models/providers/kimi-for-coding.md +7 -9
  67. package/.docs/models/providers/llmgateway.md +4 -1
  68. package/.docs/models/providers/moonshotai-cn.md +3 -2
  69. package/.docs/models/providers/moonshotai.md +3 -2
  70. package/.docs/models/providers/nebius.md +3 -1
  71. package/.docs/models/providers/novita-ai.md +3 -1
  72. package/.docs/models/providers/opencode-go.md +6 -3
  73. package/.docs/models/providers/opencode.md +4 -2
  74. package/.docs/models/providers/poolside.md +2 -2
  75. package/.docs/models/providers/thinkingmachines.md +73 -0
  76. package/.docs/models/providers/togetherai.md +2 -6
  77. package/.docs/models/providers/wandb.md +2 -1
  78. package/.docs/models/providers/zenmux.md +3 -1
  79. package/.docs/models/providers.md +3 -0
  80. package/.docs/reference/agent-controller/session.md +13 -0
  81. package/.docs/reference/agents/agent.md +13 -1
  82. package/.docs/reference/agents/generate.md +18 -0
  83. package/.docs/reference/browser/firecrawl-browser.md +71 -0
  84. package/.docs/reference/cli/create-mastra.md +118 -43
  85. package/.docs/reference/cli/mastra.md +59 -5
  86. package/.docs/reference/code-sdk/mount-agent-controller.md +4 -4
  87. package/.docs/reference/core/getMCPServer.md +1 -3
  88. package/.docs/reference/core/getMCPServerById.md +1 -3
  89. package/.docs/reference/core/getWorkflow.md +1 -3
  90. package/.docs/reference/core/listMCPServers.md +2 -6
  91. package/.docs/reference/datasets/addItem.md +1 -3
  92. package/.docs/reference/datasets/addItems.md +1 -3
  93. package/.docs/reference/datasets/compareExperiments.md +1 -3
  94. package/.docs/reference/datasets/create.md +1 -3
  95. package/.docs/reference/datasets/dataset.md +2 -6
  96. package/.docs/reference/datasets/datasets-manager.md +5 -15
  97. package/.docs/reference/datasets/delete.md +1 -3
  98. package/.docs/reference/datasets/deleteExperiment.md +1 -3
  99. package/.docs/reference/datasets/deleteItem.md +1 -3
  100. package/.docs/reference/datasets/deleteItems.md +1 -3
  101. package/.docs/reference/datasets/get.md +1 -3
  102. package/.docs/reference/datasets/getDetails.md +1 -3
  103. package/.docs/reference/datasets/getExperiment.md +1 -3
  104. package/.docs/reference/datasets/getItem.md +1 -3
  105. package/.docs/reference/datasets/getItemHistory.md +1 -3
  106. package/.docs/reference/datasets/list.md +1 -3
  107. package/.docs/reference/datasets/listExperimentResults.md +1 -3
  108. package/.docs/reference/datasets/listExperiments.md +1 -3
  109. package/.docs/reference/datasets/listItems.md +1 -3
  110. package/.docs/reference/datasets/listVersions.md +1 -3
  111. package/.docs/reference/datasets/startExperiment.md +1 -3
  112. package/.docs/reference/datasets/startExperimentAsync.md +1 -3
  113. package/.docs/reference/datasets/update.md +1 -3
  114. package/.docs/reference/datasets/updateItem.md +1 -3
  115. package/.docs/reference/editor/mastra-editor.md +1 -3
  116. package/.docs/reference/evals/context-recall.md +205 -0
  117. package/.docs/reference/evals/create-scorer.md +3 -9
  118. package/.docs/reference/evals/mastra-scorer.md +1 -3
  119. package/.docs/reference/file-based-agents/tools.md +7 -6
  120. package/.docs/reference/index.md +5 -0
  121. package/.docs/reference/memory/observational-memory.md +21 -0
  122. package/.docs/reference/observability/tracing/exporters/posthog.md +39 -1
  123. package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +1 -3
  124. package/.docs/reference/processors/token-limiter-processor.md +1 -3
  125. package/.docs/reference/rag/database-config.md +12 -0
  126. package/.docs/reference/streaming/agents/stream.md +2 -0
  127. package/.docs/reference/templates/overview.md +6 -32
  128. package/.docs/reference/tools/create-tool.md +78 -52
  129. package/.docs/reference/tools/mcp-client.md +8 -24
  130. package/.docs/reference/tools/mcp-server.md +143 -44
  131. package/.docs/reference/tools/tavily.md +1 -1
  132. package/.docs/reference/tools/vector-query-tool.md +22 -0
  133. package/.docs/reference/vectors/mongodb.md +2 -0
  134. package/.docs/reference/vectors/turbopuffer.md +4 -0
  135. package/.docs/reference/voice/mistral.md +127 -0
  136. package/.docs/reference/workspace/daytona-sandbox.md +2 -6
  137. package/.docs/reference/workspace/platform-filesystem.md +182 -0
  138. package/.docs/reference/workspace/platform-sandbox.md +200 -0
  139. package/.docs/reference/workspace/railway-sandbox.md +37 -1
  140. package/CHANGELOG.md +78 -0
  141. package/dist/{chunk-GLPCVXXO.js → chunk-HGADBLKG.js} +2 -2
  142. package/dist/{chunk-GLPCVXXO.js.map → chunk-HGADBLKG.js.map} +1 -1
  143. package/dist/index.js +1 -1
  144. package/dist/stdio.js +1 -1
  145. package/dist/tools/docs.d.ts.map +1 -1
  146. package/package.json +8 -8
@@ -0,0 +1,200 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
3
+ # PlatformSandbox
4
+
5
+ Executes commands inside a Mastra Platform sandbox tied to a Platform environment. Sandboxes boot from a pre-built recipe checkpoint with Python 3, Node 22, TypeScript, tsx, and common build tooling already installed.
6
+
7
+ Use `PlatformSandbox` when your agent runs on a Mastra Platform deployment and you want the sandbox to be provisioned and managed by the platform. For self-hosted Railway sandboxes, see [`RailwaySandbox`](https://mastra.ai/reference/workspace/railway-sandbox). For a local sandbox during development, see [`LocalSandbox`](https://mastra.ai/reference/workspace/local-sandbox).
8
+
9
+ > **Info:** For interface details, see [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox).
10
+
11
+ ## Installation
12
+
13
+ **npm**:
14
+
15
+ ```bash
16
+ npm install @mastra/platform-workspace
17
+ ```
18
+
19
+ **pnpm**:
20
+
21
+ ```bash
22
+ pnpm add @mastra/platform-workspace
23
+ ```
24
+
25
+ **Yarn**:
26
+
27
+ ```bash
28
+ yarn add @mastra/platform-workspace
29
+ ```
30
+
31
+ **Bun**:
32
+
33
+ ```bash
34
+ bun add @mastra/platform-workspace
35
+ ```
36
+
37
+ Configure the platform credentials. The access token, project ID, and environment ID fall back to environment variables, so a Mastra Platform deployment can pass zero constructor options.
38
+
39
+ **.env file**:
40
+
41
+ ```bash
42
+ MASTRA_PLATFORM_SECRET_KEY=your-platform-secret-key
43
+ MASTRA_PROJECT_ID=your-project-id
44
+ MASTRA_ENVIRONMENT_ID=your-environment-id
45
+ ```
46
+
47
+ **Constructor**:
48
+
49
+ ```typescript
50
+ new PlatformSandbox({
51
+ accessToken: 'your-platform-access-token',
52
+ projectId: 'your-project-id',
53
+ environmentId: 'your-environment-id',
54
+ })
55
+ ```
56
+
57
+ On a Mastra Platform deployment these variables are injected automatically, so the constructor can be called with no options.
58
+
59
+ ## Usage
60
+
61
+ Add a `PlatformSandbox` to a workspace and assign it to an agent:
62
+
63
+ ```typescript
64
+ import { Agent } from '@mastra/core/agent'
65
+ import { Workspace } from '@mastra/core/workspace'
66
+ import { PlatformSandbox } from '@mastra/platform-workspace'
67
+
68
+ const workspace = new Workspace({
69
+ sandbox: new PlatformSandbox({
70
+ // accessToken, projectId, environmentId all fall back to env vars
71
+ idleTimeoutMinutes: 30,
72
+ }),
73
+ })
74
+
75
+ const agent = new Agent({
76
+ id: 'code-agent',
77
+ name: 'Code Agent',
78
+ instructions: 'You are a coding assistant working in this workspace.',
79
+ model: 'anthropic/claude-sonnet-4-6',
80
+ workspace,
81
+ })
82
+
83
+ const response = await agent.generate(
84
+ 'Print "Hello, world!" and show the current working directory.',
85
+ )
86
+
87
+ console.log(response.text)
88
+ ```
89
+
90
+ ### Private networking
91
+
92
+ Set `networkIsolation` to `PRIVATE` to join the environment's private network and reach other services running in the same Mastra Platform environment:
93
+
94
+ ```typescript
95
+ const workspace = new Workspace({
96
+ sandbox: new PlatformSandbox({
97
+ networkIsolation: 'PRIVATE',
98
+ }),
99
+ })
100
+ ```
101
+
102
+ The default `ISOLATED` mode allows outbound internet access only, with no private network connectivity.
103
+
104
+ ### Reattaching to a running sandbox
105
+
106
+ Pass an existing `sandboxId` to reattach to a live sandbox instead of creating a new one. This is useful for stateful agents that resume between requests:
107
+
108
+ ```typescript
109
+ const sandbox = new PlatformSandbox({
110
+ sandboxId: 'sbx_abc123',
111
+ })
112
+ await sandbox.start()
113
+
114
+ const result = await sandbox.executeCommand('cat', ['/workspace/state.json'])
115
+ ```
116
+
117
+ When `sandboxId` is set, `environmentId` is not required because the sandbox already exists.
118
+
119
+ ### Executing commands
120
+
121
+ `executeCommand` runs a command on the remote sandbox and returns its output. Pass `args` to have arguments safely shell-quoted:
122
+
123
+ ```typescript
124
+ const result = await sandbox.executeCommand('python', ['analyze.py'], {
125
+ timeout: 30_000,
126
+ cwd: '/workspace',
127
+ env: { INPUT: 'repo' },
128
+ })
129
+
130
+ console.log(result.stdout)
131
+ console.log(result.exitCode)
132
+ ```
133
+
134
+ > **Warning:** The `command` argument is a shell string and is concatenated verbatim into the remote shell. This lets you use pipes, redirects, and chaining (`ls -la | grep foo`) but means untrusted input must be passed through `args` (safely quoted) or shell-quoted by the caller. Untrusted `command` values allow arbitrary shell execution on the sandbox.
135
+
136
+ ## Constructor parameters
137
+
138
+ **accessToken** (`string`): Platform secret key. Falls back to the MASTRA\_PLATFORM\_SECRET\_KEY environment variable (MASTRA\_PLATFORM\_ACCESS\_TOKEN is a deprecated fallback).
139
+
140
+ **projectId** (`string`): Platform project ID. Falls back to the MASTRA\_PROJECT\_ID environment variable.
141
+
142
+ **environmentId** (`string`): Platform environment ID the sandbox belongs to. Falls back to the MASTRA\_ENVIRONMENT\_ID environment variable. Required unless sandboxId is passed.
143
+
144
+ **sandboxId** (`string`): Existing sandbox ID to reattach to instead of creating a new sandbox. When set, environmentId is not required.
145
+
146
+ **idleTimeoutMinutes** (`number`): How long the sandbox stays alive with no activity before the platform destroys it.
147
+
148
+ **networkIsolation** (`'ISOLATED' | 'PRIVATE'`): Network mode. 'ISOLATED' (default) allows outbound internet only. 'PRIVATE' joins the platform environment's private network.
149
+
150
+ **env** (`Record<string, string>`): Environment variables baked into the sandbox at creation time. Per-command environment variables can also be passed to executeCommand.
151
+
152
+ **timeout** (`number`): Default command execution timeout in milliseconds. Overridable per call via ExecuteCommandOptions.timeout.
153
+
154
+ **instructions** (`string | ((opts: { defaultInstructions: string; requestContext?: RequestContext }) => string)`): Custom instructions returned by getInstructions(). A string fully replaces the defaults; a function receives the defaults and can extend or customize them per-request.
155
+
156
+ **id** (`string`): Unique identifier for this sandbox instance. (Default: `Auto-generated`)
157
+
158
+ **fetch** (`typeof fetch`): Custom fetch implementation, mainly for testing.
159
+
160
+ ## Properties
161
+
162
+ **id** (`string`): Sandbox instance identifier.
163
+
164
+ **name** (`string`): Provider name ('PlatformSandbox').
165
+
166
+ **provider** (`string`): Provider identifier ('platform').
167
+
168
+ **status** (`ProviderStatus`): 'pending' | 'initializing' | 'ready' | 'starting' | 'running' | 'stopping' | 'stopped' | 'destroying' | 'destroyed' | 'error'.
169
+
170
+ **processes** (`PlatformProcessManager`): Background process manager. See SandboxProcessManager reference.
171
+
172
+ ## Errors
173
+
174
+ Platform API failures raise `PlatformApiError`. Structured `{ error: { message, type } }` responses are parsed into `.code` (machine-readable kind) and `.proxyMessage` (human string); the raw response body stays available on `.body`:
175
+
176
+ ```typescript
177
+ import { PlatformApiError } from '@mastra/platform-workspace'
178
+
179
+ try {
180
+ await sandbox.executeCommand('cat', ['/missing.txt'])
181
+ } catch (err) {
182
+ if (err instanceof PlatformApiError) {
183
+ if (err.code === 'not_found') {
184
+ // handle missing resource
185
+ } else if (err.code === 'authentication_error') {
186
+ // refresh token
187
+ }
188
+ console.error(err.status, err.code, err.proxyMessage)
189
+ }
190
+ }
191
+ ```
192
+
193
+ `code` and `proxyMessage` are `undefined` when the response body is not JSON, for example an HTML 502 from a load balancer.
194
+
195
+ ## Related
196
+
197
+ - [PlatformFilesystem reference](https://mastra.ai/reference/workspace/platform-filesystem)
198
+ - [RailwaySandbox reference](https://mastra.ai/reference/workspace/railway-sandbox)
199
+ - [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox)
200
+ - [SandboxProcessManager reference](https://mastra.ai/reference/workspace/process-manager)
@@ -2,7 +2,7 @@
2
2
 
3
3
  # RailwaySandbox
4
4
 
5
- Executes commands in ephemeral, isolated [Railway](https://docs.railway.com/sandboxes) sandboxes. Each sandbox is an isolated Debian Linux VM provisioned on demand through the Railway TypeScript SDK. Supports command execution with streaming output, command timeouts, configurable idle timeout, `ISOLATED`/`PRIVATE` network isolation, custom base images via the Railway template builder, forking a running sandbox, and reattaching to an existing sandbox by ID. For interface details, see [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox).
5
+ Executes commands in ephemeral, isolated [Railway](https://docs.railway.com/sandboxes) sandboxes. Each sandbox is an isolated Debian Linux VM provisioned on demand through the Railway TypeScript SDK. Supports command execution with streaming output, command timeouts, configurable idle timeout, `ISOLATED`/`PRIVATE` network isolation, custom base images via the Railway template builder, checkpoint-backed recovery, forking a running sandbox, and reattaching to an existing sandbox by ID. For interface details, see [WorkspaceSandbox interface](https://mastra.ai/reference/workspace/sandbox).
6
6
 
7
7
  ## Installation
8
8
 
@@ -128,6 +128,38 @@ console.log(result.stdout)
128
128
 
129
129
  The forked sandbox inherits the parent's credentials and defaults unless overridden via the `fork()` options.
130
130
 
131
+ ### Checkpoint recovery
132
+
133
+ Set `checkpointName` to preserve a sandbox filesystem across Railway sandbox replacement. On `start()`, `RailwaySandbox` first tries to create the sandbox from the named checkpoint. If the checkpoint is missing, it creates a sandbox from the configured template or default image, then captures the checkpoint.
134
+
135
+ ```typescript
136
+ const sandbox = new RailwaySandbox({
137
+ checkpointName: 'project-session-42',
138
+ idleTimeoutMinutes: 30,
139
+ })
140
+ ```
141
+
142
+ `RailwaySandbox` refreshes the checkpoint shortly before the idle timeout. Recovery restores the latest successful checkpoint. It doesn't restore running processes or filesystem writes made after the last checkpoint.
143
+
144
+ Use one stable checkpoint name for each independent filesystem. Do not share a checkpoint name across unrelated sessions or projects.
145
+
146
+ ### Derived sandbox checkpoints
147
+
148
+ Use `derive({ checkpointName })` when a configured `RailwaySandbox` acts as the template for a sandbox fleet:
149
+
150
+ ```typescript
151
+ const template = new RailwaySandbox({ idleTimeoutMinutes: 30 })
152
+
153
+ const sessionSandbox = template.derive({
154
+ id: 'session-42',
155
+ checkpointName: 'project-session-42',
156
+ })
157
+
158
+ await sessionSandbox.start()
159
+ ```
160
+
161
+ A derived sandbox uses the checkpoint passed to `derive()`. If no override is passed, it inherits the template sandbox's `checkpointName`.
162
+
131
163
  ### Streaming output
132
164
 
133
165
  Stream command output in real time via `onStdout` and `onStderr` callbacks:
@@ -162,6 +194,8 @@ const result = await sandbox.executeCommand('cat', ['/tmp/state.txt'])
162
194
 
163
195
  **sandboxId** (`string`): Reattach to an existing Railway sandbox by its Railway ID instead of creating a new one. When set, start() calls Sandbox.connect().
164
196
 
197
+ **checkpointName** (`string`): Named Railway checkpoint used to seed new sandboxes and preserve the filesystem before idle teardown. Use a unique stable name for each independent filesystem.
198
+
165
199
  **idleTimeoutMinutes** (`number`): How long the sandbox can sit idle (no exec interaction) before Railway destroys it automatically. The valid range and default depend on your Railway plan.
166
200
 
167
201
  **networkIsolation** (`'ISOLATED' | 'PRIVATE'`): Network access mode. 'ISOLATED' allows outbound internet only; 'PRIVATE' joins the environment's private network. (Default: `'ISOLATED'`)
@@ -192,6 +226,8 @@ const result = await sandbox.executeCommand('cat', ['/tmp/state.txt'])
192
226
 
193
227
  **fork** (`(options?) => Promise<RailwaySandbox>`): Clone this running sandbox into a new, independent RailwaySandbox. The returned sandbox is already started and reattached to the forked Railway sandbox. Accepts optional id, idleTimeoutMinutes, networkIsolation, and env overrides. Throws SandboxNotReadyError if this sandbox has not been started.
194
228
 
229
+ **derive** (`(options?) => RailwaySandbox`): Construct an unstarted sibling sandbox that inherits credentials and defaults. Accepts optional id, sandboxId, env, idleTimeoutMinutes, and checkpointName overrides. The derived sandbox uses options.checkpointName when set, otherwise it inherits the template checkpointName.
230
+
195
231
  ## Background processes
196
232
 
197
233
  `RailwaySandbox` includes a built-in process manager for spawning and managing background processes. Each spawned process runs as a Railway `exec` session.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 1.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ec857fc`](https://github.com/mastra-ai/mastra/commit/ec857fc79c264b53b38e16478c789b7177f2ad59), [`d7385ad`](https://github.com/mastra-ai/mastra/commit/d7385ad9e88f9e4f33d15c0ec0bfebedde0cbc2e), [`41a5392`](https://github.com/mastra-ai/mastra/commit/41a5392d9f6c5e18d6b227f0fc0ddf49c50774e9), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`1426af2`](https://github.com/mastra-ai/mastra/commit/1426af24975879c000d13ac75673f630fcc970c1), [`a40adeb`](https://github.com/mastra-ai/mastra/commit/a40adeb222b961a56a58af56a106106525721b74), [`8a0d145`](https://github.com/mastra-ai/mastra/commit/8a0d145aadbdf7278665aceaaec364b35dd9bd94), [`bd2f1d2`](https://github.com/mastra-ai/mastra/commit/bd2f1d274d05e60e2366f005ea0d94d5cea0d5ff), [`e1f2fae`](https://github.com/mastra-ai/mastra/commit/e1f2faebaf048c3d4c2e2c01d293767c195d5794), [`63aa799`](https://github.com/mastra-ai/mastra/commit/63aa799c6b44eacc7806cda6846b7c5bbee06b37), [`b7e79c3`](https://github.com/mastra-ai/mastra/commit/b7e79c3c02ac5cd415db34ba0975ceafc1464333), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`da009e1`](https://github.com/mastra-ai/mastra/commit/da009e1aacd89ed94b8d1b2af09c9d4fe7c4db49), [`3b77e77`](https://github.com/mastra-ai/mastra/commit/3b77e7704936522e4769d29de1b5ea6901f302bd), [`c7d30cd`](https://github.com/mastra-ai/mastra/commit/c7d30cd86009c407df91105591f03cd6e3d2854d), [`21a0eb8`](https://github.com/mastra-ai/mastra/commit/21a0eb86746ba0b703acea360d4f84c6a5a493f2), [`8b20926`](https://github.com/mastra-ai/mastra/commit/8b20926cd59e2ba3d66458e062fa0e6e2ada3e68), [`975295d`](https://github.com/mastra-ai/mastra/commit/975295d418552f0d46a59edfef4c3ee555f9930a), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`6b1bf3b`](https://github.com/mastra-ai/mastra/commit/6b1bf3b9494bd51aa8f654c68c9355d6046fa2a1), [`35c2181`](https://github.com/mastra-ai/mastra/commit/35c2181e6a50e47c90ba36260db7c9723d54696f), [`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`4cfdd64`](https://github.com/mastra-ai/mastra/commit/4cfdd645794feaea0c4ea711e70ecdfbef0c5b8e), [`b75d749`](https://github.com/mastra-ai/mastra/commit/b75d749621ff5d17e86bcb4ee809d301fb4f7cf3), [`821648b`](https://github.com/mastra-ai/mastra/commit/821648bf2871ef840100c7bacbecf676010bd12a), [`de86fd7`](https://github.com/mastra-ai/mastra/commit/de86fd7119f0438381d1a642e3d258143c0b9c29), [`2745031`](https://github.com/mastra-ai/mastra/commit/2745031d1d4a4978f037092da371428c32e2842a), [`b4b7ea8`](https://github.com/mastra-ai/mastra/commit/b4b7ea8733f033fc441ea47ed03f6afb17ec2248), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be), [`35865a5`](https://github.com/mastra-ai/mastra/commit/35865a53e194aa9634d6a70a97010e7a6b9d58b1), [`8314e6d`](https://github.com/mastra-ai/mastra/commit/8314e6df597a8379b1f934ddf1120f51f8530ab3), [`74faf8b`](https://github.com/mastra-ai/mastra/commit/74faf8bd9c1018f2492653c06b1e25fc8300e9e6), [`ef03fbc`](https://github.com/mastra-ai/mastra/commit/ef03fbcc556bcbc04c9b3d06fab88771ecaa043c), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`70687f7`](https://github.com/mastra-ai/mastra/commit/70687f7e495a322a02070b4a67cb0c77a5ca91ec), [`1fadac4`](https://github.com/mastra-ai/mastra/commit/1fadac44537caeefe81f9f775ae2f2f3d94e9069), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`76b7181`](https://github.com/mastra-ai/mastra/commit/76b71810366e6d90b9d3973149d1c7ba3659ffb9), [`970c032`](https://github.com/mastra-ai/mastra/commit/970c032502751ee5dd4d0b603331d9838cb538fc), [`792ec9a`](https://github.com/mastra-ai/mastra/commit/792ec9a0869bab8274cf5e0ed2840738737a1607), [`712b864`](https://github.com/mastra-ai/mastra/commit/712b864aa1ed12b14c54390ec17b69de163c37f7), [`85e4fb5`](https://github.com/mastra-ai/mastra/commit/85e4fb50087a81c74df3a762f53b56373db0b912), [`0c0e8d7`](https://github.com/mastra-ai/mastra/commit/0c0e8d7becd4d1445c656b78d5d845f606c1ff9d), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`72e437c`](https://github.com/mastra-ai/mastra/commit/72e437c515942c80b9def5b026e0bdee61b469d9), [`8f7a5de`](https://github.com/mastra-ai/mastra/commit/8f7a5dedc246cdc938bb65516703cf9b27b03756), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`11f6cd9`](https://github.com/mastra-ai/mastra/commit/11f6cd96fe42582403416608beb212cc1a2cc79e), [`ef03c0c`](https://github.com/mastra-ai/mastra/commit/ef03c0cfc62367a458e4cc56462e2148b35681c5), [`4fb4d88`](https://github.com/mastra-ai/mastra/commit/4fb4d881bc107acee13890ad4d78661016c510ed), [`4e68363`](https://github.com/mastra-ai/mastra/commit/4e683634f94ebd062d26a3bb6093a8dfc7263d37), [`c328769`](https://github.com/mastra-ai/mastra/commit/c3287698ff8ef98dba86d415faa566fa3e5f4d56), [`9f7c67a`](https://github.com/mastra-ai/mastra/commit/9f7c67abeeb52c41c51a9b5edee60b62afe7cd8d), [`3b65e68`](https://github.com/mastra-ai/mastra/commit/3b65e68d7f1c771c7a70eea42d83fefdd28cad88), [`4eba27a`](https://github.com/mastra-ai/mastra/commit/4eba27adcf60f991df0e62f94b3e75b4e67f3b4b), [`c701be3`](https://github.com/mastra-ai/mastra/commit/c701be32d7d9aa94a66da8c6cc38dcac6856f464), [`db650ce`](https://github.com/mastra-ai/mastra/commit/db650ce490348914e85b93651d83acdf8f2a4c31), [`232fcbc`](https://github.com/mastra-ai/mastra/commit/232fcbc14fce625dd672ba043329c0b732c62be2), [`6354eeb`](https://github.com/mastra-ai/mastra/commit/6354eeb32efa9f5f68f51dda394e90e2ee76f1fb), [`a8799bb`](https://github.com/mastra-ai/mastra/commit/a8799bb8e44f4a60d01e4e2acd3448ff80bf14f8), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`e3868e2`](https://github.com/mastra-ai/mastra/commit/e3868e22babfffd0133771669ca724501c2dd58e), [`9251370`](https://github.com/mastra-ai/mastra/commit/9251370ad413af464aa22d7566338bec5613e8de), [`3491666`](https://github.com/mastra-ai/mastra/commit/34916663c4fdd43b48c21f4ab2d5fb6dcccc94f9), [`c0bec73`](https://github.com/mastra-ai/mastra/commit/c0bec732c93d1a22ae5e51ed66cf8cacca8bd6a6)]:
8
+ - @mastra/core@1.52.0
9
+ - @mastra/mcp@1.15.0
10
+
11
+ ## 1.2.8-alpha.26
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies:
16
+ - @mastra/core@1.52.0-alpha.13
17
+
18
+ ## 1.2.8-alpha.24
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`d7385ad`](https://github.com/mastra-ai/mastra/commit/d7385ad9e88f9e4f33d15c0ec0bfebedde0cbc2e), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39), [`35865a5`](https://github.com/mastra-ai/mastra/commit/35865a53e194aa9634d6a70a97010e7a6b9d58b1), [`70687f7`](https://github.com/mastra-ai/mastra/commit/70687f7e495a322a02070b4a67cb0c77a5ca91ec), [`3d6e539`](https://github.com/mastra-ai/mastra/commit/3d6e539272eb2ea0407034605ee1906b3be06b39)]:
23
+ - @mastra/core@1.52.0-alpha.12
24
+
25
+ ## 1.2.8-alpha.23
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [[`c7d30cd`](https://github.com/mastra-ai/mastra/commit/c7d30cd86009c407df91105591f03cd6e3d2854d), [`ef03fbc`](https://github.com/mastra-ai/mastra/commit/ef03fbcc556bcbc04c9b3d06fab88771ecaa043c), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`a7bbe77`](https://github.com/mastra-ai/mastra/commit/a7bbe773577f60bc4761b534ef7ec6b476332dad), [`4e68363`](https://github.com/mastra-ai/mastra/commit/4e683634f94ebd062d26a3bb6093a8dfc7263d37), [`9251370`](https://github.com/mastra-ai/mastra/commit/9251370ad413af464aa22d7566338bec5613e8de)]:
30
+ - @mastra/core@1.52.0-alpha.11
31
+
32
+ ## 1.2.8-alpha.20
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [[`41a5392`](https://github.com/mastra-ai/mastra/commit/41a5392d9f6c5e18d6b227f0fc0ddf49c50774e9), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`da009e1`](https://github.com/mastra-ai/mastra/commit/da009e1aacd89ed94b8d1b2af09c9d4fe7c4db49), [`35c2181`](https://github.com/mastra-ai/mastra/commit/35c2181e6a50e47c90ba36260db7c9723d54696f), [`b4b7ea8`](https://github.com/mastra-ai/mastra/commit/b4b7ea8733f033fc441ea47ed03f6afb17ec2248), [`675fbff`](https://github.com/mastra-ai/mastra/commit/675fbff84d3274391b33e852f76083c38a5514e5), [`c328769`](https://github.com/mastra-ai/mastra/commit/c3287698ff8ef98dba86d415faa566fa3e5f4d56), [`232fcbc`](https://github.com/mastra-ai/mastra/commit/232fcbc14fce625dd672ba043329c0b732c62be2), [`3491666`](https://github.com/mastra-ai/mastra/commit/34916663c4fdd43b48c21f4ab2d5fb6dcccc94f9)]:
37
+ - @mastra/core@1.52.0-alpha.10
38
+
39
+ ## 1.2.8-alpha.18
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`0a2c22c`](https://github.com/mastra-ai/mastra/commit/0a2c22c902604439ec490319e14c17f331e0c84c), [`3a8024c`](https://github.com/mastra-ai/mastra/commit/3a8024ce615f8aa89479c0d71fe61d10bb0040be)]:
44
+ - @mastra/core@1.52.0-alpha.9
45
+
46
+ ## 1.2.8-alpha.16
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [[`3b77e77`](https://github.com/mastra-ai/mastra/commit/3b77e7704936522e4769d29de1b5ea6901f302bd), [`6b1bf3b`](https://github.com/mastra-ai/mastra/commit/6b1bf3b9494bd51aa8f654c68c9355d6046fa2a1), [`72e437c`](https://github.com/mastra-ai/mastra/commit/72e437c515942c80b9def5b026e0bdee61b469d9)]:
51
+ - @mastra/core@1.52.0-alpha.8
52
+
53
+ ## 1.2.8-alpha.14
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [[`b7e79c3`](https://github.com/mastra-ai/mastra/commit/b7e79c3c02ac5cd415db34ba0975ceafc1464333), [`b75d749`](https://github.com/mastra-ai/mastra/commit/b75d749621ff5d17e86bcb4ee809d301fb4f7cf3), [`a8799bb`](https://github.com/mastra-ai/mastra/commit/a8799bb8e44f4a60d01e4e2acd3448ff80bf14f8)]:
58
+ - @mastra/core@1.52.0-alpha.7
59
+
60
+ ## 1.2.8-alpha.12
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [[`a40adeb`](https://github.com/mastra-ai/mastra/commit/a40adeb222b961a56a58af56a106106525721b74), [`821648b`](https://github.com/mastra-ai/mastra/commit/821648bf2871ef840100c7bacbecf676010bd12a), [`11f6cd9`](https://github.com/mastra-ai/mastra/commit/11f6cd96fe42582403416608beb212cc1a2cc79e)]:
65
+ - @mastra/core@1.52.0-alpha.6
66
+
67
+ ## 1.2.8-alpha.10
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [[`ec857fc`](https://github.com/mastra-ai/mastra/commit/ec857fc79c264b53b38e16478c789b7177f2ad59), [`e1f2fae`](https://github.com/mastra-ai/mastra/commit/e1f2faebaf048c3d4c2e2c01d293767c195d5794), [`63aa799`](https://github.com/mastra-ai/mastra/commit/63aa799c6b44eacc7806cda6846b7c5bbee06b37), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`73db8db`](https://github.com/mastra-ai/mastra/commit/73db8db90d69ab6153c7942749f624db0d96952d), [`76b7181`](https://github.com/mastra-ai/mastra/commit/76b71810366e6d90b9d3973149d1c7ba3659ffb9), [`0c0e8d7`](https://github.com/mastra-ai/mastra/commit/0c0e8d7becd4d1445c656b78d5d845f606c1ff9d), [`9f7c67a`](https://github.com/mastra-ai/mastra/commit/9f7c67abeeb52c41c51a9b5edee60b62afe7cd8d), [`3b65e68`](https://github.com/mastra-ai/mastra/commit/3b65e68d7f1c771c7a70eea42d83fefdd28cad88), [`e3868e2`](https://github.com/mastra-ai/mastra/commit/e3868e22babfffd0133771669ca724501c2dd58e)]:
72
+ - @mastra/core@1.52.0-alpha.5
73
+
74
+ ## 1.2.8-alpha.8
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [[`4cfdd64`](https://github.com/mastra-ai/mastra/commit/4cfdd645794feaea0c4ea711e70ecdfbef0c5b8e)]:
79
+ - @mastra/core@1.52.0-alpha.4
80
+
3
81
  ## 1.2.8-alpha.6
4
82
 
5
83
  ### Patch Changes
@@ -2071,5 +2071,5 @@ async function runServer() {
2071
2071
  }
2072
2072
 
2073
2073
  export { runServer, server, setLogLevel, writeErrorLog };
2074
- //# sourceMappingURL=chunk-GLPCVXXO.js.map
2075
- //# sourceMappingURL=chunk-GLPCVXXO.js.map
2074
+ //# sourceMappingURL=chunk-HGADBLKG.js.map
2075
+ //# sourceMappingURL=chunk-HGADBLKG.js.map