@mastra/mcp-docs-server 0.13.12-alpha.0 → 0.13.12-alpha.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.
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +14 -0
- package/.docs/organized/changelogs/create-mastra.md +8 -8
- package/.docs/organized/changelogs/mastra.md +21 -21
- package/.docs/organized/code-examples/agent.md +292 -275
- package/.docs/raw/agents/input-processors.mdx +25 -19
- package/.docs/raw/agents/output-processors.mdx +376 -0
- package/.docs/raw/agents/overview.mdx +165 -188
- package/.docs/raw/agents/streaming.mdx +11 -5
- package/.docs/raw/community/contributing-templates.mdx +1 -1
- package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +9 -9
- package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +27 -33
- package/.docs/raw/deployment/cloud-providers/azure-app-services.mdx +12 -12
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +17 -17
- package/.docs/raw/getting-started/templates.mdx +1 -1
- package/.docs/raw/rag/vector-databases.mdx +9 -1
- package/.docs/raw/reference/agents/agent.mdx +8 -2
- package/.docs/raw/reference/agents/generate.mdx +80 -3
- package/.docs/raw/reference/agents/getLLM.mdx +1 -1
- package/.docs/raw/reference/agents/streamVNext.mdx +88 -5
- package/.docs/raw/reference/rag/chroma.mdx +158 -17
- package/.docs/raw/reference/tools/mcp-client.mdx +9 -9
- package/.docs/raw/reference/tools/mcp-server.mdx +5 -5
- package/.docs/raw/reference/workflows/run-methods/streamVNext.mdx +7 -1
- package/.docs/raw/voice/overview.mdx +81 -2
- package/.docs/raw/voice/speech-to-speech.mdx +45 -0
- package/.docs/raw/workflows/overview.mdx +8 -1
- package/package.json +4 -4
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8f8409a: Inject analytics instance into create cmd
|
|
8
|
+
- 6313063: Implement model switcher in playground
|
|
9
|
+
|
|
3
10
|
## 0.10.22-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
- 21ffb97: Make dynamic form handle schema better
|
|
292
299
|
- f9b4350: fix icons not showing on all agents
|
|
293
300
|
|
|
294
|
-
## 0.10.6-alpha.3
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- f9b4350: fix icons not showing on all agents
|
|
299
|
-
|
|
300
|
-
## 0.10.6-alpha.2
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1206 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8f8409a: Inject analytics instance into create cmd
|
|
8
|
+
- 6313063: Implement model switcher in playground
|
|
9
|
+
- Updated dependencies [895d3b2]
|
|
10
|
+
- Updated dependencies [bca2ba3]
|
|
11
|
+
- Updated dependencies [6faaee5]
|
|
12
|
+
- Updated dependencies [4232b14]
|
|
13
|
+
- Updated dependencies [6313063]
|
|
14
|
+
- Updated dependencies [a89de7e]
|
|
15
|
+
- Updated dependencies [cf4f357]
|
|
16
|
+
- Updated dependencies [a722c0b]
|
|
17
|
+
- Updated dependencies [3b5fec7]
|
|
18
|
+
- Updated dependencies [6dfc4a6]
|
|
19
|
+
- @mastra/mcp@0.10.12-alpha.0
|
|
20
|
+
- @mastra/deployer@0.14.0-alpha.1
|
|
21
|
+
- @mastra/core@0.14.0-alpha.1
|
|
22
|
+
|
|
3
23
|
## 0.10.22-alpha.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- Updated dependencies [09bca64]
|
|
279
299
|
- Updated dependencies [9802f42]
|
|
280
300
|
- Updated dependencies [d5cc460]
|
|
281
|
-
- Updated dependencies [f42c4c2]
|
|
282
|
-
- Updated dependencies [b8efbb9]
|
|
283
|
-
- Updated dependencies [71466e7]
|
|
284
|
-
- Updated dependencies [0c99fbe]
|
|
285
|
-
- @mastra/core@0.12.0
|
|
286
|
-
- @mastra/deployer@0.12.0
|
|
287
|
-
- @mastra/loggers@0.10.5
|
|
288
|
-
- @mastra/mcp@0.10.8
|
|
289
|
-
|
|
290
|
-
## 0.10.16-alpha.3
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
295
|
-
- Updated dependencies [f42c4c2]
|
|
296
|
-
- @mastra/deployer@0.12.0-alpha.5
|
|
297
|
-
- @mastra/loggers@0.10.5-alpha.0
|
|
298
|
-
- @mastra/mcp@0.10.8-alpha.0
|
|
299
|
-
- @mastra/core@0.12.0-alpha.5
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 4912 more lines hidden. See full changelog in package directory.
|