@mastra/mcp-docs-server 0.13.4 → 0.13.5-alpha.0
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 +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fagui.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +38 -38
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +42 -42
- 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 +52 -52
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +31 -31
- package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +55 -55
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +37 -37
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +13 -13
- package/.docs/organized/changelogs/create-mastra.md +27 -27
- package/.docs/organized/changelogs/mastra.md +63 -63
- package/.docs/organized/code-examples/bird-checker-with-express.md +1 -1
- package/.docs/organized/code-examples/crypto-chatbot.md +9 -9
- package/.docs/organized/code-examples/fireworks-r1.md +1 -1
- package/.docs/organized/code-examples/memory-per-resource-example.md +1 -1
- package/.docs/organized/code-examples/memory-with-pg.md +1 -1
- package/.docs/organized/code-examples/memory-with-upstash.md +1 -1
- package/.docs/organized/code-examples/openapi-spec-writer.md +4 -4
- package/.docs/raw/client-js/overview.mdx +16 -0
- package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +279 -0
- package/.docs/raw/deployment/serverless-platforms/index.mdx +0 -1
- package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +97 -0
- package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +34 -0
- package/.docs/raw/local-dev/mastra-dev.mdx +10 -3
- package/.docs/raw/memory/overview.mdx +2 -1
- package/.docs/raw/reference/agents/generate.mdx +3 -2
- package/.docs/raw/reference/agents/stream.mdx +3 -2
- package/.docs/raw/reference/cli/dev.mdx +12 -0
- package/.docs/raw/reference/legacyWorkflows/createRun.mdx +0 -4
- package/.docs/raw/reference/memory/Memory.mdx +12 -6
- package/.docs/raw/reference/workflows/create-run.mdx +4 -4
- package/.docs/raw/reference/workflows/sendEvent.mdx +49 -0
- package/.docs/raw/workflows/overview.mdx +1 -1
- package/.docs/raw/workflows/pausing-execution.mdx +74 -37
- package/package.json +4 -4
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.5-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2873c7f]
|
|
8
|
+
- Updated dependencies [1c1c6a1]
|
|
9
|
+
- Updated dependencies [f5ec3a4]
|
|
10
|
+
- Updated dependencies [ab3bbff]
|
|
11
|
+
- Updated dependencies [565cc0c]
|
|
12
|
+
- @mastra/core@0.10.11-alpha.2
|
|
13
|
+
- @mastra/mcp@0.10.6-alpha.0
|
|
14
|
+
|
|
15
|
+
## 0.13.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 16bc2f9: Fix blog tool for fetching blogpost
|
|
20
|
+
- Updated dependencies [4d3fbdf]
|
|
21
|
+
- @mastra/core@0.10.10
|
|
22
|
+
|
|
3
23
|
## 0.13.4-alpha.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- Updated dependencies [e5dc18d]
|
|
279
299
|
- Updated dependencies [ab5adbe]
|
|
280
300
|
- Updated dependencies [1e8bb40]
|
|
281
|
-
- Updated dependencies [1b5fc55]
|
|
282
|
-
- Updated dependencies [195c428]
|
|
283
|
-
- Updated dependencies [f73e11b]
|
|
284
|
-
- Updated dependencies [37643b8]
|
|
285
|
-
- Updated dependencies [99fd6cf]
|
|
286
|
-
- Updated dependencies [c5bf1ce]
|
|
287
|
-
- Updated dependencies [add596e]
|
|
288
|
-
- Updated dependencies [8dc94d8]
|
|
289
|
-
- Updated dependencies [ecebbeb]
|
|
290
|
-
- Updated dependencies [79d5145]
|
|
291
|
-
- Updated dependencies [12b7002]
|
|
292
|
-
- Updated dependencies [f0d559f]
|
|
293
|
-
- Updated dependencies [2901125]
|
|
294
|
-
- @mastra/core@0.10.2
|
|
295
|
-
- @mastra/mcp@0.10.2
|
|
296
|
-
|
|
297
|
-
## 0.11.1-alpha.2
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 970 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.10.6-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f5ec3a4: Fix tool calling args for mcp server to ensure validatedArgs are not undefined
|
|
8
|
+
- ab3bbff: Add support for extra arguments in mcp
|
|
9
|
+
- Updated dependencies [2873c7f]
|
|
10
|
+
- Updated dependencies [1c1c6a1]
|
|
11
|
+
- Updated dependencies [565cc0c]
|
|
12
|
+
- @mastra/core@0.10.11-alpha.2
|
|
13
|
+
|
|
3
14
|
## 0.10.5
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -287,16 +298,5 @@
|
|
|
287
298
|
- Updated dependencies [2672a05]
|
|
288
299
|
- @mastra/core@0.9.5-alpha.0
|
|
289
300
|
|
|
290
|
-
## 0.5.0
|
|
291
|
-
|
|
292
|
-
### Minor Changes
|
|
293
|
-
|
|
294
|
-
- e229660: MCPClient: expose connected client resources.
|
|
295
|
-
|
|
296
|
-
Added a new `getResources()` method to the MCPClient class that allows clients to retrieve resources from connected MCP servers. Resources are data or content exposed by MCP servers that can be accessed by clients.
|
|
297
|
-
|
|
298
|
-
The implementation includes:
|
|
299
|
-
- Direct access to resources from all connected MCP servers, grouped by server name
|
|
300
|
-
- Robust error handling that allows partial results when some servers fail
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1825 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.11.2-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bc2bbdc: dependencies updates:
|
|
8
|
+
- Updated dependency [`pg-pool@^3.10.1` ↗︎](https://www.npmjs.com/package/pg-pool/v/3.10.1) (from `^3.10.0`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [2873c7f]
|
|
10
|
+
- Updated dependencies [1c1c6a1]
|
|
11
|
+
- Updated dependencies [565cc0c]
|
|
12
|
+
- @mastra/core@0.10.11-alpha.2
|
|
13
|
+
|
|
14
|
+
## 0.11.2-alpha.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- fb2a1b9: dependencies updates:
|
|
19
|
+
- Updated dependency [`pg@^8.16.3` ↗︎](https://www.npmjs.com/package/pg/v/8.16.3) (from `^8.16.0`, in `dependencies`)
|
|
20
|
+
- Updated dependencies [f8ce2cc]
|
|
21
|
+
- Updated dependencies [8c846b6]
|
|
22
|
+
- Updated dependencies [b790fd1]
|
|
23
|
+
- Updated dependencies [d7ed04d]
|
|
24
|
+
- Updated dependencies [f36e4f1]
|
|
25
|
+
- @mastra/core@0.10.11-alpha.0
|
|
26
|
+
|
|
3
27
|
## 0.11.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -274,29 +298,5 @@
|
|
|
274
298
|
|
|
275
299
|
- c5bf1ce: Add backwards compat code for new MessageList in storage
|
|
276
300
|
- Updated dependencies [c5bf1ce]
|
|
277
|
-
- Updated dependencies [12b7002]
|
|
278
|
-
- @mastra/core@0.10.2-alpha.4
|
|
279
|
-
|
|
280
|
-
## 0.10.2-alpha.1
|
|
281
|
-
|
|
282
|
-
### Patch Changes
|
|
283
|
-
|
|
284
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
285
|
-
- Updated dependencies [1e8bb40]
|
|
286
|
-
- @mastra/core@0.10.2-alpha.2
|
|
287
|
-
|
|
288
|
-
## 0.10.2-alpha.0
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
|
|
293
|
-
- Updated dependencies [592a2db]
|
|
294
|
-
- Updated dependencies [e5dc18d]
|
|
295
|
-
- @mastra/core@0.10.2-alpha.0
|
|
296
|
-
|
|
297
|
-
## 0.10.1
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2262 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.12.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fb2a1b9: dependencies updates:
|
|
8
|
+
- Updated dependency [`pg@^8.16.3` ↗︎](https://www.npmjs.com/package/pg/v/8.16.3) (from `^8.16.0`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [f8ce2cc]
|
|
10
|
+
- Updated dependencies [8c846b6]
|
|
11
|
+
- Updated dependencies [b790fd1]
|
|
12
|
+
- Updated dependencies [d7ed04d]
|
|
13
|
+
- Updated dependencies [f36e4f1]
|
|
14
|
+
- @mastra/core@0.10.11-alpha.0
|
|
15
|
+
|
|
3
16
|
## 0.12.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependency [`pg-promise@^11.13.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.13.0) (from `^11.11.0`, in `dependencies`)
|
|
286
299
|
- Updated dependencies [d1ed912]
|
|
287
300
|
- Updated dependencies [f1f1f1b]
|
|
288
|
-
- Updated dependencies [f9816ae]
|
|
289
|
-
- Updated dependencies [82090c1]
|
|
290
|
-
- Updated dependencies [1b443fd]
|
|
291
|
-
- Updated dependencies [ce97900]
|
|
292
|
-
- Updated dependencies [14a2566]
|
|
293
|
-
- @mastra/core@0.10.4-alpha.0
|
|
294
|
-
|
|
295
|
-
## 0.10.1
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
|
|
300
|
-
- c5bf1ce: Add backwards compat code for new MessageList in storage
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1708 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 5.1.11-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7fb0909: dependencies updates:
|
|
8
|
+
- Updated dependency [`@dagrejs/dagre@^1.1.5` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.5) (from `^1.1.4`, in `dependencies`)
|
|
9
|
+
- 05ba777: dependencies updates:
|
|
10
|
+
- Updated dependency [`@xyflow/react@^12.8.1` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.1) (from `^12.6.4`, in `dependencies`)
|
|
11
|
+
- 7ccbf43: dependencies updates:
|
|
12
|
+
- Updated dependency [`motion@^12.23.0` ↗︎](https://www.npmjs.com/package/motion/v/12.23.0) (from `^12.16.0`, in `dependencies`)
|
|
13
|
+
- 4b4b339: dependencies updates:
|
|
14
|
+
- Updated dependency [`@uiw/react-codemirror@^4.23.14` ↗︎](https://www.npmjs.com/package/@uiw/react-codemirror/v/4.23.14) (from `^4.23.13`, in `dependencies`)
|
|
15
|
+
- 4219597: add JSON input close to form input
|
|
16
|
+
- Updated dependencies [2873c7f]
|
|
17
|
+
- Updated dependencies [1c1c6a1]
|
|
18
|
+
- Updated dependencies [565cc0c]
|
|
19
|
+
- Updated dependencies [18da791]
|
|
20
|
+
- @mastra/core@0.10.11-alpha.2
|
|
21
|
+
- @mastra/client-js@0.10.10-alpha.2
|
|
22
|
+
|
|
23
|
+
## 5.1.11-alpha.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- a7a836a: Highlight send event button
|
|
28
|
+
- Updated dependencies [7f6e403]
|
|
29
|
+
- @mastra/core@0.10.11-alpha.1
|
|
30
|
+
- @mastra/client-js@0.10.10-alpha.1
|
|
31
|
+
|
|
32
|
+
## 5.1.11-alpha.0
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- b790fd1: Use SerializedStepFlowEntry in playground
|
|
37
|
+
- Updated dependencies [f8ce2cc]
|
|
38
|
+
- Updated dependencies [8c846b6]
|
|
39
|
+
- Updated dependencies [b790fd1]
|
|
40
|
+
- Updated dependencies [d7ed04d]
|
|
41
|
+
- Updated dependencies [f36e4f1]
|
|
42
|
+
- @mastra/core@0.10.11-alpha.0
|
|
43
|
+
- @mastra/client-js@0.10.10-alpha.0
|
|
44
|
+
|
|
45
|
+
## 5.1.10
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
50
|
+
- 45f0dba: Display too-call finish reason error in playground
|
|
51
|
+
- Updated dependencies [b60f510]
|
|
52
|
+
- Updated dependencies [6997af1]
|
|
53
|
+
- Updated dependencies [4d3fbdf]
|
|
54
|
+
- @mastra/client-js@0.10.9
|
|
55
|
+
- @mastra/core@0.10.10
|
|
56
|
+
|
|
3
57
|
## 5.1.10-alpha.1
|
|
4
58
|
|
|
5
59
|
### Patch Changes
|
|
@@ -244,59 +298,5 @@
|
|
|
244
298
|
- 9102d89: Fix final output not showing on playground for previously suspended steps
|
|
245
299
|
- Updated dependencies [d8f2d19]
|
|
246
300
|
- Updated dependencies [9d52b17]
|
|
247
|
-
- Updated dependencies [8ba1b51]
|
|
248
|
-
- @mastra/core@0.10.7-alpha.0
|
|
249
|
-
- @mastra/client-js@0.10.6-alpha.0
|
|
250
|
-
|
|
251
|
-
## 5.1.6
|
|
252
|
-
|
|
253
|
-
### Patch Changes
|
|
254
301
|
|
|
255
|
-
|
|
256
|
-
- Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
|
|
257
|
-
- Updated dependency [`@autoform/core@^2.2.0` ↗︎](https://www.npmjs.com/package/@autoform/core/v/2.2.0) (from `^2.1.0`, in `dependencies`)
|
|
258
|
-
- Updated dependency [`@autoform/react@^3.1.0` ↗︎](https://www.npmjs.com/package/@autoform/react/v/3.1.0) (from `^3.0.0`, in `dependencies`)
|
|
259
|
-
- Updated dependency [`@autoform/zod@^2.2.0` ↗︎](https://www.npmjs.com/package/@autoform/zod/v/2.2.0) (from `^2.1.0`, in `dependencies`)
|
|
260
|
-
- Updated dependency [`@radix-ui/react-avatar@^1.1.10` ↗︎](https://www.npmjs.com/package/@radix-ui/react-avatar/v/1.1.10) (from `^1.1.3`, in `dependencies`)
|
|
261
|
-
- Updated dependency [`@radix-ui/react-checkbox@^1.3.2` ↗︎](https://www.npmjs.com/package/@radix-ui/react-checkbox/v/1.3.2) (from `^1.1.4`, in `dependencies`)
|
|
262
|
-
- Updated dependency [`@radix-ui/react-collapsible@^1.1.11` ↗︎](https://www.npmjs.com/package/@radix-ui/react-collapsible/v/1.1.11) (from `^1.1.3`, in `dependencies`)
|
|
263
|
-
- Updated dependency [`@radix-ui/react-dialog@^1.1.14` ↗︎](https://www.npmjs.com/package/@radix-ui/react-dialog/v/1.1.14) (from `^1.1.6`, in `dependencies`)
|
|
264
|
-
- Updated dependency [`@radix-ui/react-label@^2.1.7` ↗︎](https://www.npmjs.com/package/@radix-ui/react-label/v/2.1.7) (from `^2.1.2`, in `dependencies`)
|
|
265
|
-
- Updated dependency [`@radix-ui/react-popover@^1.1.14` ↗︎](https://www.npmjs.com/package/@radix-ui/react-popover/v/1.1.14) (from `^1.1.6`, in `dependencies`)
|
|
266
|
-
- Updated dependency [`@radix-ui/react-scroll-area@^1.2.9` ↗︎](https://www.npmjs.com/package/@radix-ui/react-scroll-area/v/1.2.9) (from `^1.2.3`, in `dependencies`)
|
|
267
|
-
- Updated dependency [`@radix-ui/react-select@^2.2.5` ↗︎](https://www.npmjs.com/package/@radix-ui/react-select/v/2.2.5) (from `^2.1.6`, in `dependencies`)
|
|
268
|
-
- Updated dependency [`@radix-ui/react-slider@^1.3.5` ↗︎](https://www.npmjs.com/package/@radix-ui/react-slider/v/1.3.5) (from `^1.2.3`, in `dependencies`)
|
|
269
|
-
- Updated dependency [`@radix-ui/react-slot@^1.2.3` ↗︎](https://www.npmjs.com/package/@radix-ui/react-slot/v/1.2.3) (from `^1.1.2`, in `dependencies`)
|
|
270
|
-
- Updated dependency [`@radix-ui/react-switch@^1.2.5` ↗︎](https://www.npmjs.com/package/@radix-ui/react-switch/v/1.2.5) (from `^1.1.3`, in `dependencies`)
|
|
271
|
-
- Updated dependency [`@radix-ui/react-tabs@^1.1.12` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tabs/v/1.1.12) (from `^1.1.2`, in `dependencies`)
|
|
272
|
-
- Updated dependency [`@radix-ui/react-toggle@^1.1.9` ↗︎](https://www.npmjs.com/package/@radix-ui/react-toggle/v/1.1.9) (from `^1.1.2`, in `dependencies`)
|
|
273
|
-
- Updated dependency [`@radix-ui/react-tooltip@^1.2.7` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tooltip/v/1.2.7) (from `^1.1.8`, in `dependencies`)
|
|
274
|
-
- Updated dependency [`@tanstack/react-table@^8.21.3` ↗︎](https://www.npmjs.com/package/@tanstack/react-table/v/8.21.3) (from `^8.21.2`, in `dependencies`)
|
|
275
|
-
- Updated dependency [`@uiw/codemirror-theme-dracula@^4.23.13` ↗︎](https://www.npmjs.com/package/@uiw/codemirror-theme-dracula/v/4.23.13) (from `^4.23.10`, in `dependencies`)
|
|
276
|
-
- Updated dependency [`@uiw/react-codemirror@^4.23.13` ↗︎](https://www.npmjs.com/package/@uiw/react-codemirror/v/4.23.13) (from `^4.23.8`, in `dependencies`)
|
|
277
|
-
- Updated dependency [`@xyflow/react@^12.6.4` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.6.4) (from `^12.3.6`, in `dependencies`)
|
|
278
|
-
- Updated dependency [`cmdk@^1.1.1` ↗︎](https://www.npmjs.com/package/cmdk/v/1.1.1) (from `^1.0.0`, in `dependencies`)
|
|
279
|
-
- Updated dependency [`json-schema-to-zod@^2.6.1` ↗︎](https://www.npmjs.com/package/json-schema-to-zod/v/2.6.1) (from `^2.5.0`, in `dependencies`)
|
|
280
|
-
- Updated dependency [`motion@^12.16.0` ↗︎](https://www.npmjs.com/package/motion/v/12.16.0) (from `^12.4.2`, in `dependencies`)
|
|
281
|
-
- Updated dependency [`prism-react-renderer@^2.4.1` ↗︎](https://www.npmjs.com/package/prism-react-renderer/v/2.4.1) (from `^2.4.0`, in `dependencies`)
|
|
282
|
-
- Updated dependency [`react-hook-form@^7.57.0` ↗︎](https://www.npmjs.com/package/react-hook-form/v/7.57.0) (from `^7.54.2`, in `dependencies`)
|
|
283
|
-
- Updated dependency [`react-resizable-panels@^2.1.9` ↗︎](https://www.npmjs.com/package/react-resizable-panels/v/2.1.9) (from `^2.1.7`, in `dependencies`)
|
|
284
|
-
- Updated dependency [`remark-rehype@^11.1.2` ↗︎](https://www.npmjs.com/package/remark-rehype/v/11.1.2) (from `^11.1.1`, in `dependencies`)
|
|
285
|
-
- Updated dependency [`remeda@^2.23.0` ↗︎](https://www.npmjs.com/package/remeda/v/2.23.0) (from `^2.21.1`, in `dependencies`)
|
|
286
|
-
- Updated dependency [`sonner@^2.0.5` ↗︎](https://www.npmjs.com/package/sonner/v/2.0.5) (from `^2.0.1`, in `dependencies`)
|
|
287
|
-
- Updated dependency [`use-debounce@^10.0.5` ↗︎](https://www.npmjs.com/package/use-debounce/v/10.0.5) (from `^10.0.4`, in `dependencies`)
|
|
288
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
289
|
-
- Updated dependency [`zustand@^5.0.5` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.5) (from `^5.0.3`, in `dependencies`)
|
|
290
|
-
- 02560d4: lift evals fetching to the playground package instead
|
|
291
|
-
- 5f2aa3e: Move workflow hooks to playground
|
|
292
|
-
- 311132e: move useWorkflow to playground instead of playground-ui
|
|
293
|
-
- fc677d7: For final result for a workflow
|
|
294
|
-
- Updated dependencies [63f6b7d]
|
|
295
|
-
- Updated dependencies [63f6b7d]
|
|
296
|
-
- Updated dependencies [12a95fc]
|
|
297
|
-
- Updated dependencies [4b0f8a6]
|
|
298
|
-
- Updated dependencies [51264a5]
|
|
299
|
-
- Updated dependencies [8e6f677]
|
|
300
|
-
- Updated dependencies [d70c420]
|
|
301
|
-
|
|
302
|
-
... 1835 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1889 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2873c7f]
|
|
8
|
+
- Updated dependencies [1c1c6a1]
|
|
9
|
+
- Updated dependencies [565cc0c]
|
|
10
|
+
- @mastra/core@0.10.11-alpha.2
|
|
11
|
+
|
|
12
|
+
## 0.10.11-alpha.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [7f6e403]
|
|
17
|
+
- @mastra/core@0.10.11-alpha.1
|
|
18
|
+
|
|
19
|
+
## 0.10.11-alpha.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [f8ce2cc]
|
|
24
|
+
- Updated dependencies [8c846b6]
|
|
25
|
+
- Updated dependencies [b790fd1]
|
|
26
|
+
- Updated dependencies [d7ed04d]
|
|
27
|
+
- Updated dependencies [f36e4f1]
|
|
28
|
+
- @mastra/core@0.10.11-alpha.0
|
|
29
|
+
|
|
30
|
+
## 0.10.10
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 6e13b80: Add error cause and stack trace to mastra server error handler
|
|
35
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
36
|
+
- Updated dependencies [4d3fbdf]
|
|
37
|
+
- @mastra/core@0.10.10
|
|
38
|
+
|
|
3
39
|
## 0.10.10-alpha.1
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
|
@@ -263,40 +299,4 @@
|
|
|
263
299
|
- Updated dependencies [53d3c37]
|
|
264
300
|
- @mastra/core@0.10.6-alpha.0
|
|
265
301
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
### Patch Changes
|
|
269
|
-
|
|
270
|
-
- 1ba421d: fix the tools not showing on workflows attached to agents
|
|
271
|
-
- Updated dependencies [13c97f9]
|
|
272
|
-
- @mastra/core@0.10.5
|
|
273
|
-
|
|
274
|
-
## 0.10.4
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- f1f1f1b: Add basic filtering capabilities to logs
|
|
279
|
-
- 9597ee5: Hoist runtimeContext from POST request into middleware
|
|
280
|
-
- 82090c1: Add pagination to logs
|
|
281
|
-
- bebd27c: Only apply <placeholder> text inside instructions in the playground ui
|
|
282
|
-
- Updated dependencies [d1ed912]
|
|
283
|
-
- Updated dependencies [f6fd25f]
|
|
284
|
-
- Updated dependencies [dffb67b]
|
|
285
|
-
- Updated dependencies [f1f1f1b]
|
|
286
|
-
- Updated dependencies [925ab94]
|
|
287
|
-
- Updated dependencies [f9816ae]
|
|
288
|
-
- Updated dependencies [82090c1]
|
|
289
|
-
- Updated dependencies [1b443fd]
|
|
290
|
-
- Updated dependencies [ce97900]
|
|
291
|
-
- Updated dependencies [f1309d3]
|
|
292
|
-
- Updated dependencies [14a2566]
|
|
293
|
-
- Updated dependencies [f7f8293]
|
|
294
|
-
- Updated dependencies [48eddb9]
|
|
295
|
-
- @mastra/core@0.10.4
|
|
296
|
-
|
|
297
|
-
## 0.10.4-alpha.3
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 2241 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2277 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/upstash
|
|
2
2
|
|
|
3
|
+
## 0.12.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bef10e5: dependencies updates:
|
|
8
|
+
- Updated dependency [`@upstash/vector@^1.2.2` ↗︎](https://www.npmjs.com/package/@upstash/vector/v/1.2.2) (from `^1.2.1`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [2873c7f]
|
|
10
|
+
- Updated dependencies [1c1c6a1]
|
|
11
|
+
- Updated dependencies [565cc0c]
|
|
12
|
+
- @mastra/core@0.10.11-alpha.2
|
|
13
|
+
|
|
3
14
|
## 0.12.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -287,16 +298,5 @@
|
|
|
287
298
|
### Patch Changes
|
|
288
299
|
|
|
289
300
|
- e60402a: Use scan instead of keys for upstash redis and implement batchInsert
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [1e4a421]
|
|
293
|
-
- Updated dependencies [200d0da]
|
|
294
|
-
- Updated dependencies [bf5f17b]
|
|
295
|
-
- Updated dependencies [5343f93]
|
|
296
|
-
- Updated dependencies [38aee50]
|
|
297
|
-
- Updated dependencies [5c41100]
|
|
298
|
-
- Updated dependencies [d6a759b]
|
|
299
|
-
- Updated dependencies [6015bdf]
|
|
300
|
-
- @mastra/core@0.10.1
|
|
301
|
-
|
|
302
|
-
... 1590 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 1601 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.10-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4219597: add JSON input close to form input
|
|
8
|
+
- 18ca936: Update rollup config for create-mastra
|
|
9
|
+
|
|
10
|
+
## 0.10.10-alpha.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- a7a836a: Highlight send event button
|
|
15
|
+
|
|
16
|
+
## 0.10.10-alpha.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- af9e40e: Map log level number to string value
|
|
21
|
+
- b790fd1: Use SerializedStepFlowEntry in playground
|
|
22
|
+
|
|
23
|
+
## 0.10.9
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
28
|
+
|
|
3
29
|
## 0.10.9-alpha.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -273,30 +299,4 @@
|
|
|
273
299
|
|
|
274
300
|
## 0.10.0
|
|
275
301
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
- bdb7934: fix tools not showing (discoverability)
|
|
279
|
-
- b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
|
|
280
|
-
- ae122cc: show the entities ID close to the copy button
|
|
281
|
-
- 99552bc: revamp the UI of the tools page
|
|
282
|
-
- f2d3352: fix overflow scroll in runtime context
|
|
283
|
-
- 95911be: Fixed an issue where if @mastra/core was not released at the same time as create-mastra, create-mastra would match the alpha tag instead of latest tag when running npm create mastra@latest
|
|
284
|
-
- db4211d: improve the UI/UX of the runtime context with formatting, copying, docs and syntax highlighting
|
|
285
|
-
- 9b7294a: Revamp the UI for the right sidebar of the agents page
|
|
286
|
-
- e2c2cf1: Persist playground agent settings across refresh
|
|
287
|
-
- 47776b4: update the mcp pages
|
|
288
|
-
- fd69cc3: revamp UI of workflow "Run" pane
|
|
289
|
-
- 1270183: Add waterfull traces instead of stacked progressbar (UI improvement mostly)
|
|
290
|
-
- 392a14d: changing the empty state for threads in agent chat
|
|
291
|
-
- cbf153f: Handle broken images on the playground
|
|
292
|
-
- 0cae9b1: sidebar adjustments (storing status + showing the action of collapsing / expanding)
|
|
293
|
-
- d2b595a: a better tools playground page
|
|
294
|
-
- 1f6886f: bring back the memory not activated warning in agent chat
|
|
295
|
-
- 8a68886: revamp the UI of the workflow form input
|
|
296
|
-
|
|
297
|
-
## 0.3.4-alpha.2
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 965 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 991 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ec77f83: Expose --inspect flag for mastra dev to start debugger
|
|
8
|
+
- 565cc0c: fix redirection when clicking on the playground breadcrumbs
|
|
9
|
+
- 4219597: add JSON input close to form input
|
|
10
|
+
- 2873c7f: dependencies updates:
|
|
11
|
+
- Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
|
|
12
|
+
- Updated dependencies [2873c7f]
|
|
13
|
+
- Updated dependencies [1c1c6a1]
|
|
14
|
+
- Updated dependencies [2873c7f]
|
|
15
|
+
- Updated dependencies [1c1c6a1]
|
|
16
|
+
- Updated dependencies [d9b26b5]
|
|
17
|
+
- Updated dependencies [f5ec3a4]
|
|
18
|
+
- Updated dependencies [ab3bbff]
|
|
19
|
+
- Updated dependencies [565cc0c]
|
|
20
|
+
- Updated dependencies [18ca936]
|
|
21
|
+
- @mastra/core@0.10.11-alpha.2
|
|
22
|
+
- @mastra/deployer@0.10.11-alpha.2
|
|
23
|
+
- @mastra/mcp@0.10.6-alpha.0
|
|
24
|
+
|
|
25
|
+
## 0.10.11-alpha.1
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- a7a836a: Highlight send event button
|
|
30
|
+
- Updated dependencies [7f6e403]
|
|
31
|
+
- @mastra/core@0.10.11-alpha.1
|
|
32
|
+
- @mastra/deployer@0.10.11-alpha.1
|
|
33
|
+
|
|
34
|
+
## 0.10.11-alpha.0
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- af9e40e: Map log level number to string value
|
|
39
|
+
- a9f51e4: Fix plaground get tools not including x-mastra-dev-header"
|
|
40
|
+
- 3322d00: Fix tools watcher in dev
|
|
41
|
+
- b790fd1: Use SerializedStepFlowEntry in playground
|
|
42
|
+
- Updated dependencies [bc40cdd]
|
|
43
|
+
- Updated dependencies [f8ce2cc]
|
|
44
|
+
- Updated dependencies [8c846b6]
|
|
45
|
+
- Updated dependencies [b790fd1]
|
|
46
|
+
- Updated dependencies [d7ed04d]
|
|
47
|
+
- Updated dependencies [f36e4f1]
|
|
48
|
+
- @mastra/deployer@0.10.11-alpha.0
|
|
49
|
+
- @mastra/core@0.10.11-alpha.0
|
|
50
|
+
|
|
51
|
+
## 0.10.10
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
56
|
+
- 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
|
|
57
|
+
- Updated dependencies [6e13b80]
|
|
58
|
+
- Updated dependencies [25bf999]
|
|
59
|
+
- Updated dependencies [6997af1]
|
|
60
|
+
- Updated dependencies [4d3fbdf]
|
|
61
|
+
- @mastra/deployer@0.10.10
|
|
62
|
+
- @mastra/loggers@0.10.3
|
|
63
|
+
- @mastra/core@0.10.10
|
|
64
|
+
|
|
3
65
|
## 0.10.10-alpha.2
|
|
4
66
|
|
|
5
67
|
### Patch Changes
|
|
@@ -236,67 +298,5 @@
|
|
|
236
298
|
|
|
237
299
|
## 0.10.7-alpha.1
|
|
238
300
|
|
|
239
|
-
### Patch Changes
|
|
240
|
-
|
|
241
|
-
- 21ffb97: Make dynamic form handle schema better
|
|
242
|
-
- Updated dependencies [d1baedb]
|
|
243
|
-
- Updated dependencies [4d21bf2]
|
|
244
|
-
- Updated dependencies [2097952]
|
|
245
|
-
- Updated dependencies [4fb0cc2]
|
|
246
|
-
- Updated dependencies [d2a7a31]
|
|
247
|
-
- Updated dependencies [0e17048]
|
|
248
|
-
- @mastra/core@0.10.7-alpha.1
|
|
249
|
-
- @mastra/mcp@0.10.5-alpha.0
|
|
250
|
-
- @mastra/deployer@0.10.7-alpha.1
|
|
251
|
-
|
|
252
|
-
## 0.10.7-alpha.0
|
|
253
|
-
|
|
254
|
-
### Patch Changes
|
|
255
|
-
|
|
256
|
-
- 9102d89: Fix final output not showing on playground for previously suspended steps
|
|
257
|
-
- Updated dependencies [d8f2d19]
|
|
258
|
-
- Updated dependencies [9d52b17]
|
|
259
|
-
- Updated dependencies [8ba1b51]
|
|
260
|
-
- @mastra/core@0.10.7-alpha.0
|
|
261
|
-
- @mastra/deployer@0.10.7-alpha.0
|
|
262
|
-
|
|
263
|
-
## 0.10.6
|
|
264
|
-
|
|
265
|
-
### Patch Changes
|
|
266
301
|
|
|
267
|
-
|
|
268
|
-
- 084f6aa: Add logs to circular dependency to warn people when starting server might break
|
|
269
|
-
- b29c802: Remove open browser
|
|
270
|
-
- 5f2aa3e: Move workflow hooks to playground
|
|
271
|
-
- 4051477: dependencies updates:
|
|
272
|
-
- Updated dependency [`@clack/prompts@^0.11.0` ↗︎](https://www.npmjs.com/package/@clack/prompts/v/0.11.0) (from `^0.8.2`, in `dependencies`)
|
|
273
|
-
- Updated dependency [`@opentelemetry/instrumentation@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/instrumentation/v/0.202.0) (from `^0.57.2`, in `dependencies`)
|
|
274
|
-
- Updated dependency [`posthog-node@4.18.0` ↗︎](https://www.npmjs.com/package/posthog-node/v/4.18.0) (from `4.16.0`, in `dependencies`)
|
|
275
|
-
- Updated dependency [`yocto-spinner@^0.2.3` ↗︎](https://www.npmjs.com/package/yocto-spinner/v/0.2.3) (from `^0.1.2`, in `dependencies`)
|
|
276
|
-
- Added dependency [`open@^10.1.2` ↗︎](https://www.npmjs.com/package/open/v/10.1.2) (to `dependencies`)
|
|
277
|
-
- b40f365: dependencies updates:
|
|
278
|
-
- Updated dependency [`@clack/prompts@^0.11.0` ↗︎](https://www.npmjs.com/package/@clack/prompts/v/0.11.0) (from `^0.8.2`, in `dependencies`)
|
|
279
|
-
- Updated dependency [`@opentelemetry/instrumentation@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/instrumentation/v/0.202.0) (from `^0.57.2`, in `dependencies`)
|
|
280
|
-
- Updated dependency [`posthog-node@4.18.0` ↗︎](https://www.npmjs.com/package/posthog-node/v/4.18.0) (from `4.16.0`, in `dependencies`)
|
|
281
|
-
- Updated dependency [`yocto-spinner@^0.2.3` ↗︎](https://www.npmjs.com/package/yocto-spinner/v/0.2.3) (from `^0.1.2`, in `dependencies`)
|
|
282
|
-
- 63f6b7d: dependencies updates:
|
|
283
|
-
- Updated dependency [`execa@^9.6.0` ↗︎](https://www.npmjs.com/package/execa/v/9.6.0) (from `^9.5.2`, in `dependencies`)
|
|
284
|
-
- Updated dependency [`json-schema-to-zod@^2.6.1` ↗︎](https://www.npmjs.com/package/json-schema-to-zod/v/2.6.1) (from `^2.6.0`, in `dependencies`)
|
|
285
|
-
- Updated dependency [`shell-quote@^1.8.3` ↗︎](https://www.npmjs.com/package/shell-quote/v/1.8.3) (from `^1.8.2`, in `dependencies`)
|
|
286
|
-
- Updated dependency [`strip-json-comments@^5.0.2` ↗︎](https://www.npmjs.com/package/strip-json-comments/v/5.0.2) (from `^5.0.1`, in `dependencies`)
|
|
287
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
288
|
-
- 143b4e4: Fix globbing of tools to only capture js/ts files
|
|
289
|
-
- 44ba52d: Add proper error message when installation of mastra fails
|
|
290
|
-
- 311132e: move useWorkflow to playground instead of playground-ui
|
|
291
|
-
- 3270d9d: Fix runtime context being undefined
|
|
292
|
-
- 906f992: CLI error log
|
|
293
|
-
- 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
|
|
294
|
-
- fc677d7: For final result for a workflow
|
|
295
|
-
- 47e7029: Add open browser functionality when running mastra dev
|
|
296
|
-
- Updated dependencies [63f6b7d]
|
|
297
|
-
- Updated dependencies [4051477]
|
|
298
|
-
- Updated dependencies [2d12edd]
|
|
299
|
-
- Updated dependencies [63f6b7d]
|
|
300
|
-
- Updated dependencies [c28ed65]
|
|
301
|
-
|
|
302
|
-
... 4157 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 4219 more lines hidden. See full changelog in package directory.
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"@mastra/memory": "latest",
|
|
11
11
|
"@mastra/pg": "latest",
|
|
12
12
|
"@next/env": "^15.2.2",
|
|
13
|
-
"@radix-ui/react-alert-dialog": "^1.1.
|
|
14
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
15
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
13
|
+
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
14
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
15
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
16
16
|
"@radix-ui/react-icons": "^1.3.2",
|
|
17
|
-
"@radix-ui/react-label": "^2.1.
|
|
18
|
-
"@radix-ui/react-select": "^2.
|
|
19
|
-
"@radix-ui/react-separator": "^1.1.
|
|
20
|
-
"@radix-ui/react-slot": "^1.
|
|
21
|
-
"@radix-ui/react-tooltip": "^1.
|
|
22
|
-
"@radix-ui/react-visually-hidden": "^1.
|
|
17
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
18
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
19
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
20
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
21
|
+
"@radix-ui/react-tooltip": "^1.2.7",
|
|
22
|
+
"@radix-ui/react-visually-hidden": "^1.2.3",
|
|
23
23
|
"@typescript-eslint/parser": "^8.31.0",
|
|
24
24
|
"@vercel/analytics": "^1.5.0",
|
|
25
25
|
"@vercel/blob": "^1.0.0",
|