@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
@@ -93,11 +93,17 @@ const processor = new ModerationProcessor({
93
93
  <PropertiesTable
94
94
  content={[
95
95
  {
96
- name: "name",
96
+ name: "id",
97
97
  type: "string",
98
- description: "Processor name set to 'moderation'",
98
+ description: "Processor identifier set to 'moderation'",
99
99
  isOptional: false,
100
100
  },
101
+ {
102
+ name: "name",
103
+ type: "string",
104
+ description: "Optional processor display name",
105
+ isOptional: true,
106
+ },
101
107
  {
102
108
  name: "processInput",
103
109
  type: "(args: { messages: MastraMessageV2[]; abort: (reason?: string) => never; tracingContext?: TracingContext }) => Promise<MastraMessageV2[]>",
@@ -100,11 +100,17 @@ const processor = new PIIDetector({
100
100
  <PropertiesTable
101
101
  content={[
102
102
  {
103
- name: "name",
103
+ name: "id",
104
104
  type: "string",
105
- description: "Processor name set to 'pii-detector'",
105
+ description: "Processor identifier set to 'pii-detector'",
106
106
  isOptional: false,
107
107
  },
108
+ {
109
+ name: "name",
110
+ type: "string",
111
+ description: "Optional processor display name",
112
+ isOptional: true,
113
+ },
108
114
  {
109
115
  name: "processInput",
110
116
  type: "(args: { messages: MastraMessageV2[]; abort: (reason?: string) => never; tracingContext?: TracingContext }) => Promise<MastraMessageV2[]>",
@@ -86,11 +86,17 @@ const processor = new PromptInjectionDetector({
86
86
  <PropertiesTable
87
87
  content={[
88
88
  {
89
- name: "name",
89
+ name: "id",
90
90
  type: "string",
91
- description: "Processor name set to 'prompt-injection-detector'",
91
+ description: "Processor identifier set to 'prompt-injection-detector'",
92
92
  isOptional: false,
93
93
  },
94
+ {
95
+ name: "name",
96
+ type: "string",
97
+ description: "Optional processor display name",
98
+ isOptional: true,
99
+ },
94
100
  {
95
101
  name: "processInput",
96
102
  type: "(args: { messages: MastraMessageV2[]; abort: (reason?: string) => never; tracingContext?: TracingContext }) => Promise<MastraMessageV2[]>",
@@ -94,11 +94,17 @@ const processor = new SystemPromptScrubber({
94
94
  <PropertiesTable
95
95
  content={[
96
96
  {
97
- name: "name",
97
+ name: "id",
98
98
  type: "string",
99
- description: "Processor name set to 'system-prompt-scrubber'",
99
+ description: "Processor identifier set to 'system-prompt-scrubber'",
100
100
  isOptional: false,
101
101
  },
102
+ {
103
+ name: "name",
104
+ type: "string",
105
+ description: "Optional processor display name",
106
+ isOptional: true,
107
+ },
102
108
  {
103
109
  name: "processOutputStream",
104
110
  type: "(args: { part: ChunkType; streamParts: ChunkType[]; state: Record<string, any>; abort: (reason?: string) => never; tracingContext?: TracingContext }) => Promise<ChunkType | null>",
@@ -71,11 +71,17 @@ const processor = new TokenLimiterProcessor({
71
71
  <PropertiesTable
72
72
  content={[
73
73
  {
74
- name: "name",
74
+ name: "id",
75
75
  type: "string",
76
- description: "Processor name set to 'token-limiter'",
76
+ description: "Processor identifier set to 'token-limiter'",
77
77
  isOptional: false,
78
78
  },
79
+ {
80
+ name: "name",
81
+ type: "string",
82
+ description: "Optional processor display name",
83
+ isOptional: true,
84
+ },
79
85
  {
80
86
  name: "processOutputStream",
81
87
  type: "(args: { part: ChunkType; streamParts: ChunkType[]; state: Record<string, any>; abort: (reason?: string) => never }) => Promise<ChunkType | null>",
@@ -71,11 +71,17 @@ const processor = new UnicodeNormalizer({
71
71
  <PropertiesTable
72
72
  content={[
73
73
  {
74
- name: "name",
74
+ name: "id",
75
75
  type: "string",
76
- description: "Processor name set to 'unicode-normalizer'",
76
+ description: "Processor identifier set to 'unicode-normalizer'",
77
77
  isOptional: false,
78
78
  },
79
+ {
80
+ name: "name",
81
+ type: "string",
82
+ description: "Optional processor display name",
83
+ isOptional: true,
84
+ },
79
85
  {
80
86
  name: "processInput",
81
87
  type: "(args: { messages: MastraMessageV2[]; abort: (reason?: string) => never }) => MastraMessageV2[]",
@@ -10,7 +10,7 @@ The Cloudflare D1 storage implementation provides a serverless SQL database solu
10
10
  ## Installation
11
11
 
12
12
  ```bash
13
- npm install @mastra/cloudflare-d1@latest
13
+ npm install @mastra/cloudflare-d1@beta
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -10,7 +10,7 @@ The Cloudflare KV storage implementation provides a globally distributed, server
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/cloudflare@latest
13
+ npm install @mastra/cloudflare@beta
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -19,11 +19,11 @@ The DynamoDB storage implementation provides a scalable and performant NoSQL dat
19
19
  ## Installation
20
20
 
21
21
  ```bash copy
22
- npm install @mastra/dynamodb@latest
22
+ npm install @mastra/dynamodb@beta
23
23
  # or
24
- pnpm add @mastra/dynamodb@latest
24
+ pnpm add @mastra/dynamodb@beta
25
25
  # or
26
- yarn add @mastra/dynamodb@latest
26
+ yarn add @mastra/dynamodb@beta
27
27
  ```
28
28
 
29
29
  ## Prerequisites
@@ -10,7 +10,7 @@ The LanceDB storage implementation provides a high-performance storage solution
10
10
  ## Installation
11
11
 
12
12
  ```bash
13
- npm install @mastra/lance
13
+ npm install @mastra/lance@beta
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -10,7 +10,7 @@ The LibSQL storage implementation provides a SQLite-compatible storage solution
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/libsql@latest
13
+ npm install @mastra/libsql@beta
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -10,7 +10,7 @@ The MongoDB storage implementation provides a scalable storage solution using Mo
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/mongodb@latest
13
+ npm install @mastra/mongodb@beta
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -10,7 +10,7 @@ The MSSQL storage implementation provides a production-ready storage solution us
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/mssql@latest
13
+ npm install @mastra/mssql@beta
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -10,7 +10,7 @@ The PostgreSQL storage implementation provides a production-ready storage soluti
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/pg@latest
13
+ npm install @mastra/pg@beta
14
14
  ```
15
15
 
16
16
  ## Usage
@@ -16,7 +16,7 @@ The Upstash storage implementation provides a serverless-friendly storage soluti
16
16
  ## Installation
17
17
 
18
18
  ```bash copy
19
- npm install @mastra/upstash@latest
19
+ npm install @mastra/upstash@beta
20
20
  ```
21
21
 
22
22
  ## Usage
@@ -21,7 +21,7 @@ Mastra templates are pre-built project structures that demonstrate specific use
21
21
  Install a template using the `create-mastra` command:
22
22
 
23
23
  ```bash copy
24
- npx create-mastra@latest --template template-name
24
+ npx create-mastra@beta --template template-name
25
25
  ```
26
26
 
27
27
  This creates a complete project with all necessary code and configuration.
@@ -15,15 +15,16 @@ The `CouchbaseVector` class provides vector search using [Couchbase Vector Searc
15
15
  ## Installation
16
16
 
17
17
  ```bash copy
18
- npm install @mastra/couchbase
18
+ npm install @mastra/couchbase@beta
19
19
  ```
20
20
 
21
21
  ## Usage Example
22
22
 
23
- ```typescript copy showLineNumbers
23
+ ```typescript copy
24
24
  import { CouchbaseVector } from "@mastra/couchbase";
25
25
 
26
26
  const store = new CouchbaseVector({
27
+ id: 'couchbase-vector',
27
28
  connectionString: process.env.COUCHBASE_CONNECTION_STRING,
28
29
  username: process.env.COUCHBASE_USERNAME,
29
30
  password: process.env.COUCHBASE_PASSWORD,
@@ -37,6 +38,11 @@ const store = new CouchbaseVector({
37
38
 
38
39
  <PropertiesTable
39
40
  content={[
41
+ {
42
+ name: "id",
43
+ type: "string",
44
+ description: "Unique identifier for this vector store instance",
45
+ },
40
46
  {
41
47
  name: "connectionString",
42
48
  type: "string",
@@ -11,7 +11,7 @@ It's part of the `@mastra/libsql` package and offers efficient vector similarity
11
11
  ## Installation
12
12
 
13
13
  ```bash copy
14
- npm install @mastra/libsql@latest
14
+ npm install @mastra/libsql@beta
15
15
  ```
16
16
 
17
17
  ## Usage
@@ -10,7 +10,7 @@ The `MongoDBVector` class provides vector search using [MongoDB Atlas Vector Sea
10
10
  ## Installation
11
11
 
12
12
  ```bash copy
13
- npm install @mastra/mongodb
13
+ npm install @mastra/mongodb@beta
14
14
  ```
15
15
 
16
16
  ## Usage Example
@@ -19,6 +19,7 @@ npm install @mastra/mongodb
19
19
  import { MongoDBVector } from "@mastra/mongodb";
20
20
 
21
21
  const store = new MongoDBVector({
22
+ id: 'mongodb-vector',
22
23
  url: process.env.MONGODB_URL,
23
24
  database: process.env.MONGODB_DATABASE,
24
25
  });
@@ -28,6 +29,11 @@ const store = new MongoDBVector({
28
29
 
29
30
  <PropertiesTable
30
31
  content={[
32
+ {
33
+ name: "id",
34
+ type: "string",
35
+ description: "Unique identifier for this vector store instance",
36
+ },
31
37
  {
32
38
  name: "url",
33
39
  type: "string",
@@ -15,7 +15,7 @@ The `S3Vectors` class provides vector search using [Amazon S3 Vectors (Preview)]
15
15
  ## Installation
16
16
 
17
17
  ```bash copy
18
- npm install @mastra/s3vectors
18
+ npm install @mastra/s3vectors@beta
19
19
  ```
20
20
 
21
21
  ## Usage Example
@@ -30,28 +30,28 @@ To use the Mastra Client SDK, install the required dependencies:
30
30
  <TabItem value="npm" label="npm">
31
31
 
32
32
  ```bash copy
33
- npm install @mastra/client-js@latest
33
+ npm install @mastra/client-js@beta
34
34
  ```
35
35
 
36
36
  </TabItem>
37
37
  <TabItem value="pnpm" label="pnpm">
38
38
 
39
39
  ```bash copy
40
- pnpm add @mastra/client-js@latest
40
+ pnpm add @mastra/client-js@beta
41
41
  ```
42
42
 
43
43
  </TabItem>
44
44
  <TabItem value="yarn" label="yarn">
45
45
 
46
46
  ```bash copy
47
- yarn add @mastra/client-js@latest
47
+ yarn add @mastra/client-js@beta
48
48
  ```
49
49
 
50
50
  </TabItem>
51
51
  <TabItem value="bun" label="bun">
52
52
 
53
53
  ```bash copy
54
- bun add @mastra/client-js@latest
54
+ bun add @mastra/client-js@beta
55
55
  ```
56
56
 
57
57
  </TabItem>
@@ -22,7 +22,7 @@ Mastra currently supports two MCP classes:
22
22
  To use MCP, install the required dependency:
23
23
 
24
24
  ```bash
25
- npm install @mastra/mcp@latest
25
+ npm install @mastra/mcp@beta
26
26
  ```
27
27
 
28
28
  ## Configuring `MCPClient`
@@ -45,7 +45,7 @@ Mastra supports several Speech-to-Text providers, each with their own capabiliti
45
45
  Each provider is implemented as a separate package that you can install as needed:
46
46
 
47
47
  ```bash
48
- pnpm add @mastra/voice-openai # Example for OpenAI
48
+ pnpm add @mastra/voice-openai@beta # Example for OpenAI
49
49
  ```
50
50
 
51
51
  ## Using the Listen Method
@@ -53,7 +53,7 @@ Mastra supports a wide range of Text-to-Speech providers, each with their own un
53
53
  Each provider is implemented as a separate package that you can install as needed:
54
54
 
55
55
  ```bash
56
- pnpm add @mastra/voice-openai # Example for OpenAI
56
+ pnpm add @mastra/voice-openai@beta # Example for OpenAI
57
57
  ```
58
58
 
59
59
  ## Using the Speak Method
@@ -20,7 +20,7 @@ Real-time monitoring, suspend/resume, and step-level observability are enabled v
20
20
  ## Setup
21
21
 
22
22
  ```sh
23
- npm install @mastra/inngest @mastra/core @mastra/deployer
23
+ npm install @mastra/inngest@beta @mastra/core@beta @mastra/deployer@beta
24
24
  ```
25
25
 
26
26
  ## Building an Inngest Workflow
package/CHANGELOG.md CHANGED
@@ -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
package/dist/stdio.js CHANGED
@@ -173,7 +173,7 @@ function getUpgradeToV1Messages(area) {
173
173
  1. First, list all available migration guides with path: "upgrade-to-v1/"
174
174
  2. Give me a high-level overview of what changed in each area
175
175
  3. Ask me which areas I'm using in my project so we can focus on relevant changes
176
- 4. After I decided on the areas, check the migration guides for callouts to codemods. These callouts are marked with ":::tip[Codemod]" in the docs. Run the codemods with "npx @mastra/codemod v1" to automate all those changes. Afterwards, help me with any remaining manual changes needed.
176
+ 4. After I decided on the areas, check the migration guides for callouts to codemods. These callouts are marked with ":::tip[Codemod]" in the docs. Run the codemods with "npx @mastra/codemod@beta v1" to automate all those changes. Afterwards, help me with any remaining manual changes needed.
177
177
 
178
178
  After I tell you which areas I use, we'll go through each one systematically.`
179
179
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp-docs-server",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "uuid": "^11.1.0",
34
34
  "zod": "^3.25.76",
35
35
  "zod-to-json-schema": "^3.24.6",
36
- "@mastra/core": "1.0.0-beta.0",
36
+ "@mastra/core": "1.0.0-beta.1",
37
37
  "@mastra/mcp": "^1.0.0-beta.0"
38
38
  },
39
39
  "devDependencies": {
@@ -50,7 +50,7 @@
50
50
  "typescript": "^5.8.3",
51
51
  "vitest": "^3.2.4",
52
52
  "@internal/lint": "0.0.53",
53
- "@mastra/core": "1.0.0-beta.0"
53
+ "@mastra/core": "1.0.0-beta.1"
54
54
  },
55
55
  "homepage": "https://mastra.ai",
56
56
  "repository": {