@mastra/mcp-docs-server 0.13.12-alpha.2 → 0.13.12-alpha.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%2Fclickhouse.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +34 -34
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +29 -29
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +44 -44
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +38 -38
- package/.docs/organized/changelogs/%40mastra%2Frag.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +34 -34
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +24 -24
- package/.docs/organized/changelogs/create-mastra.md +9 -9
- package/.docs/organized/changelogs/mastra.md +42 -42
- package/.docs/organized/code-examples/agent.md +75 -11
- package/.docs/raw/deployment/server-deployment.mdx +57 -27
- package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +4 -7
- package/.docs/raw/frameworks/servers/express.mdx +135 -143
- package/.docs/raw/reference/agents/agent.mdx +1 -1
- package/.docs/raw/reference/agents/getDefaultVNextStreamOptions.mdx +1 -1
- package/.docs/raw/reference/agents/streamVNext.mdx +1 -1
- package/.docs/raw/reference/deployer/cloudflare.mdx +20 -131
- package/.docs/raw/reference/memory/Memory.mdx +1 -1
- package/.docs/raw/reference/voice/google-gemini-live.mdx +629 -0
- package/.docs/raw/voice/overview.mdx +21 -33
- package/.docs/raw/workflows/suspend-and-resume.mdx +2 -2
- package/package.json +4 -4
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.13.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3dd1d7b: dependencies updates:
|
|
8
|
+
- Updated dependency [`@clickhouse/client@^1.12.1` ↗︎](https://www.npmjs.com/package/@clickhouse/client/v/1.12.1) (from `^1.12.0`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [0a7f675]
|
|
10
|
+
- Updated dependencies [12cae67]
|
|
11
|
+
- Updated dependencies [5a37d0c]
|
|
12
|
+
- Updated dependencies [4bde0cb]
|
|
13
|
+
- Updated dependencies [1a80071]
|
|
14
|
+
- Updated dependencies [36a3be8]
|
|
15
|
+
- Updated dependencies [361757b]
|
|
16
|
+
- Updated dependencies [2bb9955]
|
|
17
|
+
- Updated dependencies [2454423]
|
|
18
|
+
- Updated dependencies [a44d91e]
|
|
19
|
+
- Updated dependencies [dfb91e9]
|
|
20
|
+
- Updated dependencies [a741dde]
|
|
21
|
+
- Updated dependencies [7cb3fc0]
|
|
22
|
+
- Updated dependencies [195eabb]
|
|
23
|
+
- Updated dependencies [b78b95b]
|
|
24
|
+
- @mastra/core@0.14.0-alpha.4
|
|
25
|
+
|
|
3
26
|
## 0.13.1-alpha.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -275,28 +298,5 @@
|
|
|
275
298
|
- Updated dependencies [12a95fc]
|
|
276
299
|
- Updated dependencies [4b0f8a6]
|
|
277
300
|
- Updated dependencies [51264a5]
|
|
278
|
-
- Updated dependencies [8e6f677]
|
|
279
|
-
- Updated dependencies [d70c420]
|
|
280
|
-
- Updated dependencies [ee9af57]
|
|
281
|
-
- Updated dependencies [36f1c36]
|
|
282
|
-
- Updated dependencies [2a16996]
|
|
283
|
-
- Updated dependencies [10d352e]
|
|
284
|
-
- Updated dependencies [9589624]
|
|
285
|
-
- Updated dependencies [53d3c37]
|
|
286
|
-
- Updated dependencies [751c894]
|
|
287
|
-
- Updated dependencies [577ce3a]
|
|
288
|
-
- Updated dependencies [9260b3a]
|
|
289
|
-
- @mastra/core@0.10.6
|
|
290
|
-
|
|
291
|
-
## 0.11.0-alpha.1
|
|
292
|
-
|
|
293
|
-
### Minor Changes
|
|
294
|
-
|
|
295
|
-
- 704d1ca: Thread Timestamp Auto-Update Enhancement
|
|
296
|
-
Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
|
|
297
|
-
Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
|
|
298
|
-
Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
|
|
299
|
-
Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
|
|
300
|
-
Backwards compatible: No breaking changes - existing code continues to work unchanged
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 778 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0a7f675: Client JS vnext methods
|
|
8
|
+
- 1d59515: Add options to playground based on modelVersion
|
|
9
|
+
- 195eabb: Process Mastra Stream
|
|
10
|
+
- Updated dependencies [0a7f675]
|
|
11
|
+
- Updated dependencies [12cae67]
|
|
12
|
+
- Updated dependencies [5a37d0c]
|
|
13
|
+
- Updated dependencies [4bde0cb]
|
|
14
|
+
- Updated dependencies [1a80071]
|
|
15
|
+
- Updated dependencies [36a3be8]
|
|
16
|
+
- Updated dependencies [361757b]
|
|
17
|
+
- Updated dependencies [2bb9955]
|
|
18
|
+
- Updated dependencies [2454423]
|
|
19
|
+
- Updated dependencies [a44d91e]
|
|
20
|
+
- Updated dependencies [dfb91e9]
|
|
21
|
+
- Updated dependencies [a741dde]
|
|
22
|
+
- Updated dependencies [7cb3fc0]
|
|
23
|
+
- Updated dependencies [195eabb]
|
|
24
|
+
- Updated dependencies [b78b95b]
|
|
25
|
+
- @mastra/core@0.14.0-alpha.4
|
|
26
|
+
|
|
27
|
+
## 0.10.22-alpha.3
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [227c7e6]
|
|
32
|
+
- Updated dependencies [fd3a3eb]
|
|
33
|
+
- Updated dependencies [a8f129d]
|
|
34
|
+
- @mastra/core@0.14.0-alpha.3
|
|
35
|
+
|
|
3
36
|
## 0.10.22-alpha.2
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
|
@@ -266,37 +299,4 @@
|
|
|
266
299
|
|
|
267
300
|
### Patch Changes
|
|
268
301
|
|
|
269
|
-
|
|
270
|
-
- b8efbb9: feat: add flexible deleteMessages method to memory API
|
|
271
|
-
- Added `memory.deleteMessages(input)` method that accepts multiple input types:
|
|
272
|
-
- Single message ID as string: `deleteMessages('msg-123')`
|
|
273
|
-
- Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
|
|
274
|
-
- Message object with id property: `deleteMessages({ id: 'msg-123' })`
|
|
275
|
-
- Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
|
|
276
|
-
- Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
|
|
277
|
-
- Added REST API endpoint: `POST /api/memory/messages/delete`
|
|
278
|
-
- Updated client SDK: `thread.deleteMessages()` accepts all input types
|
|
279
|
-
- Updates thread timestamps when messages are deleted
|
|
280
|
-
- Added comprehensive test coverage and documentation
|
|
281
|
-
|
|
282
|
-
- Updated dependencies [27cc97a]
|
|
283
|
-
- Updated dependencies [41daa63]
|
|
284
|
-
- Updated dependencies [254a36b]
|
|
285
|
-
- Updated dependencies [0b89602]
|
|
286
|
-
- Updated dependencies [4d37822]
|
|
287
|
-
- Updated dependencies [ff9c125]
|
|
288
|
-
- Updated dependencies [b8efbb9]
|
|
289
|
-
- Updated dependencies [71466e7]
|
|
290
|
-
- Updated dependencies [0c99fbe]
|
|
291
|
-
- @mastra/core@0.12.0-alpha.2
|
|
292
|
-
|
|
293
|
-
## 0.10.17-alpha.1
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
|
|
298
|
-
- Updated dependencies [e0f73c6]
|
|
299
|
-
- Updated dependencies [cda801d]
|
|
300
|
-
- Updated dependencies [a77c823]
|
|
301
|
-
|
|
302
|
-
... 2014 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2047 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0a7f675: Client JS vnext methods
|
|
8
|
+
- 12cae67: fix: add threadId and resourceId to scorers
|
|
9
|
+
- 5a37d0c: Fix dev server bug related to p-map imports
|
|
10
|
+
- 4bde0cb: Allow renaming .map functions in workflows
|
|
11
|
+
- 1a80071: loop code and tests
|
|
12
|
+
- 36a3be8: Agent processors tests
|
|
13
|
+
- 361757b: Execute method
|
|
14
|
+
- 2bb9955: Model loop changes
|
|
15
|
+
- 2454423: generateVNext and streamVNext
|
|
16
|
+
- a44d91e: Message list changes
|
|
17
|
+
- dfb91e9: Server handlers
|
|
18
|
+
- a741dde: generateVNext plumbing
|
|
19
|
+
- 7cb3fc0: Fix loop test
|
|
20
|
+
- 195eabb: Process Mastra Stream
|
|
21
|
+
- b78b95b: Support generateVNext in playground
|
|
22
|
+
|
|
23
|
+
## 0.14.0-alpha.3
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 227c7e6: replace console.log with logger.debug in inmemory operations
|
|
28
|
+
- fd3a3eb: Add runExperments to run scorers in a test suite or in CI
|
|
29
|
+
- a8f129d: "initial addition of experimental ai observability tracing features."
|
|
30
|
+
|
|
3
31
|
## 0.14.0-alpha.2
|
|
4
32
|
|
|
5
33
|
## 0.14.0-alpha.1
|
|
@@ -270,33 +298,5 @@
|
|
|
270
298
|
|
|
271
299
|
### Patch Changes
|
|
272
300
|
|
|
273
|
-
- ad0a58b: Enhancements for premade input processors
|
|
274
|
-
|
|
275
|
-
## 0.12.0-alpha.3
|
|
276
|
-
|
|
277
|
-
## 0.12.0-alpha.2
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- 27cc97a: dependencies updates:
|
|
282
|
-
- Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
|
|
283
|
-
- 41daa63: Threads are no longer created until message generation is complete to avoid leaving orphaned empty threads in storage on failure
|
|
284
|
-
- 254a36b: Expose mastra instance on dynamic agent arguments
|
|
285
|
-
- 0b89602: Fix workflow feedback loop crashes by preventing resume data reuse
|
|
286
|
-
|
|
287
|
-
Fixes an issue where workflows with loops (dountil/dowhile) containing suspended steps would incorrectly reuse resume data across iterations. This caused human-in-the-loop workflows to crash or skip suspend points after resuming.
|
|
288
|
-
|
|
289
|
-
The fix ensures resume data is cleared after a step completes (non-suspended status), allowing subsequent loop iterations to properly suspend for new input.
|
|
290
|
-
|
|
291
|
-
Fixes #6014
|
|
292
|
-
|
|
293
|
-
- 4d37822: Fix workflow input property preservation after resume from snapshot
|
|
294
|
-
|
|
295
|
-
Ensure that when resuming a workflow from a snapshot, the input property is correctly set from the snapshot's context input rather than from resume data. This prevents the loss of original workflow input data during suspend/resume cycles.
|
|
296
|
-
|
|
297
|
-
- ff9c125: enhance thread retrieval with sorting options in libsql and pg
|
|
298
|
-
- b8efbb9: feat: add flexible deleteMessages method to memory API
|
|
299
|
-
- Added `memory.deleteMessages(input)` method that accepts multiple input types:
|
|
300
|
-
- Single message ID as string: `deleteMessages('msg-123')`
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2618 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 96518cc: Bundling cleanup code improvements
|
|
8
|
+
- c712849: Deployer handlers
|
|
9
|
+
- 2454423: generateVNext and streamVNext
|
|
10
|
+
- 95e1330: Move to default rollup resolve from resolveFrom pkg
|
|
11
|
+
- 33eb340: Optimize workspace dependency detection in bundler
|
|
12
|
+
- Check workspace map directly before resolving package.json path
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0a7f675]
|
|
15
|
+
- Updated dependencies [12cae67]
|
|
16
|
+
- Updated dependencies [5a37d0c]
|
|
17
|
+
- Updated dependencies [4bde0cb]
|
|
18
|
+
- Updated dependencies [1a80071]
|
|
19
|
+
- Updated dependencies [36a3be8]
|
|
20
|
+
- Updated dependencies [361757b]
|
|
21
|
+
- Updated dependencies [bc1684a]
|
|
22
|
+
- Updated dependencies [2bb9955]
|
|
23
|
+
- Updated dependencies [2454423]
|
|
24
|
+
- Updated dependencies [a44d91e]
|
|
25
|
+
- Updated dependencies [dfb91e9]
|
|
26
|
+
- Updated dependencies [a741dde]
|
|
27
|
+
- Updated dependencies [7cb3fc0]
|
|
28
|
+
- Updated dependencies [195eabb]
|
|
29
|
+
- Updated dependencies [b78b95b]
|
|
30
|
+
- Updated dependencies [57f7019]
|
|
31
|
+
- @mastra/core@0.14.0-alpha.4
|
|
32
|
+
- @mastra/server@0.14.0-alpha.4
|
|
33
|
+
|
|
34
|
+
## 0.14.0-alpha.3
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- 04dcd66: Fix babel-preset-typescript import
|
|
39
|
+
- Updated dependencies [227c7e6]
|
|
40
|
+
- Updated dependencies [fd3a3eb]
|
|
41
|
+
- Updated dependencies [a8f129d]
|
|
42
|
+
- @mastra/core@0.14.0-alpha.3
|
|
43
|
+
- @mastra/server@0.14.0-alpha.3
|
|
44
|
+
|
|
3
45
|
## 0.14.0-alpha.2
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
|
@@ -256,47 +298,5 @@
|
|
|
256
298
|
- Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
|
|
257
299
|
- bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
|
|
258
300
|
- a77c823: include PATCH method in default CORS configuration
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
- 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
|
|
262
|
-
- d5cc460: This change implements a fix to sourcemap mappings being off due to `removeDeployer` Babel plugin missing source map config.
|
|
263
|
-
- b8efbb9: feat: add flexible deleteMessages method to memory API
|
|
264
|
-
- Added `memory.deleteMessages(input)` method that accepts multiple input types:
|
|
265
|
-
- Single message ID as string: `deleteMessages('msg-123')`
|
|
266
|
-
- Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
|
|
267
|
-
- Message object with id property: `deleteMessages({ id: 'msg-123' })`
|
|
268
|
-
- Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
|
|
269
|
-
- Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
|
|
270
|
-
- Added REST API endpoint: `POST /api/memory/messages/delete`
|
|
271
|
-
- Updated client SDK: `thread.deleteMessages()` accepts all input types
|
|
272
|
-
- Updates thread timestamps when messages are deleted
|
|
273
|
-
- Added comprehensive test coverage and documentation
|
|
274
|
-
|
|
275
|
-
- Updated dependencies [510e2c8]
|
|
276
|
-
- Updated dependencies [2f72fb2]
|
|
277
|
-
- Updated dependencies [27cc97a]
|
|
278
|
-
- Updated dependencies [3f89307]
|
|
279
|
-
- Updated dependencies [9eda7d4]
|
|
280
|
-
- Updated dependencies [9d49408]
|
|
281
|
-
- Updated dependencies [41daa63]
|
|
282
|
-
- Updated dependencies [ad0a58b]
|
|
283
|
-
- Updated dependencies [254a36b]
|
|
284
|
-
- Updated dependencies [2ecf658]
|
|
285
|
-
- Updated dependencies [7a7754f]
|
|
286
|
-
- Updated dependencies [fc92d80]
|
|
287
|
-
- Updated dependencies [e0f73c6]
|
|
288
|
-
- Updated dependencies [0b89602]
|
|
289
|
-
- Updated dependencies [4d37822]
|
|
290
|
-
- Updated dependencies [23a6a7c]
|
|
291
|
-
- Updated dependencies [cda801d]
|
|
292
|
-
- Updated dependencies [a77c823]
|
|
293
|
-
- Updated dependencies [ff9c125]
|
|
294
|
-
- Updated dependencies [09bca64]
|
|
295
|
-
- Updated dependencies [9802f42]
|
|
296
|
-
- Updated dependencies [f42c4c2]
|
|
297
|
-
- Updated dependencies [b8efbb9]
|
|
298
|
-
- Updated dependencies [71466e7]
|
|
299
|
-
- Updated dependencies [0c99fbe]
|
|
300
|
-
- @mastra/core@0.12.0
|
|
301
|
-
|
|
302
|
-
... 3406 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 3448 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.2.13-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0a7f675]
|
|
8
|
+
- Updated dependencies [12cae67]
|
|
9
|
+
- Updated dependencies [5a37d0c]
|
|
10
|
+
- Updated dependencies [4bde0cb]
|
|
11
|
+
- Updated dependencies [1a80071]
|
|
12
|
+
- Updated dependencies [36a3be8]
|
|
13
|
+
- Updated dependencies [361757b]
|
|
14
|
+
- Updated dependencies [2bb9955]
|
|
15
|
+
- Updated dependencies [2454423]
|
|
16
|
+
- Updated dependencies [a44d91e]
|
|
17
|
+
- Updated dependencies [dfb91e9]
|
|
18
|
+
- Updated dependencies [a741dde]
|
|
19
|
+
- Updated dependencies [7cb3fc0]
|
|
20
|
+
- Updated dependencies [195eabb]
|
|
21
|
+
- Updated dependencies [b78b95b]
|
|
22
|
+
- @mastra/core@0.14.0-alpha.4
|
|
23
|
+
- @mastra/rag@1.0.9-alpha.0
|
|
24
|
+
|
|
3
25
|
## 1.2.12
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
- Updated dependencies [502fe05]
|
|
277
299
|
- Updated dependencies [144eb0b]
|
|
278
300
|
- Updated dependencies [8ba1b51]
|
|
279
|
-
- Updated dependencies [4efcfa0]
|
|
280
|
-
- Updated dependencies [0e17048]
|
|
281
|
-
- @mastra/rag@1.0.1
|
|
282
|
-
- @mastra/core@0.10.7
|
|
283
|
-
|
|
284
|
-
## 1.2.5-alpha.0
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- 8e1b6e9: dependencies updates:
|
|
289
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
290
|
-
- Updated dependencies [8e1b6e9]
|
|
291
|
-
- Updated dependencies [15e9d26]
|
|
292
|
-
- Updated dependencies [a85fa13]
|
|
293
|
-
- Updated dependencies [07d6d88]
|
|
294
|
-
- Updated dependencies [5d74aab]
|
|
295
|
-
- Updated dependencies [144eb0b]
|
|
296
|
-
- @mastra/rag@1.0.1-alpha.0
|
|
297
|
-
- @mastra/core@0.10.7-alpha.2
|
|
298
|
-
|
|
299
|
-
## 1.2.4
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2637 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.12-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0a7f675]
|
|
8
|
+
- Updated dependencies [12cae67]
|
|
9
|
+
- Updated dependencies [5a37d0c]
|
|
10
|
+
- Updated dependencies [4bde0cb]
|
|
11
|
+
- Updated dependencies [e1aed55]
|
|
12
|
+
- Updated dependencies [1a80071]
|
|
13
|
+
- Updated dependencies [36a3be8]
|
|
14
|
+
- Updated dependencies [361757b]
|
|
15
|
+
- Updated dependencies [2bb9955]
|
|
16
|
+
- Updated dependencies [2454423]
|
|
17
|
+
- Updated dependencies [a44d91e]
|
|
18
|
+
- Updated dependencies [dfb91e9]
|
|
19
|
+
- Updated dependencies [a741dde]
|
|
20
|
+
- Updated dependencies [7cb3fc0]
|
|
21
|
+
- Updated dependencies [195eabb]
|
|
22
|
+
- Updated dependencies [b78b95b]
|
|
23
|
+
- @mastra/core@0.14.0-alpha.4
|
|
24
|
+
- @mastra/mcp@0.10.12-alpha.1
|
|
25
|
+
|
|
26
|
+
## 0.13.12-alpha.3
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [227c7e6]
|
|
31
|
+
- Updated dependencies [fd3a3eb]
|
|
32
|
+
- Updated dependencies [a8f129d]
|
|
33
|
+
- @mastra/core@0.14.0-alpha.3
|
|
34
|
+
|
|
3
35
|
## 0.13.12-alpha.2
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
|
@@ -266,37 +298,5 @@
|
|
|
266
298
|
- Updated dependencies [e0f73c6]
|
|
267
299
|
- Updated dependencies [cda801d]
|
|
268
300
|
- Updated dependencies [a77c823]
|
|
269
|
-
- @mastra/core@0.12.0-alpha.1
|
|
270
|
-
|
|
271
|
-
## 0.13.7-alpha.0
|
|
272
|
-
|
|
273
|
-
### Patch Changes
|
|
274
|
-
|
|
275
|
-
- Updated dependencies [510e2c8]
|
|
276
|
-
- Updated dependencies [2f72fb2]
|
|
277
|
-
- Updated dependencies [3f89307]
|
|
278
|
-
- Updated dependencies [9eda7d4]
|
|
279
|
-
- Updated dependencies [9d49408]
|
|
280
|
-
- Updated dependencies [2ecf658]
|
|
281
|
-
- Updated dependencies [7a7754f]
|
|
282
|
-
- Updated dependencies [fc92d80]
|
|
283
|
-
- Updated dependencies [23a6a7c]
|
|
284
|
-
- Updated dependencies [09bca64]
|
|
285
|
-
- @mastra/core@0.12.0-alpha.0
|
|
286
|
-
|
|
287
|
-
## 0.13.6
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- ce088f5: Update all peerdeps to latest core
|
|
292
|
-
- Updated dependencies [ce088f5]
|
|
293
|
-
- @mastra/mcp@0.10.7
|
|
294
|
-
- @mastra/core@0.11.1
|
|
295
|
-
|
|
296
|
-
## 0.13.5
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [2873c7f]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1319 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.10.12-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e1aed55: Fixed an issue where keep-alive messages were interfering with endpoint messages on initial SSE connection
|
|
8
|
+
- Updated dependencies [0a7f675]
|
|
9
|
+
- Updated dependencies [12cae67]
|
|
10
|
+
- Updated dependencies [5a37d0c]
|
|
11
|
+
- Updated dependencies [4bde0cb]
|
|
12
|
+
- Updated dependencies [1a80071]
|
|
13
|
+
- Updated dependencies [36a3be8]
|
|
14
|
+
- Updated dependencies [361757b]
|
|
15
|
+
- Updated dependencies [2bb9955]
|
|
16
|
+
- Updated dependencies [2454423]
|
|
17
|
+
- Updated dependencies [a44d91e]
|
|
18
|
+
- Updated dependencies [dfb91e9]
|
|
19
|
+
- Updated dependencies [a741dde]
|
|
20
|
+
- Updated dependencies [7cb3fc0]
|
|
21
|
+
- Updated dependencies [195eabb]
|
|
22
|
+
- Updated dependencies [b78b95b]
|
|
23
|
+
- @mastra/core@0.14.0-alpha.4
|
|
24
|
+
|
|
3
25
|
## 0.10.12-alpha.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
|
|
277
299
|
- 63f6b7d: dependencies updates:
|
|
278
300
|
- Updated dependency [`@modelcontextprotocol/sdk@^1.12.1` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.1) (from `^1.10.2`, in `dependencies`)
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
- bd1674f: Change how connection promise works for client connection
|
|
282
|
-
- 69f76f7: Fix Agents as tools when building mastra mcp server
|
|
283
|
-
- Updated dependencies [63f6b7d]
|
|
284
|
-
- Updated dependencies [12a95fc]
|
|
285
|
-
- Updated dependencies [4b0f8a6]
|
|
286
|
-
- Updated dependencies [51264a5]
|
|
287
|
-
- Updated dependencies [8e6f677]
|
|
288
|
-
- Updated dependencies [d70c420]
|
|
289
|
-
- Updated dependencies [ee9af57]
|
|
290
|
-
- Updated dependencies [36f1c36]
|
|
291
|
-
- Updated dependencies [2a16996]
|
|
292
|
-
- Updated dependencies [10d352e]
|
|
293
|
-
- Updated dependencies [9589624]
|
|
294
|
-
- Updated dependencies [53d3c37]
|
|
295
|
-
- Updated dependencies [751c894]
|
|
296
|
-
- Updated dependencies [577ce3a]
|
|
297
|
-
- Updated dependencies [9260b3a]
|
|
298
|
-
- @mastra/core@0.10.6
|
|
299
|
-
|
|
300
|
-
## 0.10.4-alpha.1
|
|
301
|
-
|
|
302
|
-
... 2018 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2040 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.12.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8a41506: dependencies updates:
|
|
8
|
+
- Updated dependency [`redis@^5.8.1` ↗︎](https://www.npmjs.com/package/redis/v/5.8.1) (from `^5.8.0`, in `dependencies`)
|
|
9
|
+
- 2454423: generateVNext and streamVNext
|
|
10
|
+
- a741dde: generateVNext plumbing
|
|
11
|
+
- e2ed127: Memory tests checkin
|
|
12
|
+
- Updated dependencies [0a7f675]
|
|
13
|
+
- Updated dependencies [12cae67]
|
|
14
|
+
- Updated dependencies [5a37d0c]
|
|
15
|
+
- Updated dependencies [4bde0cb]
|
|
16
|
+
- Updated dependencies [1a80071]
|
|
17
|
+
- Updated dependencies [36a3be8]
|
|
18
|
+
- Updated dependencies [361757b]
|
|
19
|
+
- Updated dependencies [2bb9955]
|
|
20
|
+
- Updated dependencies [2454423]
|
|
21
|
+
- Updated dependencies [a44d91e]
|
|
22
|
+
- Updated dependencies [dfb91e9]
|
|
23
|
+
- Updated dependencies [a741dde]
|
|
24
|
+
- Updated dependencies [7cb3fc0]
|
|
25
|
+
- Updated dependencies [195eabb]
|
|
26
|
+
- Updated dependencies [b78b95b]
|
|
27
|
+
- @mastra/core@0.14.0-alpha.4
|
|
28
|
+
|
|
3
29
|
## 0.12.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
- Updated dependencies [bea9dd1]
|
|
273
299
|
- Updated dependencies [dcd4802]
|
|
274
300
|
- Updated dependencies [cbddd18]
|
|
275
|
-
- Updated dependencies [7ba91fa]
|
|
276
|
-
- @mastra/core@0.11.0
|
|
277
|
-
|
|
278
|
-
## 0.11.4-alpha.0
|
|
279
|
-
|
|
280
|
-
### Patch Changes
|
|
281
|
-
|
|
282
|
-
- 138f4a2: dependencies updates:
|
|
283
|
-
- Updated dependency [`redis@^5.6.0` ↗︎](https://www.npmjs.com/package/redis/v/5.6.0) (from `^4.7.1`, in `dependencies`)
|
|
284
|
-
- Updated dependencies [7827943]
|
|
285
|
-
- Updated dependencies [bf1e7e7]
|
|
286
|
-
- Updated dependencies [cbddd18]
|
|
287
|
-
- @mastra/core@0.11.0-alpha.0
|
|
288
|
-
|
|
289
|
-
## 0.11.3
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- 4b20131: Fixed an issue where per-resource semantic recall wouldn't always be enabled properly in agent tool calls
|
|
294
|
-
- 2ba5b76: Allow passing jsonSchema into workingMemory schema
|
|
295
|
-
- c3a30de: added new experimental vnext working memory
|
|
296
|
-
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
297
|
-
- Updated dependencies [0b56518]
|
|
298
|
-
- Updated dependencies [db5cc15]
|
|
299
|
-
- Updated dependencies [2ba5b76]
|
|
300
|
-
- Updated dependencies [5237998]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2652 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 5.1.21-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1d59515: Add options to playground based on modelVersion
|
|
8
|
+
- 398ed81: PG types
|
|
9
|
+
- b78b95b: Support generateVNext in playground
|
|
10
|
+
- Updated dependencies [0a7f675]
|
|
11
|
+
- Updated dependencies [12cae67]
|
|
12
|
+
- Updated dependencies [5a37d0c]
|
|
13
|
+
- Updated dependencies [4bde0cb]
|
|
14
|
+
- Updated dependencies [1a80071]
|
|
15
|
+
- Updated dependencies [36a3be8]
|
|
16
|
+
- Updated dependencies [1d59515]
|
|
17
|
+
- Updated dependencies [361757b]
|
|
18
|
+
- Updated dependencies [2bb9955]
|
|
19
|
+
- Updated dependencies [2454423]
|
|
20
|
+
- Updated dependencies [a44d91e]
|
|
21
|
+
- Updated dependencies [dfb91e9]
|
|
22
|
+
- Updated dependencies [a741dde]
|
|
23
|
+
- Updated dependencies [7cb3fc0]
|
|
24
|
+
- Updated dependencies [195eabb]
|
|
25
|
+
- Updated dependencies [b78b95b]
|
|
26
|
+
- @mastra/core@0.14.0-alpha.4
|
|
27
|
+
- @mastra/client-js@0.10.22-alpha.4
|
|
28
|
+
|
|
29
|
+
## 5.1.21-alpha.2
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- 36928f0: Use right icon for anthropic in model switcher
|
|
34
|
+
- Updated dependencies [227c7e6]
|
|
35
|
+
- Updated dependencies [fd3a3eb]
|
|
36
|
+
- Updated dependencies [a8f129d]
|
|
37
|
+
- @mastra/core@0.14.0-alpha.3
|
|
38
|
+
- @mastra/client-js@0.10.22-alpha.3
|
|
39
|
+
|
|
3
40
|
## 5.1.21-alpha.1
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
|
@@ -261,42 +298,5 @@
|
|
|
261
298
|
### Patch Changes
|
|
262
299
|
|
|
263
300
|
- f873f3a: dependencies updates:
|
|
264
|
-
- Updated dependency [`zustand@^5.0.6` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.6) (from `^5.0.5`, in `dependencies`)
|
|
265
|
-
- f442224: speech to text using voice config
|
|
266
|
-
- 89d2f4e: add TTS to the playground
|
|
267
|
-
- Updated dependencies [510e2c8]
|
|
268
|
-
- Updated dependencies [2f72fb2]
|
|
269
|
-
- Updated dependencies [3f89307]
|
|
270
|
-
- Updated dependencies [9eda7d4]
|
|
271
|
-
- Updated dependencies [9d49408]
|
|
272
|
-
- Updated dependencies [2ecf658]
|
|
273
|
-
- Updated dependencies [7a7754f]
|
|
274
|
-
- Updated dependencies [fc92d80]
|
|
275
|
-
- Updated dependencies [6bd354c]
|
|
276
|
-
- Updated dependencies [23a6a7c]
|
|
277
|
-
- Updated dependencies [09bca64]
|
|
278
|
-
- Updated dependencies [b641ba3]
|
|
279
|
-
- @mastra/core@0.12.0-alpha.0
|
|
280
|
-
- @mastra/client-js@0.10.17-alpha.0
|
|
281
|
-
|
|
282
|
-
## 5.1.15
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- ce088f5: Update all peerdeps to latest core
|
|
287
|
-
- @mastra/core@0.11.1
|
|
288
|
-
- @mastra/client-js@0.10.16
|
|
289
|
-
|
|
290
|
-
## 5.1.14
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- dd2a4c9: change the way we start the dev process of playground
|
|
295
|
-
- af1f902: share thread list between agent, network and cloud
|
|
296
|
-
- 8f89bcd: fix traces pagination + sharing trace view with cloud
|
|
297
|
-
- 0bf0bc8: fix link in shared components + add e2e tests
|
|
298
|
-
- f6c4d75: fix date picker on change
|
|
299
|
-
- 59f0dcd: Add light background color for step statuses
|
|
300
|
-
- 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2495 more lines hidden. See full changelog in package directory.
|