@mastra/mcp-docs-server 0.0.4-alpha.0 → 0.0.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.
- package/.docs/organized/changelogs/%40mastra%2Fastra.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +8 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +8 -8
- package/.docs/organized/changelogs/create-mastra.md +7 -7
- package/.docs/organized/changelogs/mastra.md +19 -19
- package/.docs/raw/deployment/deployment.mdx +5 -42
- package/.docs/raw/deployment/server.mdx +45 -3
- package/.docs/raw/observability/logging.mdx +38 -0
- package/.docs/raw/observability/nextjs-tracing.mdx +102 -0
- package/.docs/raw/observability/tracing.mdx +110 -0
- package/.docs/raw/reference/client-js/memory.mdx +6 -3
- package/.docs/raw/reference/observability/providers/langsmith.mdx +2 -0
- package/.docs/raw/reference/rag/upstash.mdx +50 -1
- package/.docs/raw/reference/rag/vectorize.mdx +48 -3
- package/.docs/raw/reference/tools/client.mdx +9 -1
- package/.docs/raw/reference/workflows/afterEvent.mdx +76 -0
- package/.docs/raw/reference/workflows/events.mdx +305 -0
- package/.docs/raw/reference/workflows/resumeWithEvent.mdx +134 -0
- package/.docs/raw/reference/workflows/step-retries.mdx +203 -0
- package/.docs/raw/workflows/error-handling.mdx +183 -0
- package/.docs/raw/workflows/suspend-and-resume.mdx +136 -1
- package/dist/_tsup-dts-rollup.d.ts +83 -0
- package/dist/chunk-YEOOTUPA.js +191 -0
- package/dist/prepare-docs/prepare.d.ts +1 -1
- package/dist/prepare-docs/prepare.js +1 -13
- package/dist/stdio.d.ts +0 -1
- package/dist/stdio.js +352 -5
- package/package.json +9 -15
- package/.docs/raw/deployment/logging-and-tracing.mdx +0 -242
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -19
- package/dist/prepare-docs/code-examples.d.ts +0 -4
- package/dist/prepare-docs/code-examples.js +0 -91
- package/dist/prepare-docs/copy-raw.d.ts +0 -1
- package/dist/prepare-docs/copy-raw.js +0 -41
- package/dist/prepare-docs/index.d.ts +0 -1
- package/dist/prepare-docs/index.js +0 -8
- package/dist/prepare-docs/package-changes.d.ts +0 -4
- package/dist/prepare-docs/package-changes.js +0 -92
- package/dist/sse.d.ts +0 -1
- package/dist/sse.js +0 -9
- package/dist/tools/__tests__/blog.test.d.ts +0 -1
- package/dist/tools/__tests__/blog.test.js +0 -48
- package/dist/tools/__tests__/changes.test.d.ts +0 -1
- package/dist/tools/__tests__/changes.test.js +0 -37
- package/dist/tools/__tests__/docs.test.d.ts +0 -1
- package/dist/tools/__tests__/docs.test.js +0 -46
- package/dist/tools/__tests__/examples.test.d.ts +0 -1
- package/dist/tools/__tests__/examples.test.js +0 -53
- package/dist/tools/blog.d.ts +0 -15
- package/dist/tools/blog.js +0 -73
- package/dist/tools/changes.d.ts +0 -11
- package/dist/tools/changes.js +0 -69
- package/dist/tools/docs.d.ts +0 -11
- package/dist/tools/docs.js +0 -176
- package/dist/tools/examples.d.ts +0 -11
- package/dist/tools/examples.js +0 -61
- package/dist/utils.d.ts +0 -6
- package/dist/utils.js +0 -9
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.2.5-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
## 0.1.7
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [1da20e7]
|
|
298
|
-
- @mastra/core@0.4.4
|
|
299
|
-
|
|
300
|
-
## 0.1.7-alpha.0
|
|
301
|
-
|
|
302
|
-
... 773 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 780 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.2.5-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
- Updated dependencies [c139344]
|
|
293
300
|
- @mastra/core@0.5.0-alpha.0
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- 1da20e7: Update typechecks for positional args
|
|
300
|
-
- Updated dependencies [1da20e7]
|
|
301
|
-
|
|
302
|
-
... 774 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 781 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.1.12-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.1.12-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
- Updated dependencies [c139344]
|
|
293
300
|
- @mastra/core@0.5.0-alpha.0
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [1da20e7]
|
|
300
|
-
- @mastra/core@0.4.4
|
|
301
|
-
|
|
302
|
-
... 172 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 179 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/composio
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.1.13-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
## 0.1.7-alpha.0
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [1da20e7]
|
|
298
|
-
- @mastra/core@0.4.4-alpha.0
|
|
299
|
-
|
|
300
|
-
## 0.1.6
|
|
301
|
-
|
|
302
|
-
... 972 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 979 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.6.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6794797: Check for eval values before inserting into storage
|
|
8
|
+
|
|
3
9
|
## 0.6.4-alpha.0
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -292,11 +298,5 @@
|
|
|
292
298
|
- 0fd78ac: Update vector store functions to use object params
|
|
293
299
|
- 2512a93: Support all aisdk options for agent stream,generate
|
|
294
300
|
- e62de74: Fix optional tool llm
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
|
|
298
|
-
- 8d13b14: Fixes early exits in workflows with branching
|
|
299
|
-
- 3f369a2: A better async/await based interface for suspend/resume tracking
|
|
300
|
-
- 3ee4831: Fixed agent.generate() so it properly infers the return type based on output: schema | string and experimental_output: schema
|
|
301
|
-
|
|
302
|
-
... 914 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 920 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 85a2461: Fix cloudflare deployer
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- Updated dependencies [709aa2c]
|
|
10
|
+
- Updated dependencies [85a2461]
|
|
11
|
+
- @mastra/core@0.6.4-alpha.1
|
|
12
|
+
- @mastra/deployer@0.2.4-alpha.1
|
|
13
|
+
|
|
3
14
|
## 0.1.13-alpha.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -287,16 +298,5 @@
|
|
|
287
298
|
- Updated dependencies [c151ae6]
|
|
288
299
|
- Updated dependencies [52e0418]
|
|
289
300
|
- Updated dependencies [03236ec]
|
|
290
|
-
- Updated dependencies [3764e71]
|
|
291
|
-
- Updated dependencies [df982db]
|
|
292
|
-
- Updated dependencies [0461849]
|
|
293
|
-
- Updated dependencies [2259379]
|
|
294
|
-
- Updated dependencies [358f069]
|
|
295
|
-
- @mastra/core@0.5.0-alpha.5
|
|
296
|
-
- @mastra/deployer@0.1.8-alpha.5
|
|
297
|
-
|
|
298
|
-
## 0.1.8-alpha.4
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1114 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- Updated dependencies [709aa2c]
|
|
9
|
+
- Updated dependencies [85a2461]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.1
|
|
11
|
+
- @mastra/deployer@0.2.4-alpha.1
|
|
12
|
+
|
|
3
13
|
## 0.1.13-alpha.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
- Updated dependencies [0461849]
|
|
289
299
|
- Updated dependencies [2259379]
|
|
290
300
|
- Updated dependencies [358f069]
|
|
291
|
-
- @mastra/core@0.5.0-alpha.5
|
|
292
|
-
- @mastra/deployer@0.1.8-alpha.5
|
|
293
|
-
|
|
294
|
-
## 0.1.8-alpha.4
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [d79aedf]
|
|
299
|
-
- Updated dependencies [144b3d5]
|
|
300
|
-
- @mastra/core@0.5.0-alpha.4
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1087 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- Updated dependencies [709aa2c]
|
|
9
|
+
- Updated dependencies [85a2461]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.1
|
|
11
|
+
- @mastra/deployer@0.2.4-alpha.1
|
|
12
|
+
|
|
3
13
|
## 0.1.13-alpha.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
- Updated dependencies [0461849]
|
|
289
299
|
- Updated dependencies [2259379]
|
|
290
300
|
- Updated dependencies [358f069]
|
|
291
|
-
- @mastra/core@0.5.0-alpha.5
|
|
292
|
-
- @mastra/deployer@0.1.8-alpha.5
|
|
293
|
-
|
|
294
|
-
## 0.1.8-alpha.4
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [d79aedf]
|
|
299
|
-
- Updated dependencies [144b3d5]
|
|
300
|
-
- @mastra/core@0.5.0-alpha.4
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1087 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.2.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 709aa2c: fix building externals
|
|
8
|
+
- 85a2461: Fix cloudflare deployer
|
|
9
|
+
- Updated dependencies [6794797]
|
|
10
|
+
- @mastra/core@0.6.4-alpha.1
|
|
11
|
+
|
|
3
12
|
## 0.2.4-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [358f069]
|
|
290
299
|
- @mastra/core@0.5.0-alpha.5
|
|
291
300
|
|
|
292
|
-
## 0.1.8-alpha.4
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 144b3d5: Update traces table UI, agent Chat UI
|
|
297
|
-
Fix get workflows breaking
|
|
298
|
-
- Updated dependencies [d79aedf]
|
|
299
|
-
- @mastra/core@0.5.0-alpha.4
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1013 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6794797: Check for eval values before inserting into storage
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- @mastra/core@0.6.4-alpha.1
|
|
10
|
+
|
|
3
11
|
## 0.1.13-alpha.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [1da20e7]
|
|
291
299
|
- @mastra/core@0.4.4
|
|
292
300
|
|
|
293
|
-
## 0.1.7-alpha.0
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [1da20e7]
|
|
298
|
-
- @mastra/core@0.4.4-alpha.0
|
|
299
|
-
|
|
300
|
-
## 0.1.6
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 833 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.1.13-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ac30427]
|
|
8
|
+
- @mastra/rag@0.1.13-alpha.2
|
|
9
|
+
|
|
10
|
+
## 1.1.13-alpha.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [6794797]
|
|
15
|
+
- @mastra/core@0.6.4-alpha.1
|
|
16
|
+
- @mastra/rag@0.1.13-alpha.1
|
|
17
|
+
|
|
3
18
|
## 1.1.13-alpha.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -284,19 +299,4 @@
|
|
|
284
299
|
- @mastra/core@0.5.0-alpha.5
|
|
285
300
|
- @mastra/rag@0.1.8-alpha.5
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [d79aedf]
|
|
292
|
-
- @mastra/core@0.5.0-alpha.4
|
|
293
|
-
- @mastra/rag@0.1.8-alpha.4
|
|
294
|
-
|
|
295
|
-
## 1.1.8-alpha.3
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [3d0e290]
|
|
300
|
-
- Updated dependencies [f2e8e5f]
|
|
301
|
-
|
|
302
|
-
... 1322 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1337 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/github
|
|
2
2
|
|
|
3
|
+
## 1.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 1.1.13-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
## 1.1.7-alpha.0
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [1da20e7]
|
|
298
|
-
- @mastra/core@0.4.4-alpha.0
|
|
299
|
-
|
|
300
|
-
## 1.1.6
|
|
301
|
-
|
|
302
|
-
... 1075 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1082 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.1.13-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
### Patch Changes
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
- @mastra/core@0.4.4-alpha.0
|
|
297
|
-
|
|
298
|
-
## 0.1.6
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 708 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 715 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.3.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2621e3f: Added MCP client timeout option used for tool calls.
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- @mastra/core@0.6.4-alpha.1
|
|
10
|
+
|
|
3
11
|
## 0.3.5-alpha.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
## 0.2.7-alpha.0
|
|
292
300
|
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [59df7b6]
|
|
296
|
-
- Updated dependencies [29f3a82]
|
|
297
|
-
- Updated dependencies [59df7b6]
|
|
298
|
-
- Updated dependencies [c139344]
|
|
299
|
-
- @mastra/core@0.5.0-alpha.0
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 807 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.2.5-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
|
|
292
299
|
### Patch Changes
|
|
293
300
|
|
|
294
|
-
- Updated dependencies [59df7b6]
|
|
295
|
-
- Updated dependencies [29f3a82]
|
|
296
|
-
- Updated dependencies [59df7b6]
|
|
297
|
-
- Updated dependencies [c139344]
|
|
298
|
-
- @mastra/core@0.5.0-alpha.0
|
|
299
|
-
|
|
300
|
-
## 0.1.7
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1149 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.2.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.2.5-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
|
|
292
299
|
## 0.1.7
|
|
293
300
|
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 1da20e7: Update typechecks for positional args
|
|
297
|
-
- Updated dependencies [1da20e7]
|
|
298
|
-
- @mastra/core@0.4.4
|
|
299
|
-
|
|
300
|
-
## 0.1.7-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 577 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/pinecone
|
|
2
2
|
|
|
3
|
+
## 0.2.3-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.2.3-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
|
|
292
299
|
## 0.1.7
|
|
293
300
|
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [1da20e7]
|
|
297
|
-
- @mastra/core@0.4.4
|
|
298
|
-
|
|
299
|
-
## 0.1.7-alpha.0
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 783 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 2.0.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
|
|
8
|
+
- Updated dependencies [6794797]
|
|
9
|
+
- @mastra/core@0.6.4-alpha.1
|
|
10
|
+
- @mastra/client-js@0.1.12-alpha.1
|
|
11
|
+
|
|
3
12
|
## 2.0.4-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [03236ec]
|
|
290
299
|
- Updated dependencies [3764e71]
|
|
291
300
|
- Updated dependencies [df982db]
|
|
292
|
-
- Updated dependencies [0461849]
|
|
293
|
-
- Updated dependencies [2259379]
|
|
294
|
-
- Updated dependencies [358f069]
|
|
295
|
-
- @mastra/core@0.5.0-alpha.5
|
|
296
|
-
- @mastra/client-js@0.1.7-alpha.5
|
|
297
|
-
|
|
298
|
-
## 1.0.0-alpha.4
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 120 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/qdrant
|
|
2
2
|
|
|
3
|
+
## 0.2.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.2.4-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
## 0.1.7
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [1da20e7]
|
|
298
|
-
- @mastra/core@0.4.4
|
|
299
|
-
|
|
300
|
-
## 0.1.7-alpha.0
|
|
301
|
-
|
|
302
|
-
... 771 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 778 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/rag
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ac30427: Updated inputschema for vectorquery tool
|
|
8
|
+
|
|
9
|
+
## 0.1.13-alpha.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [6794797]
|
|
14
|
+
- @mastra/core@0.6.4-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.1.13-alpha.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [02ffb7b]
|
|
286
299
|
- @mastra/core@0.5.0-alpha.2
|
|
287
300
|
|
|
288
|
-
## 0.1.8-alpha.1
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [dab255b]
|
|
293
|
-
- @mastra/core@0.5.0-alpha.1
|
|
294
|
-
|
|
295
|
-
## 0.1.8-alpha.0
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [59df7b6]
|
|
300
|
-
- Updated dependencies [29f3a82]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1233 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/ragie
|
|
2
2
|
|
|
3
|
+
## 1.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 1.1.13-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
## 1.1.7-alpha.0
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [1da20e7]
|
|
298
|
-
- @mastra/core@0.4.4-alpha.0
|
|
299
|
-
|
|
300
|
-
## 1.1.6
|
|
301
|
-
|
|
302
|
-
... 1026 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1033 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/speech-azure
|
|
2
2
|
|
|
3
|
+
## 0.1.13-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.1.13-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
### Patch Changes
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
- @mastra/core@0.4.4-alpha.0
|
|
297
|
-
|
|
298
|
-
## 0.1.6
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 644 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 651 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/speech-deepgram
|
|
2
2
|
|
|
3
|
+
## 0.1.12-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6794797]
|
|
8
|
+
- @mastra/core@0.6.4-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.1.12-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
### Patch Changes
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
- @mastra/core@0.4.4-alpha.0
|
|
297
|
-
|
|
298
|
-
## 0.1.5
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 648 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 655 more lines hidden. See full changelog in package directory.
|