@mastra/mcp-docs-server 1.2.8-alpha.2 → 1.2.8-alpha.23
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.
- package/.docs/docs/agent-builder/integrations.md +1 -3
- package/.docs/docs/agents/overview.md +17 -13
- package/.docs/docs/agents/skills.md +1 -3
- package/.docs/docs/agents/structured-output.md +14 -7
- package/.docs/docs/agents/using-tools.md +66 -49
- package/.docs/docs/browser/agent-browser.md +1 -0
- package/.docs/docs/browser/firecrawl.md +129 -0
- package/.docs/docs/browser/overview.md +16 -2
- package/.docs/docs/capabilities/channels/slack.md +111 -1
- package/.docs/docs/deployment/mastra-server.md +35 -0
- package/.docs/docs/deployment/monorepo.md +2 -0
- package/.docs/docs/deployment/overview.md +6 -0
- package/.docs/docs/deployment/sandbox.md +277 -0
- package/.docs/docs/editor/overview.md +2 -6
- package/.docs/docs/editor/tools.md +2 -6
- package/.docs/docs/evals/multi-turn.md +178 -0
- package/.docs/docs/evals/overview.md +1 -0
- package/.docs/docs/evals/running-in-ci.md +3 -9
- package/.docs/docs/getting-started/build-with-ai.md +2 -6
- package/.docs/docs/getting-started/manual-install.md +1 -1
- package/.docs/docs/index.md +17 -13
- package/.docs/docs/long-running-agents/background-tasks.md +2 -2
- package/.docs/docs/long-running-agents/durable-agents.md +2 -1
- package/.docs/docs/long-running-agents/goals.md +3 -1
- package/.docs/docs/mastra-platform/database.md +12 -6
- package/.docs/docs/mastra-platform/deploy.md +14 -7
- package/.docs/docs/mastra-platform/environments.md +5 -4
- package/.docs/docs/mastra-platform/observability.md +4 -12
- package/.docs/docs/mastra-platform/overview.md +1 -1
- package/.docs/docs/mastra-platform/regions.md +73 -0
- package/.docs/docs/mastra-platform/workspace.md +111 -0
- package/.docs/docs/mcp/overview.md +1 -1
- package/.docs/docs/memory/observational-memory.md +77 -2
- package/.docs/docs/memory/overview.md +4 -0
- package/.docs/docs/observability/feedback.md +4 -0
- package/.docs/docs/observability/integrations/bridges/otel.md +1 -3
- package/.docs/docs/observability/integrations/exporters/otel.md +1 -3
- package/.docs/docs/server/auth/fga.md +40 -0
- package/.docs/docs/server/auth/simple-auth.md +1 -3
- package/.docs/docs/server/request-context.md +2 -0
- package/.docs/docs/studio/overview.md +2 -0
- package/.docs/docs/workflows/control-flow.md +1 -3
- package/.docs/docs/workspace/filesystem.md +1 -0
- package/.docs/docs/workspace/sandbox.md +1 -0
- package/.docs/guides/getting-started/quickstart.md +40 -25
- package/.docs/guides/index.md +1 -1
- package/.docs/guides/migrations/vnext-to-standard-apis.md +1 -3
- package/.docs/models/environment-variables.md +3 -0
- package/.docs/models/gateways/netlify.md +3 -1
- package/.docs/models/gateways/openrouter.md +343 -345
- package/.docs/models/gateways/vercel.md +8 -5
- package/.docs/models/index.md +1 -1
- package/.docs/models/providers/aki-io.md +78 -0
- package/.docs/models/providers/alibaba-token-plan-cn.md +22 -21
- package/.docs/models/providers/alibaba-token-plan.md +22 -21
- package/.docs/models/providers/ambient.md +12 -10
- package/.docs/models/providers/baseten.md +3 -2
- package/.docs/models/providers/cline-pass.md +82 -0
- package/.docs/models/providers/crossmodel.md +2 -1
- package/.docs/models/providers/deepinfra.md +4 -7
- package/.docs/models/providers/deepseek.md +3 -1
- package/.docs/models/providers/empiriolabs.md +2 -1
- package/.docs/models/providers/evroc.md +3 -2
- package/.docs/models/providers/google.md +6 -4
- package/.docs/models/providers/inferx.md +3 -3
- package/.docs/models/providers/kilo.md +1 -1
- package/.docs/models/providers/kimi-for-coding.md +10 -11
- package/.docs/models/providers/llmgateway.md +5 -8
- package/.docs/models/providers/moonshotai-cn.md +3 -2
- package/.docs/models/providers/moonshotai.md +3 -2
- package/.docs/models/providers/nebius.md +3 -1
- package/.docs/models/providers/novita-ai.md +3 -1
- package/.docs/models/providers/ollama-cloud.md +25 -42
- package/.docs/models/providers/opencode-go.md +5 -3
- package/.docs/models/providers/opencode.md +4 -2
- package/.docs/models/providers/orcarouter.md +1 -1
- package/.docs/models/providers/privatemode-ai.md +10 -10
- package/.docs/models/providers/thinkingmachines.md +73 -0
- package/.docs/models/providers/togetherai.md +2 -6
- package/.docs/models/providers/wandb.md +2 -1
- package/.docs/models/providers/zenmux.md +3 -1
- package/.docs/models/providers.md +3 -0
- package/.docs/reference/acp/acp-agent.md +2 -0
- package/.docs/reference/acp/create-acp-tool.md +28 -0
- package/.docs/reference/agent-controller/session.md +15 -0
- package/.docs/reference/agents/agent.md +13 -1
- package/.docs/reference/agents/durable-agent.md +23 -0
- package/.docs/reference/agents/generate.md +19 -1
- package/.docs/reference/browser/firecrawl-browser.md +71 -0
- package/.docs/reference/cli/create-mastra.md +118 -43
- package/.docs/reference/cli/mastra.md +47 -5
- package/.docs/reference/code-sdk/mount-agent-controller.md +4 -4
- package/.docs/reference/core/getMCPServer.md +1 -3
- package/.docs/reference/core/getMCPServerById.md +1 -3
- package/.docs/reference/core/getWorkflow.md +1 -3
- package/.docs/reference/core/listMCPServers.md +2 -6
- package/.docs/reference/datasets/addItem.md +1 -3
- package/.docs/reference/datasets/addItems.md +1 -3
- package/.docs/reference/datasets/compareExperiments.md +1 -3
- package/.docs/reference/datasets/create.md +1 -3
- package/.docs/reference/datasets/dataset.md +2 -6
- package/.docs/reference/datasets/datasets-manager.md +5 -15
- package/.docs/reference/datasets/delete.md +1 -3
- package/.docs/reference/datasets/deleteExperiment.md +1 -3
- package/.docs/reference/datasets/deleteItem.md +1 -3
- package/.docs/reference/datasets/deleteItems.md +1 -3
- package/.docs/reference/datasets/get.md +1 -3
- package/.docs/reference/datasets/getDetails.md +1 -3
- package/.docs/reference/datasets/getExperiment.md +1 -3
- package/.docs/reference/datasets/getItem.md +1 -3
- package/.docs/reference/datasets/getItemHistory.md +1 -3
- package/.docs/reference/datasets/list.md +1 -3
- package/.docs/reference/datasets/listExperimentResults.md +1 -3
- package/.docs/reference/datasets/listExperiments.md +1 -3
- package/.docs/reference/datasets/listItems.md +1 -3
- package/.docs/reference/datasets/listVersions.md +1 -3
- package/.docs/reference/datasets/startExperiment.md +1 -3
- package/.docs/reference/datasets/startExperimentAsync.md +1 -3
- package/.docs/reference/datasets/update.md +1 -3
- package/.docs/reference/datasets/updateItem.md +1 -3
- package/.docs/reference/editor/mastra-editor.md +1 -3
- package/.docs/reference/evals/context-recall.md +205 -0
- package/.docs/reference/evals/create-scorer.md +4 -10
- package/.docs/reference/evals/mastra-scorer.md +1 -3
- package/.docs/reference/evals/run-evals.md +94 -2
- package/.docs/reference/file-based-agents/tools.md +7 -6
- package/.docs/reference/index.md +5 -0
- package/.docs/reference/memory/observational-memory.md +21 -0
- package/.docs/reference/observability/tracing/exporters/posthog.md +39 -1
- package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +1 -3
- package/.docs/reference/processors/token-limiter-processor.md +1 -3
- package/.docs/reference/rag/database-config.md +12 -0
- package/.docs/reference/streaming/agents/stream.md +3 -1
- package/.docs/reference/templates/overview.md +6 -32
- package/.docs/reference/tools/create-tool.md +78 -52
- package/.docs/reference/tools/mcp-client.md +104 -24
- package/.docs/reference/tools/mcp-server.md +143 -44
- package/.docs/reference/tools/tavily.md +1 -1
- package/.docs/reference/tools/vector-query-tool.md +22 -0
- package/.docs/reference/vectors/mongodb.md +2 -0
- package/.docs/reference/vectors/turbopuffer.md +4 -0
- package/.docs/reference/voice/mistral.md +127 -0
- package/.docs/reference/workspace/daytona-sandbox.md +2 -6
- package/.docs/reference/workspace/platform-filesystem.md +182 -0
- package/.docs/reference/workspace/platform-sandbox.md +200 -0
- package/.docs/reference/workspace/railway-sandbox.md +37 -1
- package/CHANGELOG.md +78 -0
- package/dist/{chunk-GLPCVXXO.js → chunk-HGADBLKG.js} +2 -2
- package/dist/{chunk-GLPCVXXO.js.map → chunk-HGADBLKG.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/stdio.js +1 -1
- package/dist/tools/docs.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -207,6 +207,34 @@ const instructionsByServer = mcp.getServerInstructions()
|
|
|
207
207
|
console.log(instructionsByServer.db)
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
+
### `authenticate()`
|
|
211
|
+
|
|
212
|
+
Runs the interactive OAuth authorization-code flow for a server configured with an `MCPOAuthClientProvider` whose redirect URL points at a loopback address. Starts a local callback server, delivers the authorization URL through the provider's `onRedirectToAuthorization` callback, waits for the browser to return the authorization code, exchanges it for tokens, and reconnects. See [Interactive browser authentication](#interactive-browser-authentication).
|
|
213
|
+
|
|
214
|
+
The optional `timeoutMs` bounds how long the flow waits for the browser to return the authorization code before rejecting, and defaults to 5 minutes.
|
|
215
|
+
|
|
216
|
+
```typescript
|
|
217
|
+
async authenticate(serverName: string, options?: { timeoutMs?: number }): Promise<void>
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
### `getServerAuthState()`
|
|
221
|
+
|
|
222
|
+
Returns the OAuth authorization state of a configured server: `'needs-auth'` after a connection attempt was rejected with an authorization error, `'authorized'` once the server accepted the provider's credentials, or `undefined` for servers without an `authProvider` or that haven't attempted a connection yet.
|
|
223
|
+
|
|
224
|
+
```typescript
|
|
225
|
+
getServerAuthState(serverName: string): 'needs-auth' | 'authorized' | undefined
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
### `cancelAuthentication()`
|
|
229
|
+
|
|
230
|
+
Cancels an in-progress `authenticate()` flow for a server, so an abandoned browser authorization does not leave the client waiting indefinitely. It aborts the flow (including its setup phase, before the callback server binds), closes the local callback server if one is listening, and the pending `authenticate()` call rejects. Returns `true` if a flow was cancelled, or `false` when no flow was in progress.
|
|
231
|
+
|
|
232
|
+
The resulting `getServerAuthState()` depends on how far the flow had progressed: a flow cancelled after the server rejected the connection with `401` stays at `'needs-auth'` and can be retried immediately, while a flow cancelled during the setup phase — before any connection was attempted — leaves the state unchanged (typically `undefined`).
|
|
233
|
+
|
|
234
|
+
```typescript
|
|
235
|
+
async cancelAuthentication(serverName: string): Promise<boolean>
|
|
236
|
+
```
|
|
237
|
+
|
|
210
238
|
### `disconnect()`
|
|
211
239
|
|
|
212
240
|
Disconnects from all MCP servers and cleans up resources.
|
|
@@ -252,9 +280,7 @@ This is useful for connecting external MCP servers that implement the MCP Apps e
|
|
|
252
280
|
The `MCPClient` instance has a `resources` property that provides access to resource-related operations.
|
|
253
281
|
|
|
254
282
|
```typescript
|
|
255
|
-
const mcpClient = new MCPClient({
|
|
256
|
-
/* ...servers configuration... */
|
|
257
|
-
})
|
|
283
|
+
const mcpClient = new MCPClient({/* ...servers configuration... */})
|
|
258
284
|
|
|
259
285
|
// Access resource methods via mcpClient.resources
|
|
260
286
|
const allResourcesByServer = await mcpClient.resources.list()
|
|
@@ -383,9 +409,7 @@ mcpClient.resources.onListChanged('myWeatherServer', () => {
|
|
|
383
409
|
The `MCPClient` instance has an `elicitation` property that provides access to elicitation-related operations. Elicitation allows MCP servers to request structured information from users.
|
|
384
410
|
|
|
385
411
|
```typescript
|
|
386
|
-
const mcpClient = new MCPClient({
|
|
387
|
-
/* ...servers configuration... */
|
|
388
|
-
})
|
|
412
|
+
const mcpClient = new MCPClient({/* ...servers configuration... */})
|
|
389
413
|
|
|
390
414
|
// Set up elicitation handler
|
|
391
415
|
mcpClient.elicitation.onRequest('serverName', async request => {
|
|
@@ -524,9 +548,7 @@ await mcpClient.elicitation.onRequest('interactiveServer', async request => {
|
|
|
524
548
|
The `MCPClient` instance has a `prompts` property that provides access to prompt-related operations.
|
|
525
549
|
|
|
526
550
|
```typescript
|
|
527
|
-
const mcpClient = new MCPClient({
|
|
528
|
-
/* ...servers configuration... */
|
|
529
|
-
})
|
|
551
|
+
const mcpClient = new MCPClient({/* ...servers configuration... */})
|
|
530
552
|
|
|
531
553
|
// Access prompt methods via mcpClient.prompts
|
|
532
554
|
const allPromptsByServer = await mcpClient.prompts.list()
|
|
@@ -821,6 +843,74 @@ const client = new MCPClient({
|
|
|
821
843
|
})
|
|
822
844
|
```
|
|
823
845
|
|
|
846
|
+
Give each server its own `MCPOAuthClientProvider` instance. A provider holds per-server session and credential state during authorization, so sharing one instance across multiple servers lets their flows overwrite each other. When configuring several protected servers, construct a separate provider for each.
|
|
847
|
+
|
|
848
|
+
### Interactive browser authentication
|
|
849
|
+
|
|
850
|
+
When a server rejects a connection because authorization is required, the client records a `'needs-auth'` state instead of failing outright. Calling `authenticate()` then completes the flow end to end: it starts a one-shot callback server on the provider's loopback redirect URL (falling back to the next sequential ports when it is in use), lets the SDK run discovery and dynamic client registration, delivers the authorization URL through `onRedirectToAuthorization` — open it in the user's browser — and finishes the token exchange once the browser returns the authorization code:
|
|
851
|
+
|
|
852
|
+
```typescript
|
|
853
|
+
import { MCPClient, MCPOAuthClientProvider } from '@mastra/mcp'
|
|
854
|
+
|
|
855
|
+
const oauthProvider = new MCPOAuthClientProvider({
|
|
856
|
+
redirectUrl: 'http://127.0.0.1:5533/oauth/callback',
|
|
857
|
+
clientMetadata: {
|
|
858
|
+
redirect_uris: ['http://127.0.0.1:5533/oauth/callback'],
|
|
859
|
+
client_name: 'My MCP Client',
|
|
860
|
+
grant_types: ['authorization_code', 'refresh_token'],
|
|
861
|
+
response_types: ['code'],
|
|
862
|
+
},
|
|
863
|
+
onRedirectToAuthorization: url => {
|
|
864
|
+
// Open the user's browser at the consent page
|
|
865
|
+
console.log(`Please visit: ${url}`)
|
|
866
|
+
},
|
|
867
|
+
})
|
|
868
|
+
|
|
869
|
+
const mcp = new MCPClient({
|
|
870
|
+
servers: {
|
|
871
|
+
protectedServer: {
|
|
872
|
+
url: new URL('https://mcp.example.com/mcp'),
|
|
873
|
+
authProvider: oauthProvider,
|
|
874
|
+
},
|
|
875
|
+
},
|
|
876
|
+
})
|
|
877
|
+
|
|
878
|
+
try {
|
|
879
|
+
await mcp.listTools()
|
|
880
|
+
} catch {
|
|
881
|
+
if (mcp.getServerAuthState('protectedServer') === 'needs-auth') {
|
|
882
|
+
await mcp.authenticate('protectedServer')
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
```
|
|
886
|
+
|
|
887
|
+
Concurrent `authenticate()` calls for the same server join the pending flow; different servers authenticate independently. With valid stored tokens the call simply reconnects without opening a browser.
|
|
888
|
+
|
|
889
|
+
Hosts that drive the flow themselves can capture the authorization code with the exported `createOAuthCallbackServer` helper, which binds a one-shot loopback server, validates the OAuth `state` parameter, and resolves with the code. It creates a plain HTTP server, so it is only for local loopback redirects. Web applications that use an HTTPS redirect URL must host their own callback endpoint and drive the provider directly rather than using this helper:
|
|
890
|
+
|
|
891
|
+
```typescript
|
|
892
|
+
import { createOAuthCallbackServer, getCallbackUrlCandidates } from '@mastra/mcp'
|
|
893
|
+
|
|
894
|
+
// getCallbackUrlCandidates() lists every URL the helper may bind, so register
|
|
895
|
+
// all of them as redirect_uris during client registration to cover port fallback.
|
|
896
|
+
const redirectUris = getCallbackUrlCandidates('http://127.0.0.1:5533/oauth/callback').map(url =>
|
|
897
|
+
url.toString(),
|
|
898
|
+
)
|
|
899
|
+
|
|
900
|
+
const server = await createOAuthCallbackServer({
|
|
901
|
+
redirectUrl: 'http://127.0.0.1:5533/oauth/callback',
|
|
902
|
+
state: expectedState,
|
|
903
|
+
})
|
|
904
|
+
|
|
905
|
+
// server.url reflects the port actually bound — use it as the redirect_uri.
|
|
906
|
+
try {
|
|
907
|
+
const { code } = await server.waitForCode()
|
|
908
|
+
// Exchange the code here.
|
|
909
|
+
} finally {
|
|
910
|
+
await server.close()
|
|
911
|
+
}
|
|
912
|
+
```
|
|
913
|
+
|
|
824
914
|
### Quick Token Provider
|
|
825
915
|
|
|
826
916
|
For testing or when you already have a valid access token:
|
|
@@ -884,9 +974,7 @@ class DatabaseOAuthStorage implements OAuthStorage {
|
|
|
884
974
|
|
|
885
975
|
const provider = new MCPOAuthClientProvider({
|
|
886
976
|
redirectUrl: 'http://localhost:3000/callback',
|
|
887
|
-
clientMetadata: {
|
|
888
|
-
/* ... */
|
|
889
|
-
},
|
|
977
|
+
clientMetadata: {/* ... */},
|
|
890
978
|
storage: new DatabaseOAuthStorage(db, 'user-123'),
|
|
891
979
|
})
|
|
892
980
|
```
|
|
@@ -1021,33 +1109,25 @@ For example, if you try to create multiple instances with the same configuration
|
|
|
1021
1109
|
```typescript
|
|
1022
1110
|
// First instance - OK
|
|
1023
1111
|
const mcp1 = new MCPClient({
|
|
1024
|
-
servers: {
|
|
1025
|
-
/* ... */
|
|
1026
|
-
},
|
|
1112
|
+
servers: {/* ... */},
|
|
1027
1113
|
})
|
|
1028
1114
|
|
|
1029
1115
|
// Second instance with same config - Will throw an error
|
|
1030
1116
|
const mcp2 = new MCPClient({
|
|
1031
|
-
servers: {
|
|
1032
|
-
/* ... */
|
|
1033
|
-
},
|
|
1117
|
+
servers: {/* ... */},
|
|
1034
1118
|
})
|
|
1035
1119
|
|
|
1036
1120
|
// To fix, either:
|
|
1037
1121
|
// 1. Add unique IDs
|
|
1038
1122
|
const mcp3 = new MCPClient({
|
|
1039
1123
|
id: 'instance-1',
|
|
1040
|
-
servers: {
|
|
1041
|
-
/* ... */
|
|
1042
|
-
},
|
|
1124
|
+
servers: {/* ... */},
|
|
1043
1125
|
})
|
|
1044
1126
|
|
|
1045
1127
|
// 2. Or disconnect before recreating
|
|
1046
1128
|
await mcp1.disconnect()
|
|
1047
1129
|
const mcp4 = new MCPClient({
|
|
1048
|
-
servers: {
|
|
1049
|
-
/* ... */
|
|
1050
|
-
},
|
|
1130
|
+
servers: {/* ... */},
|
|
1051
1131
|
})
|
|
1052
1132
|
```
|
|
1053
1133
|
|
|
@@ -187,9 +187,7 @@ const server = new MCPServer({
|
|
|
187
187
|
id: 'my-server',
|
|
188
188
|
name: 'My Server',
|
|
189
189
|
version: '1.0.0',
|
|
190
|
-
tools: {
|
|
191
|
-
/* ... */
|
|
192
|
-
},
|
|
190
|
+
tools: {/* ... */},
|
|
193
191
|
})
|
|
194
192
|
await server.startStdio()
|
|
195
193
|
```
|
|
@@ -353,9 +351,7 @@ const server = new MCPServer({
|
|
|
353
351
|
id: 'my-serverless-mcp',
|
|
354
352
|
name: 'My Serverless MCP',
|
|
355
353
|
version: '1.0.0',
|
|
356
|
-
tools: {
|
|
357
|
-
/* your tools */
|
|
358
|
-
},
|
|
354
|
+
tools: {/* your tools */},
|
|
359
355
|
})
|
|
360
356
|
|
|
361
357
|
serve(async req => {
|
|
@@ -637,9 +633,7 @@ const serverWithResources = new MCPServer({
|
|
|
637
633
|
id: 'resourceful-server',
|
|
638
634
|
name: 'Resourceful Server',
|
|
639
635
|
version: '1.0.0',
|
|
640
|
-
tools: {
|
|
641
|
-
/* ... your tools ... */
|
|
642
|
-
},
|
|
636
|
+
tools: {/* ... your tools ... */},
|
|
643
637
|
resources: myResourceHandlers,
|
|
644
638
|
})
|
|
645
639
|
```
|
|
@@ -768,9 +762,7 @@ const serverWithPrompts = new MCPServer({
|
|
|
768
762
|
id: 'promptful-server',
|
|
769
763
|
name: 'Promptful Server',
|
|
770
764
|
version: '1.0.0',
|
|
771
|
-
tools: {
|
|
772
|
-
/* ... */
|
|
773
|
-
},
|
|
765
|
+
tools: {/* ... */},
|
|
774
766
|
prompts: myPromptHandlers,
|
|
775
767
|
})
|
|
776
768
|
```
|
|
@@ -966,9 +958,7 @@ execute: async (inputData, context) => {
|
|
|
966
958
|
// Use elicitation capabilities
|
|
967
959
|
const result = await context.mcp.elicitation.sendRequest({
|
|
968
960
|
message: 'Please provide information',
|
|
969
|
-
requestedSchema: {
|
|
970
|
-
/* schema */
|
|
971
|
-
},
|
|
961
|
+
requestedSchema: {/* schema */},
|
|
972
962
|
})
|
|
973
963
|
|
|
974
964
|
return result
|
|
@@ -1159,9 +1149,7 @@ const mcpServer = new MCPServer({
|
|
|
1159
1149
|
id: 'protected-server',
|
|
1160
1150
|
name: 'Protected MCP Server',
|
|
1161
1151
|
version: '1.0.0',
|
|
1162
|
-
tools: {
|
|
1163
|
-
/* your tools */
|
|
1164
|
-
},
|
|
1152
|
+
tools: {/* your tools */},
|
|
1165
1153
|
})
|
|
1166
1154
|
|
|
1167
1155
|
// Create OAuth middleware
|
|
@@ -1342,21 +1330,48 @@ To pass data to your tools, populate `req.auth` on the Node.js request object in
|
|
|
1342
1330
|
```typescript
|
|
1343
1331
|
import express from 'express'
|
|
1344
1332
|
|
|
1333
|
+
type MCPAuthenticatedRequest = express.Request & {
|
|
1334
|
+
auth?: {
|
|
1335
|
+
token: string
|
|
1336
|
+
clientId: string
|
|
1337
|
+
scopes: string[]
|
|
1338
|
+
expiresAt?: number
|
|
1339
|
+
extra?: Record<string, unknown>
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1345
1343
|
const app = express()
|
|
1346
1344
|
|
|
1347
1345
|
// Auth middleware - set req.auth before the MCP handler
|
|
1348
|
-
app.use('/mcp', (req, res, next) => {
|
|
1349
|
-
const
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1346
|
+
app.use('/mcp', async (req, res, next) => {
|
|
1347
|
+
const authorization = req.headers.authorization
|
|
1348
|
+
|
|
1349
|
+
if (!authorization?.startsWith('Bearer ')) {
|
|
1350
|
+
res.status(401).json({ error: 'Missing bearer token' })
|
|
1351
|
+
return
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
const token = authorization.slice('Bearer '.length)
|
|
1355
|
+
|
|
1356
|
+
try {
|
|
1357
|
+
const user = await verifyToken(token)
|
|
1358
|
+
|
|
1359
|
+
// This entire object becomes context.mcp.extra.authInfo
|
|
1360
|
+
const authenticatedRequest = req as MCPAuthenticatedRequest
|
|
1361
|
+
authenticatedRequest.auth = {
|
|
1362
|
+
token,
|
|
1363
|
+
clientId: user.clientId,
|
|
1364
|
+
scopes: user.scopes,
|
|
1365
|
+
expiresAt: user.expiresAt,
|
|
1366
|
+
extra: {
|
|
1367
|
+
userId: user.userId,
|
|
1368
|
+
email: user.email,
|
|
1369
|
+
},
|
|
1370
|
+
}
|
|
1371
|
+
next()
|
|
1372
|
+
} catch {
|
|
1373
|
+
res.status(401).json({ error: 'Invalid or expired token' })
|
|
1358
1374
|
}
|
|
1359
|
-
next()
|
|
1360
1375
|
})
|
|
1361
1376
|
|
|
1362
1377
|
app.all('/mcp', async (req, res) => {
|
|
@@ -1434,19 +1449,86 @@ The full `context.mcp.extra` object contains:
|
|
|
1434
1449
|
|
|
1435
1450
|
### Complete Example
|
|
1436
1451
|
|
|
1437
|
-
|
|
1452
|
+
Install [`jose`](https://github.com/panva/jose) to verify JSON Web Tokens (JWTs) against your identity provider's JSON Web Key Set (JWKS):
|
|
1453
|
+
|
|
1454
|
+
**npm**:
|
|
1455
|
+
|
|
1456
|
+
```shell
|
|
1457
|
+
npm install jose
|
|
1458
|
+
```
|
|
1459
|
+
|
|
1460
|
+
**pnpm**:
|
|
1461
|
+
|
|
1462
|
+
```shell
|
|
1463
|
+
pnpm add jose
|
|
1464
|
+
```
|
|
1465
|
+
|
|
1466
|
+
**Yarn**:
|
|
1467
|
+
|
|
1468
|
+
```shell
|
|
1469
|
+
yarn add jose
|
|
1470
|
+
```
|
|
1471
|
+
|
|
1472
|
+
**Bun**:
|
|
1473
|
+
|
|
1474
|
+
```shell
|
|
1475
|
+
bun add jose
|
|
1476
|
+
```
|
|
1477
|
+
|
|
1478
|
+
The following example validates the token's signature, issuer, audience, algorithm, expiration, and required claims before passing its user data to the tool:
|
|
1438
1479
|
|
|
1439
1480
|
```typescript
|
|
1440
1481
|
import express from 'express'
|
|
1482
|
+
import { createRemoteJWKSet, jwtVerify } from 'jose'
|
|
1441
1483
|
import { MCPServer } from '@mastra/mcp'
|
|
1442
1484
|
import { createTool } from '@mastra/core/tools'
|
|
1443
1485
|
import { z } from 'zod'
|
|
1444
1486
|
|
|
1445
|
-
|
|
1446
|
-
|
|
1487
|
+
type MCPAuthenticatedRequest = express.Request & {
|
|
1488
|
+
auth?: {
|
|
1489
|
+
token: string
|
|
1490
|
+
clientId: string
|
|
1491
|
+
scopes: string[]
|
|
1492
|
+
expiresAt?: number
|
|
1493
|
+
extra?: Record<string, unknown>
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
const issuer = process.env.JWT_ISSUER
|
|
1498
|
+
const audience = process.env.JWT_AUDIENCE
|
|
1499
|
+
const jwksUri = process.env.JWT_JWKS_URI
|
|
1500
|
+
|
|
1501
|
+
if (!issuer || !audience || !jwksUri) {
|
|
1502
|
+
throw new Error('JWT_ISSUER, JWT_AUDIENCE, and JWT_JWKS_URI are required')
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
const jwks = createRemoteJWKSet(new URL(jwksUri))
|
|
1506
|
+
|
|
1507
|
+
const verifyToken = async (token: string) => {
|
|
1508
|
+
const { payload } = await jwtVerify(token, jwks, {
|
|
1509
|
+
issuer,
|
|
1510
|
+
audience,
|
|
1511
|
+
algorithms: ['RS256'],
|
|
1512
|
+
requiredClaims: ['exp'],
|
|
1513
|
+
})
|
|
1514
|
+
|
|
1515
|
+
const clientId =
|
|
1516
|
+
typeof payload.client_id === 'string'
|
|
1517
|
+
? payload.client_id
|
|
1518
|
+
: typeof payload.azp === 'string'
|
|
1519
|
+
? payload.azp
|
|
1520
|
+
: undefined
|
|
1521
|
+
|
|
1522
|
+
if (!payload.sub || typeof payload.email !== 'string' || !clientId || !payload.exp) {
|
|
1523
|
+
throw new Error('Token must contain sub, email, exp, and client_id or azp claims')
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1447
1526
|
return {
|
|
1448
|
-
userId:
|
|
1449
|
-
|
|
1527
|
+
userId: payload.sub,
|
|
1528
|
+
clientId,
|
|
1529
|
+
email: payload.email,
|
|
1530
|
+
expiresAt: payload.exp,
|
|
1531
|
+
scopes: typeof payload.scope === 'string' ? payload.scope.split(' ') : [],
|
|
1450
1532
|
}
|
|
1451
1533
|
}
|
|
1452
1534
|
|
|
@@ -1481,18 +1563,35 @@ const server = new MCPServer({
|
|
|
1481
1563
|
// 3. Set up Express with auth middleware
|
|
1482
1564
|
const app = express()
|
|
1483
1565
|
|
|
1484
|
-
app.use('/mcp', (req, res, next) => {
|
|
1485
|
-
const
|
|
1486
|
-
|
|
1566
|
+
app.use('/mcp', async (req, res, next) => {
|
|
1567
|
+
const authorization = req.headers.authorization
|
|
1568
|
+
|
|
1569
|
+
if (!authorization?.startsWith('Bearer ')) {
|
|
1570
|
+
res.status(401).json({ error: 'Missing bearer token' })
|
|
1571
|
+
return
|
|
1572
|
+
}
|
|
1487
1573
|
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
token
|
|
1492
|
-
|
|
1493
|
-
|
|
1574
|
+
const token = authorization.slice('Bearer '.length)
|
|
1575
|
+
|
|
1576
|
+
try {
|
|
1577
|
+
const user = await verifyToken(token)
|
|
1578
|
+
|
|
1579
|
+
// This entire object becomes context.mcp.extra.authInfo
|
|
1580
|
+
const authenticatedRequest = req as MCPAuthenticatedRequest
|
|
1581
|
+
authenticatedRequest.auth = {
|
|
1582
|
+
token,
|
|
1583
|
+
clientId: user.clientId,
|
|
1584
|
+
scopes: user.scopes,
|
|
1585
|
+
expiresAt: user.expiresAt,
|
|
1586
|
+
extra: {
|
|
1587
|
+
userId: user.userId,
|
|
1588
|
+
email: user.email,
|
|
1589
|
+
},
|
|
1590
|
+
}
|
|
1591
|
+
next()
|
|
1592
|
+
} catch {
|
|
1593
|
+
res.status(401).json({ error: 'Invalid or expired token' })
|
|
1494
1594
|
}
|
|
1495
|
-
next()
|
|
1496
1595
|
})
|
|
1497
1596
|
|
|
1498
1597
|
app.all('/mcp', async (req, res) => {
|
|
@@ -59,7 +59,7 @@ All factory functions accept `TavilyClientOptions` from `@tavily/core`:
|
|
|
59
59
|
|
|
60
60
|
**apiKey** (`string`): Tavily API key. Falls back to the TAVILY\_API\_KEY environment variable.
|
|
61
61
|
|
|
62
|
-
**
|
|
62
|
+
**clientName** (`string`): Attribution string sent with each request in the X-Client-Name header. (Default: `'mastra'`)
|
|
63
63
|
|
|
64
64
|
**apiBaseURL** (`string`): Base URL for the Tavily API.
|
|
65
65
|
|
|
@@ -269,6 +269,28 @@ const chromaQueryTool = createVectorQueryTool({
|
|
|
269
269
|
- **whereDocument**: Filter by document content
|
|
270
270
|
- **Use Cases**: Advanced filtering, content-based search
|
|
271
271
|
|
|
272
|
+
**Turbopuffer**:
|
|
273
|
+
|
|
274
|
+
### Turbopuffer Configuration
|
|
275
|
+
|
|
276
|
+
```typescript
|
|
277
|
+
const turbopufferQueryTool = createVectorQueryTool({
|
|
278
|
+
vectorStoreName: 'turbopuffer',
|
|
279
|
+
indexName: 'docs',
|
|
280
|
+
model: new ModelRouterEmbeddingModel('openai/text-embedding-3-small'),
|
|
281
|
+
databaseConfig: {
|
|
282
|
+
turbopuffer: {
|
|
283
|
+
consistency: 'eventual', // Lower latency, recently written data may not be visible yet
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
|
+
})
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
**Turbopuffer Features:**
|
|
290
|
+
|
|
291
|
+
- **consistency**: Choose between `strong` (default, read-your-writes) and `eventual` (lower latency)
|
|
292
|
+
- **Use Cases**: Latency-sensitive queries where slightly stale data is acceptable
|
|
293
|
+
|
|
272
294
|
**Multiple Configs**:
|
|
273
295
|
|
|
274
296
|
### Multiple Database Configurations
|
|
@@ -89,6 +89,8 @@ Creates a new vector index (collection) in MongoDB.
|
|
|
89
89
|
|
|
90
90
|
**metric** (`'cosine' | 'euclidean' | 'dotproduct'`): Distance metric for similarity search (Default: `cosine`)
|
|
91
91
|
|
|
92
|
+
**filterFields** (`string[]`): Metadata field names to declare as filter fields in the Atlas vectorSearch index (registered as metadata.\<field>). Queries that filter only on declared fields are pushed directly into $vectorSearch instead of pre-filtering candidate \_ids, avoiding the 16 MB BSON limit on large result sets. Filters that reference an undeclared field, or use an operator $vectorSearch does not support, fall back to the pre-filter automatically.
|
|
93
|
+
|
|
92
94
|
### `waitForIndexReady()`
|
|
93
95
|
|
|
94
96
|
Waits for an index to become ready after creation. Useful when you need to ensure an index is ready before performing operations.
|
|
@@ -18,6 +18,8 @@ The TurbopufferVector class provides vector search using [Turbopuffer](https://t
|
|
|
18
18
|
|
|
19
19
|
**compression** (`boolean`): Whether to compress requests and accept compressed responses. (Default: `true`)
|
|
20
20
|
|
|
21
|
+
**consistency** (`'strong' | 'eventual'`): The default consistency level for queries. Can be overridden per query. "strong" guarantees queries see all data written before the query started, at the cost of higher latency. "eventual" offers lower latency, but recently written data may not be visible yet. (Default: `strong`)
|
|
22
|
+
|
|
21
23
|
**schemaConfigForIndex** (`function`): A callback function that takes an index name and returns a config object for that index. This allows you to define explicit schemas per index.
|
|
22
24
|
|
|
23
25
|
## Methods
|
|
@@ -50,6 +52,8 @@ The TurbopufferVector class provides vector search using [Turbopuffer](https://t
|
|
|
50
52
|
|
|
51
53
|
**includeVector** (`boolean`): Whether to include vectors in the results (Default: `false`)
|
|
52
54
|
|
|
55
|
+
**consistency** (`'strong' | 'eventual'`): The consistency level for this query. Overrides the consistency level set in the constructor. Defaults to "strong".
|
|
56
|
+
|
|
53
57
|
### `listIndexes()`
|
|
54
58
|
|
|
55
59
|
Returns an array of index names as strings.
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
|
|
2
|
+
|
|
3
|
+
# Mistral
|
|
4
|
+
|
|
5
|
+
The MistralVoice class provides text-to-speech and speech-to-text capabilities using Mistral's Voxtral audio models. It supports buffered and streaming TTS, batch transcription with diarization, and voice cloning via reference audio.
|
|
6
|
+
|
|
7
|
+
## Usage example
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
import { MistralVoice } from '@mastra/voice-mistral'
|
|
11
|
+
|
|
12
|
+
const voice = new MistralVoice()
|
|
13
|
+
|
|
14
|
+
// Text-to-speech
|
|
15
|
+
const audioStream = await voice.speak('Hello, how can I help you?', {
|
|
16
|
+
responseFormat: 'mp3',
|
|
17
|
+
})
|
|
18
|
+
|
|
19
|
+
// Speech-to-text
|
|
20
|
+
const text = await voice.listen(audioStream, {
|
|
21
|
+
language: 'en',
|
|
22
|
+
})
|
|
23
|
+
|
|
24
|
+
// List available voices
|
|
25
|
+
const speakers = await voice.getSpeakers()
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
```typescript
|
|
29
|
+
import { MistralVoice } from '@mastra/voice-mistral'
|
|
30
|
+
|
|
31
|
+
// Initialize with specific configuration
|
|
32
|
+
const voice = new MistralVoice({
|
|
33
|
+
speechModel: {
|
|
34
|
+
name: 'voxtral-mini-tts-2603',
|
|
35
|
+
apiKey: 'your-mistral-api-key',
|
|
36
|
+
},
|
|
37
|
+
listeningModel: {
|
|
38
|
+
name: 'voxtral-mini-latest',
|
|
39
|
+
apiKey: 'your-mistral-api-key',
|
|
40
|
+
},
|
|
41
|
+
speaker: 'en_paul_neutral',
|
|
42
|
+
})
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Constructor parameters
|
|
46
|
+
|
|
47
|
+
**speechModel** (`MistralModelConfig`): Configuration for text-to-speech synthesis. (Default: `{ name: 'voxtral-mini-tts-2603' }`)
|
|
48
|
+
|
|
49
|
+
**speechModel.name** (`string`): Model ID for speech synthesis.
|
|
50
|
+
|
|
51
|
+
**speechModel.apiKey** (`string`): Mistral API key. Falls back to MISTRAL\_API\_KEY environment variable.
|
|
52
|
+
|
|
53
|
+
**listeningModel** (`MistralModelConfig`): Configuration for speech-to-text recognition. (Default: `{ name: 'voxtral-mini-latest' }`)
|
|
54
|
+
|
|
55
|
+
**listeningModel.name** (`string`): Model ID for transcription. Use 'voxtral-mini-2507' for a pinned version.
|
|
56
|
+
|
|
57
|
+
**listeningModel.apiKey** (`string`): Mistral API key. Falls back to MISTRAL\_API\_KEY environment variable.
|
|
58
|
+
|
|
59
|
+
**speaker** (`string`): Default voice ID for speech synthesis. Retrieve available IDs from getSpeakers(). (Default: `'en_paul_neutral'`)
|
|
60
|
+
|
|
61
|
+
## Methods
|
|
62
|
+
|
|
63
|
+
### `speak(input, options?)`
|
|
64
|
+
|
|
65
|
+
Converts text to speech using Mistral's Voxtral TTS model. Supports both buffered and streaming output.
|
|
66
|
+
|
|
67
|
+
**input** (`string | NodeJS.ReadableStream`): Text or text stream to convert to speech.
|
|
68
|
+
|
|
69
|
+
**options** (`MistralSpeakOptions`): Configuration options.
|
|
70
|
+
|
|
71
|
+
**options.speaker** (`string`): Voice ID to use. Overrides the constructor default.
|
|
72
|
+
|
|
73
|
+
**options.responseFormat** (`'pcm' | 'wav' | 'mp3' | 'flac' | 'opus'`): Audio output format. Use 'pcm' for lowest latency streaming.
|
|
74
|
+
|
|
75
|
+
**options.refAudio** (`string`): Base64-encoded reference audio for one-off voice cloning (minimum 2-3 seconds).
|
|
76
|
+
|
|
77
|
+
**options.model** (`string`): Override the speech model for this call.
|
|
78
|
+
|
|
79
|
+
**options.stream** (`boolean`): Enable streaming TTS. Audio chunks are written to the stream as they arrive.
|
|
80
|
+
|
|
81
|
+
Returns: `Promise<NodeJS.ReadableStream>`
|
|
82
|
+
|
|
83
|
+
### `listen(audioStream, options?)`
|
|
84
|
+
|
|
85
|
+
Transcribes audio using Mistral's Voxtral transcription model. Supports diarization, context biasing, and timestamp granularity.
|
|
86
|
+
|
|
87
|
+
**audioStream** (`NodeJS.ReadableStream`): Audio stream to transcribe.
|
|
88
|
+
|
|
89
|
+
**options** (`MistralListenOptions`): Configuration options.
|
|
90
|
+
|
|
91
|
+
**options.language** (`string`): Language code (e.g., 'en'). Improves accuracy when specified.
|
|
92
|
+
|
|
93
|
+
**options.diarize** (`boolean`): Enable speaker diarization.
|
|
94
|
+
|
|
95
|
+
**options.contextBias** (`string[]`): Words or phrases for vocabulary guidance.
|
|
96
|
+
|
|
97
|
+
**options.timestampGranularities** (`('segment' | 'word')[]`): Timestamp detail level for transcription segments.
|
|
98
|
+
|
|
99
|
+
**options.filetype** (`string`): Audio file extension hint for the input stream.
|
|
100
|
+
|
|
101
|
+
Returns: `Promise<string>`
|
|
102
|
+
|
|
103
|
+
### `getSpeakers()`
|
|
104
|
+
|
|
105
|
+
Fetches available preset voices from the Mistral Voices API. Each entry contains:
|
|
106
|
+
|
|
107
|
+
**voiceId** (`string`): Unique identifier for the voice.
|
|
108
|
+
|
|
109
|
+
**name** (`string`): Display name of the voice.
|
|
110
|
+
|
|
111
|
+
**languages** (`string[]`): Languages supported by the voice.
|
|
112
|
+
|
|
113
|
+
**gender** (`string | null`): Gender of the voice.
|
|
114
|
+
|
|
115
|
+
### `getListener()`
|
|
116
|
+
|
|
117
|
+
Returns `{ enabled: true }`.
|
|
118
|
+
|
|
119
|
+
## Notes
|
|
120
|
+
|
|
121
|
+
- API keys can be provided via constructor options or the `MISTRAL_API_KEY` environment variable
|
|
122
|
+
- TTS supports 9 languages: English, French, Spanish, Portuguese, Italian, Dutch, German, Hindi, Arabic
|
|
123
|
+
- STT supports 13 languages: English, Chinese, Hindi, Spanish, Arabic, French, Portuguese, Russian, German, Japanese, Korean, Italian, Dutch
|
|
124
|
+
- TTS input text should be kept under 300 words per request for best results
|
|
125
|
+
- STT supports up to 3 hours of audio per request
|
|
126
|
+
- Voice cloning via `refAudio` requires a minimum of 2-3 seconds of reference audio
|
|
127
|
+
- `getSpeakers()` returns preset voices with UUID identifiers. The default `en_paul_neutral` is a named alias accepted by the TTS endpoint but not included in the list
|
|
@@ -440,12 +440,8 @@ Then use the snapshot name in your sandbox config:
|
|
|
440
440
|
```typescript
|
|
441
441
|
const workspace = new Workspace({
|
|
442
442
|
mounts: {
|
|
443
|
-
'/s3-data': new S3Filesystem({
|
|
444
|
-
|
|
445
|
-
}),
|
|
446
|
-
'/gcs-data': new GCSFilesystem({
|
|
447
|
-
/* ... */
|
|
448
|
-
}),
|
|
443
|
+
'/s3-data': new S3Filesystem({/* ... */}),
|
|
444
|
+
'/gcs-data': new GCSFilesystem({/* ... */}),
|
|
449
445
|
},
|
|
450
446
|
sandbox: new DaytonaSandbox({ snapshot: 'cloud-fs-mounting' }),
|
|
451
447
|
})
|