@mastra/mcp-docs-server 0.13.2-alpha.1 → 0.13.2-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%2Fastra.md +14 -14
- 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 +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +22 -22
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Flance.md +13 -0
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +22 -22
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +13 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +14 -14
- package/.docs/organized/changelogs/mastra.md +22 -22
- package/.docs/organized/code-examples/agent.md +182 -5
- package/.docs/organized/code-examples/assistant-ui.md +1 -1
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +1 -1
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +1 -1
- package/.docs/organized/code-examples/crypto-chatbot.md +2 -2
- package/.docs/organized/code-examples/openapi-spec-writer.md +1 -1
- package/.docs/raw/agents/using-tools-and-mcp.mdx +3 -2
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +111 -0
- package/.docs/raw/deployment/cloud-providers/index.mdx +15 -0
- package/.docs/raw/memory/working-memory.mdx +56 -0
- package/.docs/raw/networks-vnext/complex-task-execution.mdx +137 -0
- package/.docs/raw/networks-vnext/overview.mdx +85 -0
- package/.docs/raw/networks-vnext/single-task-execution.mdx +131 -0
- package/.docs/raw/reference/client-js/agents.mdx +41 -0
- package/.docs/raw/reference/deployer/netlify.mdx +22 -68
- package/.docs/raw/reference/deployer/vercel.mdx +7 -77
- package/.docs/raw/reference/tools/mcp-client.mdx +244 -0
- package/.docs/raw/reference/tools/mcp-server.mdx +186 -0
- package/.docs/raw/reference/workflows/create-run.mdx +1 -1
- package/.docs/raw/reference/workflows/resume.mdx +1 -1
- package/.docs/raw/reference/workflows/start.mdx +1 -1
- package/.docs/raw/reference/workflows/stream.mdx +1 -1
- package/.docs/raw/reference/workflows/watch.mdx +1 -1
- package/.docs/raw/reference/workflows/workflow.mdx +6 -2
- package/.docs/raw/workflows/control-flow.mdx +42 -1
- package/.docs/raw/workflows/overview.mdx +73 -5
- package/.docs/raw/workflows/pausing-execution.mdx +1 -1
- package/.docs/raw/workflows/suspend-and-resume.mdx +68 -23
- package/.docs/raw/workflows/using-with-agents-and-tools.mdx +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.11.0-alpha.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.10.3-alpha.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
### Patch Changes
|
|
286
299
|
|
|
287
300
|
- Updated dependencies [3d2fb5c]
|
|
288
|
-
- Updated dependencies [7eeb2bc]
|
|
289
|
-
- Updated dependencies [8607972]
|
|
290
|
-
- Updated dependencies [7eeb2bc]
|
|
291
|
-
- Updated dependencies [fba031f]
|
|
292
|
-
- @mastra/core@0.9.2-alpha.5
|
|
293
|
-
|
|
294
|
-
## 0.2.13-alpha.4
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [ccef9f9]
|
|
299
|
-
- Updated dependencies [51e6923]
|
|
300
|
-
- @mastra/core@0.9.2-alpha.4
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1585 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.11.0-alpha.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.10.4-alpha.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
|
|
287
300
|
## 0.2.13
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [6052aa6]
|
|
292
|
-
- Updated dependencies [967b41c]
|
|
293
|
-
- Updated dependencies [3d2fb5c]
|
|
294
|
-
- Updated dependencies [26738f4]
|
|
295
|
-
- Updated dependencies [4155f47]
|
|
296
|
-
- Updated dependencies [7eeb2bc]
|
|
297
|
-
- Updated dependencies [b804723]
|
|
298
|
-
- Updated dependencies [8607972]
|
|
299
|
-
- Updated dependencies [ccef9f9]
|
|
300
|
-
- Updated dependencies [0097d50]
|
|
301
|
-
|
|
302
|
-
... 1608 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1621 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.12.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.11.1-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
- Updated dependencies [3e9c131]
|
|
287
300
|
- @mastra/core@0.9.4-alpha.4
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- 302a9f0: fix: do not partition clickhouse trace table
|
|
294
|
-
- Updated dependencies [396be50]
|
|
295
|
-
- Updated dependencies [c3bd795]
|
|
296
|
-
- Updated dependencies [da082f8]
|
|
297
|
-
- Updated dependencies [a5810ce]
|
|
298
|
-
- @mastra/core@0.9.4-alpha.3
|
|
299
|
-
|
|
300
|
-
## 0.3.4-alpha.2
|
|
301
|
-
|
|
302
|
-
... 537 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 550 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.6-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a8b194f]
|
|
8
|
+
- @mastra/core@0.10.7-alpha.4
|
|
9
|
+
|
|
10
|
+
## 0.10.6-alpha.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 18a5d59: clientTools client side execution
|
|
15
|
+
- Updated dependencies [792c4c0]
|
|
16
|
+
- Updated dependencies [502fe05]
|
|
17
|
+
- Updated dependencies [4efcfa0]
|
|
18
|
+
- @mastra/core@0.10.7-alpha.3
|
|
19
|
+
|
|
3
20
|
## 0.10.6-alpha.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -282,21 +299,4 @@
|
|
|
282
299
|
- Updated dependencies [6015bdf]
|
|
283
300
|
- @mastra/core@0.10.1
|
|
284
301
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- 267773e: Show map config on workflow graph
|
|
290
|
-
Highlight borders for conditions too on workflow graph
|
|
291
|
-
Fix watch stream
|
|
292
|
-
|
|
293
|
-
## 0.10.1-alpha.2
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
|
|
298
|
-
- Updated dependencies [6015bdf]
|
|
299
|
-
- @mastra/core@0.10.1-alpha.2
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1288 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1305 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/cloudflare-d1
|
|
2
2
|
|
|
3
|
+
## 0.12.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.11.1-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
|
|
287
300
|
### Patch Changes
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
- @mastra/core@0.9.4-alpha.4
|
|
291
|
-
|
|
292
|
-
## 0.1.9-alpha.3
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [396be50]
|
|
297
|
-
- Updated dependencies [c3bd795]
|
|
298
|
-
- Updated dependencies [da082f8]
|
|
299
|
-
- Updated dependencies [a5810ce]
|
|
300
|
-
- @mastra/core@0.9.4-alpha.3
|
|
301
|
-
|
|
302
|
-
... 307 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 320 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.11.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.10.5-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
|
|
287
300
|
## 0.1.4-alpha.4
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [3e9c131]
|
|
292
|
-
- @mastra/core@0.9.4-alpha.4
|
|
293
|
-
|
|
294
|
-
## 0.1.4-alpha.3
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [396be50]
|
|
299
|
-
- Updated dependencies [c3bd795]
|
|
300
|
-
- Updated dependencies [da082f8]
|
|
301
|
-
|
|
302
|
-
... 501 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 514 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.10.7-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a8b194f: Fix double tool call for working memory
|
|
8
|
+
|
|
9
|
+
## 0.10.7-alpha.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 792c4c0: feat: pass runId to onFinish
|
|
14
|
+
- 502fe05: createRun() -> createRunAsync()
|
|
15
|
+
- 4efcfa0: Added bail() method and more ergonomic suspend function return value
|
|
16
|
+
|
|
3
17
|
## 0.10.7-alpha.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
|
|
285
299
|
### Patch Changes
|
|
286
300
|
|
|
287
|
-
- 592a2db: Added different icons for agents and workflows in mcp tools list
|
|
288
|
-
- e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
|
|
289
|
-
|
|
290
|
-
## 0.10.1
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- d70b807: Improve storage.init
|
|
295
|
-
- 6d16390: Support custom bundle externals on mastra Instance
|
|
296
|
-
- 1e4a421: Fix duplication of items in array results in workflow
|
|
297
|
-
- 200d0da: Return payload data, start time, end time, resume time and suspend time for each step in workflow state
|
|
298
|
-
Return error stack for failed workflow runs
|
|
299
|
-
- bf5f17b: Adds ability to pass workflows into MCPServer to generate tools from the workflows. Each workflow will become a tool that can start the workflow run.
|
|
300
|
-
- 5343f93: Move emitter to symbol to make private
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1933 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/couchbase
|
|
2
2
|
|
|
3
|
+
## 0.11.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.10.4-alpha.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [644f8ad]
|
|
286
299
|
- @mastra/core@0.9.3-alpha.0
|
|
287
300
|
|
|
288
|
-
## 0.0.2
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
301
|
|
|
292
|
-
|
|
293
|
-
- Updated dependencies [6052aa6]
|
|
294
|
-
- Updated dependencies [967b41c]
|
|
295
|
-
- Updated dependencies [3d2fb5c]
|
|
296
|
-
- Updated dependencies [26738f4]
|
|
297
|
-
- Updated dependencies [4155f47]
|
|
298
|
-
- Updated dependencies [7eeb2bc]
|
|
299
|
-
- Updated dependencies [b804723]
|
|
300
|
-
- Updated dependencies [8607972]
|
|
301
|
-
|
|
302
|
-
... 33 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 46 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.10.7-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a8b194f]
|
|
8
|
+
- @mastra/core@0.10.7-alpha.4
|
|
9
|
+
- @mastra/deployer@0.10.7-alpha.4
|
|
10
|
+
|
|
11
|
+
## 0.10.7-alpha.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [792c4c0]
|
|
16
|
+
- Updated dependencies [502fe05]
|
|
17
|
+
- Updated dependencies [10a4f10]
|
|
18
|
+
- Updated dependencies [4efcfa0]
|
|
19
|
+
- @mastra/core@0.10.7-alpha.3
|
|
20
|
+
- @mastra/deployer@0.10.7-alpha.3
|
|
21
|
+
|
|
3
22
|
## 0.10.7-alpha.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -279,24 +298,5 @@
|
|
|
279
298
|
|
|
280
299
|
## 0.10.2
|
|
281
300
|
|
|
282
|
-
### Patch Changes
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
- Updated dependencies [ee77e78]
|
|
286
|
-
- Updated dependencies [592a2db]
|
|
287
|
-
- Updated dependencies [e5dc18d]
|
|
288
|
-
- Updated dependencies [ab5adbe]
|
|
289
|
-
- Updated dependencies [e8d2aff]
|
|
290
|
-
- Updated dependencies [1e8bb40]
|
|
291
|
-
- Updated dependencies [1b5fc55]
|
|
292
|
-
- Updated dependencies [195c428]
|
|
293
|
-
- Updated dependencies [f73e11b]
|
|
294
|
-
- Updated dependencies [37643b8]
|
|
295
|
-
- Updated dependencies [99fd6cf]
|
|
296
|
-
- Updated dependencies [1fcc048]
|
|
297
|
-
- Updated dependencies [c5bf1ce]
|
|
298
|
-
- Updated dependencies [f946acf]
|
|
299
|
-
- Updated dependencies [add596e]
|
|
300
|
-
- Updated dependencies [8dc94d8]
|
|
301
|
-
|
|
302
|
-
... 2468 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2487 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.11.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a8b194f]
|
|
8
|
+
- @mastra/core@0.10.7-alpha.4
|
|
9
|
+
- @mastra/deployer@0.10.7-alpha.4
|
|
10
|
+
|
|
11
|
+
## 0.11.0-alpha.3
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 3df52d1: fix deployers netlify and vercel on both cli and git integrations, improve DX
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [792c4c0]
|
|
20
|
+
- Updated dependencies [502fe05]
|
|
21
|
+
- Updated dependencies [10a4f10]
|
|
22
|
+
- Updated dependencies [4efcfa0]
|
|
23
|
+
- @mastra/core@0.10.7-alpha.3
|
|
24
|
+
- @mastra/deployer@0.10.7-alpha.3
|
|
25
|
+
|
|
3
26
|
## 0.10.7-alpha.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -275,28 +298,5 @@
|
|
|
275
298
|
- Updated dependencies [e5dc18d]
|
|
276
299
|
- Updated dependencies [ab5adbe]
|
|
277
300
|
- Updated dependencies [e8d2aff]
|
|
278
|
-
- Updated dependencies [1e8bb40]
|
|
279
|
-
- Updated dependencies [1b5fc55]
|
|
280
|
-
- Updated dependencies [195c428]
|
|
281
|
-
- Updated dependencies [f73e11b]
|
|
282
|
-
- Updated dependencies [37643b8]
|
|
283
|
-
- Updated dependencies [99fd6cf]
|
|
284
|
-
- Updated dependencies [1fcc048]
|
|
285
|
-
- Updated dependencies [c5bf1ce]
|
|
286
|
-
- Updated dependencies [f946acf]
|
|
287
|
-
- Updated dependencies [add596e]
|
|
288
|
-
- Updated dependencies [8dc94d8]
|
|
289
|
-
- Updated dependencies [ecebbeb]
|
|
290
|
-
- Updated dependencies [4187ed4]
|
|
291
|
-
- Updated dependencies [79d5145]
|
|
292
|
-
- Updated dependencies [12b7002]
|
|
293
|
-
- Updated dependencies [f0d559f]
|
|
294
|
-
- Updated dependencies [2901125]
|
|
295
|
-
- @mastra/core@0.10.2
|
|
296
|
-
- @mastra/deployer@0.10.2
|
|
297
|
-
|
|
298
|
-
## 0.10.2-alpha.8
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2447 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.11.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a8b194f]
|
|
8
|
+
- @mastra/core@0.10.7-alpha.4
|
|
9
|
+
- @mastra/deployer@0.10.7-alpha.4
|
|
10
|
+
|
|
11
|
+
## 0.11.0-alpha.3
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 3df52d1: fix deployers netlify and vercel on both cli and git integrations, improve DX
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [792c4c0]
|
|
20
|
+
- Updated dependencies [502fe05]
|
|
21
|
+
- Updated dependencies [10a4f10]
|
|
22
|
+
- Updated dependencies [4efcfa0]
|
|
23
|
+
- @mastra/core@0.10.7-alpha.3
|
|
24
|
+
- @mastra/deployer@0.10.7-alpha.3
|
|
25
|
+
|
|
3
26
|
## 0.10.7-alpha.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -275,28 +298,5 @@
|
|
|
275
298
|
- @mastra/core@0.10.2
|
|
276
299
|
- @mastra/deployer@0.10.2
|
|
277
300
|
|
|
278
|
-
## 0.10.2-alpha.8
|
|
279
|
-
|
|
280
|
-
### Patch Changes
|
|
281
|
-
|
|
282
|
-
- Updated dependencies [37643b8]
|
|
283
|
-
- Updated dependencies [79d5145]
|
|
284
|
-
- @mastra/core@0.10.2-alpha.8
|
|
285
|
-
- @mastra/deployer@0.10.2-alpha.8
|
|
286
|
-
|
|
287
|
-
## 0.10.2-alpha.7
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- @mastra/deployer@0.10.2-alpha.7
|
|
292
|
-
- @mastra/core@0.10.2-alpha.7
|
|
293
|
-
|
|
294
|
-
## 0.10.2-alpha.6
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [99fd6cf]
|
|
299
|
-
- Updated dependencies [1fcc048]
|
|
300
|
-
- Updated dependencies [8dc94d8]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2431 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.10.7-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a8b194f]
|
|
8
|
+
- @mastra/core@0.10.7-alpha.4
|
|
9
|
+
- @mastra/server@0.10.7-alpha.4
|
|
10
|
+
|
|
11
|
+
## 0.10.7-alpha.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 10a4f10: Cancel agent generate/stream when request aborts
|
|
16
|
+
- Updated dependencies [792c4c0]
|
|
17
|
+
- Updated dependencies [502fe05]
|
|
18
|
+
- Updated dependencies [4afab04]
|
|
19
|
+
- Updated dependencies [10a4f10]
|
|
20
|
+
- Updated dependencies [4efcfa0]
|
|
21
|
+
- @mastra/core@0.10.7-alpha.3
|
|
22
|
+
- @mastra/server@0.10.7-alpha.3
|
|
23
|
+
|
|
3
24
|
## 0.10.7-alpha.2
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -277,26 +298,5 @@
|
|
|
277
298
|
### Patch Changes
|
|
278
299
|
|
|
279
300
|
- d1ed912: dependencies updates:
|
|
280
|
-
- Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
|
|
281
|
-
- f595975: dependencies updates:
|
|
282
|
-
- Updated dependency [`rollup@^4.41.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.41.1) (from `^4.35.0`, in `dependencies`)
|
|
283
|
-
- afd9fda: Reset retry-count on code change and only retry if server actually is running
|
|
284
|
-
|
|
285
|
-
Fixes #4563
|
|
286
|
-
|
|
287
|
-
- f1f1f1b: Add basic filtering capabilities to logs
|
|
288
|
-
- 82090c1: Add pagination to logs
|
|
289
|
-
- 69f6101: Add reason to tools import error on server start
|
|
290
|
-
- Updated dependencies [d1ed912]
|
|
291
|
-
- Updated dependencies [f1f1f1b]
|
|
292
|
-
- Updated dependencies [f9816ae]
|
|
293
|
-
- Updated dependencies [82090c1]
|
|
294
|
-
- Updated dependencies [1b443fd]
|
|
295
|
-
- Updated dependencies [ce97900]
|
|
296
|
-
- Updated dependencies [14a2566]
|
|
297
|
-
- @mastra/core@0.10.4-alpha.0
|
|
298
|
-
- @mastra/server@0.10.4-alpha.0
|
|
299
|
-
|
|
300
|
-
## 0.10.3
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2512 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/dynamodb
|
|
2
2
|
|
|
3
|
+
## 0.12.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.11.1-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
|
|
286
299
|
- d2d4fe4: Add a DynamoDB storage connector using a single-table design pattern with ElectroDB.
|
|
287
300
|
|
|
288
|
-
Features:
|
|
289
|
-
|
|
290
|
-
- Efficient single-table design for all Mastra storage needs
|
|
291
|
-
- Based on ElectroDB for type-safe DynamoDB access
|
|
292
|
-
- Support for AWS credentials, regions, and endpoints
|
|
293
|
-
- Compatible with AWS DynamoDB Local for development
|
|
294
|
-
- Thread, Message, Trace, Eval, and Workflow operations
|
|
295
|
-
- Useful for serverless environments
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [b3a3d63]
|
|
298
|
-
- Updated dependencies [344f453]
|
|
299
|
-
- Updated dependencies [0a3ae6d]
|
|
300
|
-
- Updated dependencies [95911be]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 56 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/lance
|
|
2
2
|
|
|
3
|
+
## 0.2.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.1.3-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/libsql
|
|
2
2
|
|
|
3
|
+
## 0.11.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [792c4c0]
|
|
12
|
+
- Updated dependencies [502fe05]
|
|
13
|
+
- Updated dependencies [4efcfa0]
|
|
14
|
+
- @mastra/core@0.10.7-alpha.3
|
|
15
|
+
|
|
3
16
|
## 0.10.4-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [c3bd795]
|
|
286
299
|
- Updated dependencies [da082f8]
|
|
287
300
|
- Updated dependencies [a5810ce]
|
|
288
|
-
- Updated dependencies [3e9c131]
|
|
289
|
-
- Updated dependencies [3171b5b]
|
|
290
|
-
- Updated dependencies [973e5ac]
|
|
291
|
-
- Updated dependencies [daf942f]
|
|
292
|
-
- Updated dependencies [0b8b868]
|
|
293
|
-
- Updated dependencies [9e1eff5]
|
|
294
|
-
- Updated dependencies [6fa1ad1]
|
|
295
|
-
- Updated dependencies [c28d7a0]
|
|
296
|
-
- Updated dependencies [edf1e88]
|
|
297
|
-
- @mastra/core@0.9.4
|
|
298
|
-
|
|
299
|
-
## 0.0.4-alpha.4
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 272 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a8b194f]
|
|
8
|
+
- Updated dependencies [dc93062]
|
|
9
|
+
- @mastra/core@0.10.7-alpha.4
|
|
10
|
+
- @mastra/mcp@0.10.5-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.13.2-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [99f050a]
|
|
290
299
|
- Updated dependencies [d0ee3c6]
|
|
291
300
|
- Updated dependencies [b2ae5aa]
|
|
292
|
-
- Updated dependencies [23f258c]
|
|
293
|
-
- Updated dependencies [a7292b0]
|
|
294
|
-
- Updated dependencies [0dcb9f0]
|
|
295
|
-
- Updated dependencies [2672a05]
|
|
296
|
-
- @mastra/core@0.10.0
|
|
297
|
-
- @mastra/mcp@0.10.0
|
|
298
|
-
|
|
299
|
-
## 0.1.0-alpha.1
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 855 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.10.5-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dc93062: Add elicitation support to MCPServer and MCPClient. Also fixes connectivity issues between multiple MCPClient instances and an MCPServer.
|
|
8
|
+
- Updated dependencies [a8b194f]
|
|
9
|
+
- @mastra/core@0.10.7-alpha.4
|
|
10
|
+
|
|
3
11
|
## 0.10.5-alpha.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
## 0.5.0-alpha.6
|
|
292
300
|
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [3e9c131]
|
|
296
|
-
- @mastra/core@0.9.4-alpha.4
|
|
297
|
-
|
|
298
|
-
## 0.5.0-alpha.5
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1786 more lines hidden. See full changelog in package directory.
|