@mastra/mcp-docs-server 1.2.7-alpha.12 → 1.2.7-alpha.4

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 (158) hide show
  1. package/.docs/docs/agent-builder/integrations.md +2 -44
  2. package/.docs/docs/agent-builder/overview.md +3 -4
  3. package/.docs/docs/agent-builder/skill-registries.md +3 -1
  4. package/.docs/docs/agent-controller/overview.md +2 -3
  5. package/.docs/docs/agent-controller/session.md +3 -1
  6. package/.docs/docs/agents/a2a.md +1 -2
  7. package/.docs/docs/agents/channels.md +225 -0
  8. package/.docs/docs/agents/code-mode.md +1 -1
  9. package/.docs/docs/agents/file-based-agents.md +297 -0
  10. package/.docs/docs/agents/guardrails.md +9 -10
  11. package/.docs/docs/agents/overview.md +4 -4
  12. package/.docs/docs/agents/skills.md +5 -3
  13. package/.docs/docs/agents/structured-output.md +1 -1
  14. package/.docs/docs/agents/supervisor-agents.md +4 -3
  15. package/.docs/docs/agents/using-tools.md +4 -2
  16. package/.docs/docs/browser/agent-browser.md +3 -1
  17. package/.docs/docs/browser/browser-viewer.md +3 -1
  18. package/.docs/docs/browser/overview.md +1 -2
  19. package/.docs/docs/browser/stagehand.md +1 -1
  20. package/.docs/docs/deployment/mastra-server.md +4 -2
  21. package/.docs/docs/editor/overview.md +6 -2
  22. package/.docs/docs/editor/prompts.md +1 -1
  23. package/.docs/docs/editor/tools.md +5 -3
  24. package/.docs/docs/evals/custom-scorers.md +3 -1
  25. package/.docs/docs/evals/datasets/overview.md +5 -4
  26. package/.docs/docs/evals/datasets/running-experiments.md +2 -4
  27. package/.docs/docs/evals/evals-with-memory.md +3 -1
  28. package/.docs/docs/evals/gates-and-verdicts.md +3 -1
  29. package/.docs/docs/evals/overview.md +1 -4
  30. package/.docs/docs/evals/quick-checks.md +3 -1
  31. package/.docs/docs/long-running-agents/background-tasks.md +1 -1
  32. package/.docs/docs/long-running-agents/durable-agents.md +5 -3
  33. package/.docs/docs/long-running-agents/goals.md +3 -1
  34. package/.docs/docs/long-running-agents/signal-providers.md +3 -1
  35. package/.docs/docs/long-running-agents/signals.md +22 -11
  36. package/.docs/docs/mastra-platform/observability.md +1 -5
  37. package/.docs/docs/mcp/mcp-apps.md +3 -3
  38. package/.docs/docs/mcp/overview.md +10 -6
  39. package/.docs/docs/memory/observational-memory.md +1 -2
  40. package/.docs/docs/memory/overview.md +4 -6
  41. package/.docs/docs/memory/semantic-recall.md +1 -1
  42. package/.docs/docs/memory/working-memory.md +3 -3
  43. package/.docs/docs/observability/integrations/exporters/mastra-platform.md +3 -1
  44. package/.docs/docs/observability/logging.md +1 -1
  45. package/.docs/docs/observability/tracing/overview.md +1 -1
  46. package/.docs/docs/server/auth/auth0.md +1 -1
  47. package/.docs/docs/server/auth/better-auth.md +2 -2
  48. package/.docs/docs/server/auth/clerk.md +1 -1
  49. package/.docs/docs/server/auth/firebase.md +1 -1
  50. package/.docs/docs/server/auth/google.md +2 -2
  51. package/.docs/docs/server/auth/jwt.md +2 -2
  52. package/.docs/docs/server/auth/okta.md +2 -2
  53. package/.docs/docs/server/auth/workos.md +1 -1
  54. package/.docs/docs/server/mastra-client.md +1 -1
  55. package/.docs/docs/server/mastra-server.md +1 -1
  56. package/.docs/docs/server/pubsub.md +1 -1
  57. package/.docs/docs/server/request-context.md +4 -4
  58. package/.docs/docs/server/server-adapters.md +8 -8
  59. package/.docs/docs/studio/auth.md +3 -1
  60. package/.docs/docs/studio/overview.md +1 -1
  61. package/.docs/docs/workflows/agents-and-tools.md +5 -3
  62. package/.docs/docs/workflows/control-flow.md +3 -1
  63. package/.docs/docs/workflows/overview.md +7 -6
  64. package/.docs/docs/workspace/overview.md +1 -2
  65. package/.docs/docs/workspace/sandbox.md +0 -2
  66. package/.docs/guides/build-your-ui/assistant-ui.md +1 -1
  67. package/.docs/guides/build-your-ui/copilotkit/overview.md +1 -1
  68. package/.docs/guides/concepts/streaming.md +3 -3
  69. package/.docs/guides/getting-started/quickstart.md +1 -3
  70. package/.docs/guides/guide/chef-michel.md +2 -0
  71. package/.docs/guides/guide/slack-assistant.md +2 -2
  72. package/.docs/guides/guide/stock-agent.md +2 -0
  73. package/.docs/models/environment-variables.md +0 -6
  74. package/.docs/models/gateways/netlify.md +1 -4
  75. package/.docs/models/gateways/openrouter.md +7 -8
  76. package/.docs/models/gateways/vercel.md +1 -6
  77. package/.docs/models/index.md +1 -1
  78. package/.docs/models/providers/abacus.md +14 -44
  79. package/.docs/models/providers/llmgateway.md +181 -185
  80. package/.docs/models/providers/nano-gpt.md +2 -2
  81. package/.docs/models/providers/neon.md +29 -40
  82. package/.docs/models/providers/nvidia.md +3 -1
  83. package/.docs/models/providers/openai.md +1 -6
  84. package/.docs/models/providers/opencode.md +2 -5
  85. package/.docs/models/providers/poolside.md +5 -6
  86. package/.docs/models/providers/routing-run.md +34 -23
  87. package/.docs/models/providers/the-grid-ai.md +3 -3
  88. package/.docs/models/providers.md +0 -6
  89. package/.docs/reference/agents/channels.md +2 -2
  90. package/.docs/reference/channels/channel-provider.md +1 -1
  91. package/.docs/reference/channels/slack-provider.md +2 -2
  92. package/.docs/reference/cli/mastra.md +10 -117
  93. package/.docs/reference/evals/create-scorer.md +0 -8
  94. package/.docs/reference/index.md +0 -15
  95. package/.docs/reference/memory/memory-class.md +1 -1
  96. package/.docs/reference/memory/serialized-memory-config.md +1 -1
  97. package/.docs/reference/project-structure.md +1 -1
  98. package/.docs/reference/pubsub/lease-provider.md +1 -1
  99. package/.docs/reference/server/express-adapter.md +3 -1
  100. package/.docs/reference/server/fastify-adapter.md +3 -1
  101. package/.docs/reference/server/hono-adapter.md +3 -1
  102. package/.docs/reference/server/koa-adapter.md +3 -1
  103. package/.docs/reference/server/nestjs-adapter.md +3 -1
  104. package/.docs/reference/storage/clickhouse.md +0 -32
  105. package/.docs/reference/storage/composite.md +1 -27
  106. package/.docs/reference/storage/retention.md +0 -11
  107. package/.docs/reference/tools/mcp-client.md +0 -22
  108. package/.docs/reference/tools/mcp-server.md +4 -161
  109. package/.docs/reference/workspace/agentcore-runtime-sandbox.md +3 -1
  110. package/.docs/reference/workspace/agentfs-filesystem.md +3 -1
  111. package/.docs/reference/workspace/apple-container-sandbox.md +3 -1
  112. package/.docs/reference/workspace/archil-filesystem.md +3 -1
  113. package/.docs/reference/workspace/azure-blob-filesystem.md +3 -1
  114. package/.docs/reference/workspace/blaxel-sandbox.md +3 -1
  115. package/.docs/reference/workspace/daytona-sandbox.md +3 -1
  116. package/.docs/reference/workspace/docker-sandbox.md +3 -1
  117. package/.docs/reference/workspace/e2b-sandbox.md +3 -1
  118. package/.docs/reference/workspace/files-sdk-filesystem.md +3 -1
  119. package/.docs/reference/workspace/gcs-filesystem.md +3 -1
  120. package/.docs/reference/workspace/google-drive-filesystem.md +3 -1
  121. package/.docs/reference/workspace/local-filesystem.md +3 -1
  122. package/.docs/reference/workspace/local-sandbox.md +3 -1
  123. package/.docs/reference/workspace/modal-sandbox.md +3 -1
  124. package/.docs/reference/workspace/railway-sandbox.md +3 -1
  125. package/.docs/reference/workspace/s3-filesystem.md +3 -1
  126. package/.docs/reference/workspace/vercel-sandbox.md +7 -5
  127. package/.docs/reference/workspace/vercel-serverless.md +3 -1
  128. package/CHANGELOG.md +0 -29
  129. package/package.json +4 -4
  130. package/.docs/docs/capabilities/channels/discord.md +0 -98
  131. package/.docs/docs/capabilities/channels/other-adapters.md +0 -68
  132. package/.docs/docs/capabilities/channels/overview.md +0 -255
  133. package/.docs/docs/capabilities/channels/slack.md +0 -225
  134. package/.docs/docs/capabilities/channels/teams.md +0 -100
  135. package/.docs/docs/capabilities/channels/telegram.md +0 -98
  136. package/.docs/docs/capabilities/channels/whatsapp.md +0 -99
  137. package/.docs/docs/getting-started/file-based-agents.md +0 -116
  138. package/.docs/models/providers/crossmodel.md +0 -109
  139. package/.docs/models/providers/empiriolabs.md +0 -106
  140. package/.docs/models/providers/meta.md +0 -101
  141. package/.docs/models/providers/model-oracle-ai.md +0 -87
  142. package/.docs/models/providers/pioneer.md +0 -148
  143. package/.docs/models/providers/unorouter.md +0 -95
  144. package/.docs/reference/file-based-agents/config.md +0 -97
  145. package/.docs/reference/file-based-agents/instructions.md +0 -54
  146. package/.docs/reference/file-based-agents/logger.md +0 -26
  147. package/.docs/reference/file-based-agents/memory.md +0 -58
  148. package/.docs/reference/file-based-agents/observability.md +0 -32
  149. package/.docs/reference/file-based-agents/processors.md +0 -56
  150. package/.docs/reference/file-based-agents/scorers.md +0 -54
  151. package/.docs/reference/file-based-agents/server.md +0 -37
  152. package/.docs/reference/file-based-agents/skills.md +0 -56
  153. package/.docs/reference/file-based-agents/storage.md +0 -30
  154. package/.docs/reference/file-based-agents/studio.md +0 -56
  155. package/.docs/reference/file-based-agents/subagents.md +0 -123
  156. package/.docs/reference/file-based-agents/tools.md +0 -63
  157. package/.docs/reference/file-based-agents/workflows.md +0 -52
  158. package/.docs/reference/file-based-agents/workspace.md +0 -74
@@ -1,74 +0,0 @@
1
- > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
-
3
- # Workspace
4
-
5
- A [workspace](https://mastra.ai/docs/workspace/overview) gives an agent filesystem access and command execution. File-based agents get a default workspace automatically when discovered through `mastra dev` or `mastra build`, so they can read and write files and run shell commands without extra configuration.
6
-
7
- Use this page for the file-based convention. For workspace providers, tools, search, lifecycle, and sandbox details, see [Workspaces](https://mastra.ai/docs/workspace/overview).
8
-
9
- ## Default workspace
10
-
11
- Without `workspace.ts`, a file-based agent gets a default [`Workspace`](https://mastra.ai/reference/workspace/workspace-class) when the build provides a per-agent workspace path. The default workspace uses:
12
-
13
- - [`LocalFilesystem`](https://mastra.ai/reference/workspace/local-filesystem) rooted at the agent's bundled workspace directory.
14
- - [`LocalSandbox`](https://mastra.ai/reference/workspace/local-sandbox) with the same working directory.
15
-
16
- This gives the agent file tools and shell tools automatically. The default workspace is per agent; subagents get nested workspace directories under their parent agent's workspace path.
17
-
18
- ## Quickstart
19
-
20
- For the default workspace, don't add a file. Start with an agent directory like this:
21
-
22
- ```text
23
- src/mastra/agents/weather/
24
- ├── config.ts
25
- └── instructions.md
26
- ```
27
-
28
- Add `workspace.ts` only when you need to customize the workspace:
29
-
30
- ```typescript
31
- import { Workspace, LocalFilesystem, LocalSandbox } from '@mastra/core/workspace'
32
-
33
- export default new Workspace({
34
- name: 'weather-workspace',
35
- filesystem: new LocalFilesystem({ basePath: './data/weather' }),
36
- sandbox: new LocalSandbox({ workingDirectory: './data/weather' }),
37
- })
38
- ```
39
-
40
- Visit the [`Workspace` reference](https://mastra.ai/reference/workspace/workspace-class) for the full config.
41
-
42
- ## When to customize the workspace
43
-
44
- Customize the workspace when the default local directory isn't enough. Common reasons include:
45
-
46
- - Point file tools at a different filesystem root.
47
- - Run shell commands in a different sandbox provider.
48
- - Add workspace search with BM25 or vector search.
49
- - Share one workspace across multiple agents.
50
-
51
- For provider patterns and runtime behavior, see the [workspace overview](https://mastra.ai/docs/workspace/overview), [sandbox guide](https://mastra.ai/docs/workspace/sandbox), and [workspace search](https://mastra.ai/docs/workspace/search).
52
-
53
- ## Runtime boundary
54
-
55
- The workspace filesystem controls what file tools can read and write. The sandbox controls where shell commands run. Application runtime code, including code in [`tools/`](https://mastra.ai/reference/file-based-agents/tools), still runs in your app/server process unless it explicitly calls workspace or sandbox APIs.
56
-
57
- ## Seed files
58
-
59
- Add a `workspace/` directory to ship starting files with the agent. Mastra mirrors files under `workspace/` into the agent's default runtime workspace at build time, so the agent starts with those files on disk.
60
-
61
- ```text
62
- src/mastra/agents/weather/
63
- ├── config.ts
64
- └── workspace/
65
- ├── README.md
66
- └── data/
67
- └── cities.json
68
- ```
69
-
70
- The files are copied into the bundled workspace path, where workspace file tools and sandbox commands can read them. Symlinked seed files are skipped during mirroring.
71
-
72
- ## Precedence with config
73
-
74
- `config.workspace` wins over `workspace.ts`; otherwise the default file-based workspace is used. See [`config.ts` precedence](https://mastra.ai/reference/file-based-agents/config) for the full merge table.