@mastra/mcp-docs-server 0.13.12-alpha.0 → 0.13.12-alpha.2
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 +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +20 -20
- 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 +26 -26
- 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 +22 -22
- 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 +22 -22
- 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 +293 -276
- 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 +5 -5
|
@@ -1,4 +1,24 @@
|
|
|
1
|
-
# @mastra/
|
|
1
|
+
# @mastra/server
|
|
2
|
+
|
|
3
|
+
## 0.14.0-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @mastra/core@0.14.0-alpha.2
|
|
8
|
+
|
|
9
|
+
## 0.14.0-alpha.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6313063: Implement model switcher in playground
|
|
14
|
+
- a89de7e: Adding a new agentic loop and streaming workflow system while working towards AI SDK v5 support.
|
|
15
|
+
- Updated dependencies [6faaee5]
|
|
16
|
+
- Updated dependencies [4232b14]
|
|
17
|
+
- Updated dependencies [a89de7e]
|
|
18
|
+
- Updated dependencies [cf4f357]
|
|
19
|
+
- Updated dependencies [a722c0b]
|
|
20
|
+
- Updated dependencies [3b5fec7]
|
|
21
|
+
- @mastra/core@0.14.0-alpha.1
|
|
2
22
|
|
|
3
23
|
## 0.13.3-alpha.0
|
|
4
24
|
|
|
@@ -279,24 +299,4 @@
|
|
|
279
299
|
- Updated dependencies [a77c823]
|
|
280
300
|
- @mastra/core@0.12.0-alpha.1
|
|
281
301
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- Updated dependencies [510e2c8]
|
|
287
|
-
- Updated dependencies [2f72fb2]
|
|
288
|
-
- Updated dependencies [3f89307]
|
|
289
|
-
- Updated dependencies [9eda7d4]
|
|
290
|
-
- Updated dependencies [9d49408]
|
|
291
|
-
- Updated dependencies [2ecf658]
|
|
292
|
-
- Updated dependencies [7a7754f]
|
|
293
|
-
- Updated dependencies [fc92d80]
|
|
294
|
-
- Updated dependencies [23a6a7c]
|
|
295
|
-
- Updated dependencies [09bca64]
|
|
296
|
-
- @mastra/core@0.12.0-alpha.0
|
|
297
|
-
|
|
298
|
-
## 0.11.1
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 2791 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2811 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @mastra/voice-google-gemini-live
|
|
2
|
+
|
|
3
|
+
## 0.10.7-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dd512a2: Integrates Google Gemini Live API into the Mastra framework
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
@@ -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.
|