@mastra/mcp-docs-server 0.0.12-alpha.4 → 0.0.12-alpha.5
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/%40internal%2Fstorage-test-utils.md +11 -0
- package/.docs/organized/changelogs/%40mastra%2Fastra.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fcloud.md +11 -0
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +11 -0
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +13 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +13 -13
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +11 -0
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +11 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +11 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Frag.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +12 -12
- 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 +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +12 -12
- package/.docs/organized/changelogs/create-mastra.md +8 -8
- package/.docs/organized/changelogs/mastra.md +16 -16
- package/.docs/organized/code-examples/quick-start.md +38 -0
- package/.docs/raw/agents/overview.mdx +1 -1
- package/.docs/raw/agents/using-tools-and-mcp.mdx +109 -0
- package/.docs/raw/reference/cli/lint.mdx +21 -0
- package/.docs/raw/reference/tools/create-tool.mdx +104 -0
- package/.docs/raw/reference/tools/mcp-client.mdx +3 -1
- package/.docs/raw/tools-mcp/advanced-usage.mdx +129 -0
- package/.docs/raw/tools-mcp/dynamic-context.mdx +126 -0
- package/.docs/raw/tools-mcp/mcp-overview.mdx +224 -0
- package/.docs/raw/tools-mcp/overview.mdx +55 -0
- package/.docs/raw/workflows-vnext/flow-control.mdx +4 -5
- package/dist/{chunk-HYPVNJL7.js → chunk-OKBMABZO.js} +5 -3
- package/dist/prepare-docs/prepare.js +1 -1
- package/dist/stdio.js +1 -1
- package/package.json +3 -3
- package/.docs/raw/agents/adding-tools.mdx +0 -288
- package/.docs/raw/agents/mcp-guide.mdx +0 -286
- package/.docs/raw/integrations/index.mdx +0 -213
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @internal/lint
|
|
2
2
|
|
|
3
|
+
## 0.0.2-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.0.2-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.2.13-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.2.13-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
- Updated dependencies [359b089]
|
|
289
300
|
- @mastra/core@0.8.3-alpha.0
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [a06aadc]
|
|
296
|
-
- @mastra/core@0.8.2
|
|
297
|
-
|
|
298
|
-
## 0.2.9-alpha.0
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 1281 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1292 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.2.13-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.2.13-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
- Updated dependencies [359b089]
|
|
289
300
|
- @mastra/core@0.8.3-alpha.0
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [a06aadc]
|
|
296
|
-
- @mastra/core@0.8.2
|
|
297
|
-
|
|
298
|
-
## 0.2.9-alpha.0
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 1280 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1291 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.3.2-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.3.2-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
|
|
289
300
|
### Patch Changes
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [32e7b71]
|
|
293
|
-
- Updated dependencies [37bb612]
|
|
294
|
-
- @mastra/core@0.8.3-alpha.1
|
|
295
|
-
|
|
296
|
-
## 0.2.10-alpha.0
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [359b089]
|
|
301
|
-
|
|
302
|
-
... 132 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 143 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.1.20-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.1.20-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
|
|
289
300
|
### Patch Changes
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
- bc4acb3: updated traces to not be wrapped in traces object
|
|
293
|
-
- Updated dependencies [32e7b71]
|
|
294
|
-
- Updated dependencies [37bb612]
|
|
295
|
-
- @mastra/core@0.8.3-alpha.1
|
|
296
|
-
|
|
297
|
-
## 0.1.17-alpha.0
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 711 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 722 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/cloud
|
|
2
2
|
|
|
3
|
+
## 0.0.1-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.0.1-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/cloudflare-d1
|
|
2
2
|
|
|
3
|
+
## 0.1.7-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.1.7-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.2-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.1.2-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
- Updated dependencies [10a8caf]
|
|
289
300
|
- @mastra/core@0.8.3-alpha.3
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [0bcc862]
|
|
296
|
-
- @mastra/core@0.8.3-alpha.2
|
|
297
|
-
|
|
298
|
-
## 0.0.4-alpha.1
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
... 92 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 103 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.9.2-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3d2fb5c: Fix commonjs import for vnext workflows
|
|
8
|
+
- 7eeb2bc: Add Memory default storage breaking change warning
|
|
9
|
+
- 8607972: Introduce Mastra lint cli command
|
|
10
|
+
- 7eeb2bc: Added explicit storage to memory in create-mastra so new projects don't see breaking change warnings
|
|
11
|
+
- fba031f: Show traces for vNext workflow
|
|
12
|
+
|
|
3
13
|
## 0.9.2-alpha.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
### Patch Changes
|
|
289
299
|
|
|
290
300
|
- 99e2998: Set default max steps to 5
|
|
291
|
-
- 8fdb414: Custom mastra server cors config
|
|
292
|
-
|
|
293
|
-
## 0.8.1-alpha.0
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- 99e2998: Set default max steps to 5
|
|
298
|
-
- 8fdb414: Custom mastra server cors config
|
|
299
|
-
|
|
300
|
-
## 0.8.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1402 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @mastra/couchbase
|
|
2
|
+
|
|
3
|
+
## 0.0.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 106a2ab: Added integration for Couchbase Vector Store
|
|
8
|
+
- Updated dependencies [3d2fb5c]
|
|
9
|
+
- Updated dependencies [7eeb2bc]
|
|
10
|
+
- Updated dependencies [8607972]
|
|
11
|
+
- Updated dependencies [7eeb2bc]
|
|
12
|
+
- Updated dependencies [fba031f]
|
|
13
|
+
- @mastra/core@0.9.2-alpha.5
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8607972: Introduce Mastra lint cli command
|
|
8
|
+
- Updated dependencies [3d2fb5c]
|
|
9
|
+
- Updated dependencies [7eeb2bc]
|
|
10
|
+
- Updated dependencies [8607972]
|
|
11
|
+
- Updated dependencies [7eeb2bc]
|
|
12
|
+
- Updated dependencies [fba031f]
|
|
13
|
+
- @mastra/core@0.9.2-alpha.5
|
|
14
|
+
- @mastra/deployer@0.3.2-alpha.5
|
|
15
|
+
|
|
3
16
|
## 0.1.21-alpha.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
### Patch Changes
|
|
286
299
|
|
|
287
300
|
- Updated dependencies [03f3cd0]
|
|
288
|
-
- @mastra/core@0.8.4-alpha.0
|
|
289
|
-
- @mastra/deployer@0.2.10-alpha.0
|
|
290
|
-
|
|
291
|
-
## 0.1.18
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
296
|
-
- Updated dependencies [d72318f]
|
|
297
|
-
- Updated dependencies [0bcc862]
|
|
298
|
-
- Updated dependencies [10a8caf]
|
|
299
|
-
- Updated dependencies [359b089]
|
|
300
|
-
- Updated dependencies [9f6f6dd]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1785 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8607972: Introduce Mastra lint cli command
|
|
8
|
+
- Updated dependencies [3d2fb5c]
|
|
9
|
+
- Updated dependencies [7eeb2bc]
|
|
10
|
+
- Updated dependencies [8607972]
|
|
11
|
+
- Updated dependencies [7eeb2bc]
|
|
12
|
+
- Updated dependencies [fba031f]
|
|
13
|
+
- @mastra/core@0.9.2-alpha.5
|
|
14
|
+
- @mastra/deployer@0.3.2-alpha.5
|
|
15
|
+
|
|
3
16
|
## 0.1.21-alpha.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
- @mastra/core@0.8.4-alpha.0
|
|
287
300
|
- @mastra/deployer@0.2.10-alpha.0
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
294
|
-
- 67aff42: Fix netlify deployer missing @libsql/linux-x64-gnu bug
|
|
295
|
-
- Updated dependencies [d72318f]
|
|
296
|
-
- Updated dependencies [0bcc862]
|
|
297
|
-
- Updated dependencies [10a8caf]
|
|
298
|
-
- Updated dependencies [359b089]
|
|
299
|
-
- Updated dependencies [9f6f6dd]
|
|
300
|
-
- Updated dependencies [32e7b71]
|
|
301
|
-
|
|
302
|
-
... 1742 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1755 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8607972: Introduce Mastra lint cli command
|
|
8
|
+
- Updated dependencies [3d2fb5c]
|
|
9
|
+
- Updated dependencies [7eeb2bc]
|
|
10
|
+
- Updated dependencies [8607972]
|
|
11
|
+
- Updated dependencies [7eeb2bc]
|
|
12
|
+
- Updated dependencies [fba031f]
|
|
13
|
+
- @mastra/core@0.9.2-alpha.5
|
|
14
|
+
- @mastra/deployer@0.3.2-alpha.5
|
|
15
|
+
|
|
3
16
|
## 0.1.21-alpha.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
### Patch Changes
|
|
286
299
|
|
|
287
300
|
- Updated dependencies [03f3cd0]
|
|
288
|
-
- @mastra/core@0.8.4-alpha.0
|
|
289
|
-
- @mastra/deployer@0.2.10-alpha.0
|
|
290
|
-
|
|
291
|
-
## 0.1.18
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
296
|
-
- Updated dependencies [d72318f]
|
|
297
|
-
- Updated dependencies [0bcc862]
|
|
298
|
-
- Updated dependencies [10a8caf]
|
|
299
|
-
- Updated dependencies [359b089]
|
|
300
|
-
- Updated dependencies [9f6f6dd]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1755 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.3.2-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8607972: Introduce Mastra lint cli command
|
|
8
|
+
- Updated dependencies [3d2fb5c]
|
|
9
|
+
- Updated dependencies [7eeb2bc]
|
|
10
|
+
- Updated dependencies [8607972]
|
|
11
|
+
- Updated dependencies [7eeb2bc]
|
|
12
|
+
- Updated dependencies [fba031f]
|
|
13
|
+
- @mastra/core@0.9.2-alpha.5
|
|
14
|
+
- @mastra/server@2.0.2-alpha.5
|
|
15
|
+
|
|
3
16
|
## 0.3.2-alpha.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
|
|
287
300
|
### Patch Changes
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
- @mastra/server@2.0.0-alpha.3
|
|
291
|
-
- @mastra/core@0.9.0-alpha.3
|
|
292
|
-
|
|
293
|
-
## 0.2.10-alpha.3
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [9ee4293]
|
|
298
|
-
- @mastra/core@0.8.4-alpha.2
|
|
299
|
-
- @mastra/server@1.0.4-alpha.2
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1715 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1728 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.1.21-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
|
|
289
300
|
### Patch Changes
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
- @mastra/core@0.8.2
|
|
293
|
-
|
|
294
|
-
## 0.1.17-alpha.0
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [a06aadc]
|
|
299
|
-
- @mastra/core@0.8.2-alpha.0
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1328 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1339 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
- @mastra/rag@0.1.21-alpha.5
|
|
14
|
+
|
|
3
15
|
## 1.1.21-alpha.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -287,16 +299,4 @@
|
|
|
287
299
|
- @mastra/core@0.8.3-alpha.5
|
|
288
300
|
- @mastra/rag@0.1.18-alpha.6
|
|
289
301
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [18d0758]
|
|
295
|
-
- @mastra/rag@0.1.18-alpha.5
|
|
296
|
-
|
|
297
|
-
## 1.1.18-alpha.4
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1904 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1916 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/github
|
|
2
2
|
|
|
3
|
+
## 1.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 1.1.21-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
|
|
289
300
|
### Patch Changes
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
- @mastra/core@0.8.2
|
|
293
|
-
|
|
294
|
-
## 1.1.17-alpha.0
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [a06aadc]
|
|
299
|
-
- @mastra/core@0.8.2-alpha.0
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1574 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1585 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/libsql
|
|
2
2
|
|
|
3
|
+
## 0.0.2-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.0.2-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
2
2
|
|
|
3
|
+
## 0.1.21-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.1.21-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -288,15 +299,4 @@
|
|
|
288
299
|
|
|
289
300
|
### Patch Changes
|
|
290
301
|
|
|
291
|
-
|
|
292
|
-
- @mastra/core@0.8.2
|
|
293
|
-
|
|
294
|
-
## 0.1.17-alpha.0
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [a06aadc]
|
|
299
|
-
- @mastra/core@0.8.2-alpha.0
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1207 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1218 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.0.12-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4214ae5: Fixed an issue where we were accessing `import.meta.dirname` which is only supported in newer node versions
|
|
8
|
+
- Updated dependencies [3d2fb5c]
|
|
9
|
+
- Updated dependencies [7eeb2bc]
|
|
10
|
+
- Updated dependencies [8607972]
|
|
11
|
+
- Updated dependencies [7eeb2bc]
|
|
12
|
+
- Updated dependencies [fba031f]
|
|
13
|
+
- @mastra/core@0.9.2-alpha.5
|
|
14
|
+
- @mastra/mcp@0.4.2-alpha.5
|
|
15
|
+
|
|
3
16
|
## 0.0.12-alpha.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [d72318f]
|
|
286
299
|
- @mastra/core@0.8.3-alpha.5
|
|
287
300
|
|
|
288
|
-
## 0.0.9-alpha.4
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [7f1b291]
|
|
293
|
-
- @mastra/core@0.8.3-alpha.4
|
|
294
|
-
|
|
295
|
-
## 0.0.9-alpha.3
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [10a8caf]
|
|
300
|
-
- @mastra/core@0.8.3-alpha.3
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 346 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/mcp-registry-registry
|
|
2
2
|
|
|
3
|
+
## 0.0.4-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.0.4-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.4.2-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d2fb5c]
|
|
8
|
+
- Updated dependencies [7eeb2bc]
|
|
9
|
+
- Updated dependencies [8607972]
|
|
10
|
+
- Updated dependencies [7eeb2bc]
|
|
11
|
+
- Updated dependencies [fba031f]
|
|
12
|
+
- @mastra/core@0.9.2-alpha.5
|
|
13
|
+
|
|
3
14
|
## 0.4.2-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -287,16 +298,5 @@
|
|
|
287
298
|
### Patch Changes
|
|
288
299
|
|
|
289
300
|
- Updated dependencies [10a8caf]
|
|
290
|
-
- @mastra/core@0.8.3-alpha.3
|
|
291
|
-
|
|
292
|
-
## 0.3.10-alpha.3
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 492e370: Updated MCPConfiguration to connect/disconnect to all clients simultaneously instead of one at a time
|
|
297
|
-
|
|
298
|
-
## 0.3.10-alpha.2
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1347 more lines hidden. See full changelog in package directory.
|