@mastra/mcp-docs-server 0.13.12-alpha.0 → 0.13.12-alpha.1
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%2Fchroma.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +14 -0
- package/.docs/organized/changelogs/create-mastra.md +8 -8
- package/.docs/organized/changelogs/mastra.md +21 -21
- package/.docs/organized/code-examples/agent.md +292 -275
- package/.docs/raw/agents/input-processors.mdx +25 -19
- package/.docs/raw/agents/output-processors.mdx +376 -0
- package/.docs/raw/agents/overview.mdx +165 -188
- package/.docs/raw/agents/streaming.mdx +11 -5
- package/.docs/raw/community/contributing-templates.mdx +1 -1
- package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +9 -9
- package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +27 -33
- package/.docs/raw/deployment/cloud-providers/azure-app-services.mdx +12 -12
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +17 -17
- package/.docs/raw/getting-started/templates.mdx +1 -1
- package/.docs/raw/rag/vector-databases.mdx +9 -1
- package/.docs/raw/reference/agents/agent.mdx +8 -2
- package/.docs/raw/reference/agents/generate.mdx +80 -3
- package/.docs/raw/reference/agents/getLLM.mdx +1 -1
- package/.docs/raw/reference/agents/streamVNext.mdx +88 -5
- package/.docs/raw/reference/rag/chroma.mdx +158 -17
- package/.docs/raw/reference/tools/mcp-client.mdx +9 -9
- package/.docs/raw/reference/tools/mcp-server.mdx +5 -5
- package/.docs/raw/reference/workflows/run-methods/streamVNext.mdx +7 -1
- package/.docs/raw/voice/overview.mdx +81 -2
- package/.docs/raw/voice/speech-to-speech.mdx +45 -0
- package/.docs/raw/workflows/overview.mdx +8 -1
- package/package.json +4 -4
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.11.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8660c1b: Updating Chroma integration and adding support for Chroma Cloud
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.11.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [b2ae5aa]
|
|
286
299
|
- Updated dependencies [a7292b0]
|
|
287
300
|
- Updated dependencies [0dcb9f0]
|
|
288
|
-
- @mastra/core@0.10.0-alpha.1
|
|
289
|
-
|
|
290
|
-
## 0.2.16-alpha.0
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- d0ee3c6: Change all public functions and constructors in vector stores to use named args and prepare to phase out positional args
|
|
295
|
-
- Updated dependencies [f53a6ac]
|
|
296
|
-
- Updated dependencies [eabdcd9]
|
|
297
|
-
- Updated dependencies [90be034]
|
|
298
|
-
- Updated dependencies [99f050a]
|
|
299
|
-
- Updated dependencies [d0ee3c6]
|
|
300
|
-
- Updated dependencies [23f258c]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1739 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.13.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d6e39da: Load most recent snapshot from storage
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.13.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
|
|
286
299
|
Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
|
|
287
300
|
Backwards compatible: No breaking changes - existing code continues to work unchanged
|
|
288
|
-
Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
|
|
289
|
-
This enhancement resolves the issue where active conversations appeared stale due to outdated thread timestamps, providing better conversation management and user experience in chat applications.
|
|
290
|
-
|
|
291
|
-
## 0.10.3-alpha.0
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- 63f6b7d: dependencies updates:
|
|
296
|
-
- Updated dependency [`@clickhouse/client@^1.11.2` ↗︎](https://www.npmjs.com/package/@clickhouse/client/v/1.11.2) (from `^1.11.0`, in `dependencies`)
|
|
297
|
-
- Updated dependencies [63f6b7d]
|
|
298
|
-
- Updated dependencies [36f1c36]
|
|
299
|
-
- Updated dependencies [10d352e]
|
|
300
|
-
- Updated dependencies [53d3c37]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 755 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.22-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6313063: Implement model switcher in playground
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.10.22-alpha.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
|
|
286
299
|
### Patch Changes
|
|
287
300
|
|
|
288
|
-
- 6bd354c: Should not send content type if body instance of FormData
|
|
289
|
-
- b641ba3: fix: save score params
|
|
290
|
-
- Updated dependencies [510e2c8]
|
|
291
|
-
- Updated dependencies [2f72fb2]
|
|
292
|
-
- Updated dependencies [3f89307]
|
|
293
|
-
- Updated dependencies [9eda7d4]
|
|
294
|
-
- Updated dependencies [9d49408]
|
|
295
|
-
- Updated dependencies [2ecf658]
|
|
296
|
-
- Updated dependencies [7a7754f]
|
|
297
|
-
- Updated dependencies [fc92d80]
|
|
298
|
-
- Updated dependencies [23a6a7c]
|
|
299
|
-
- Updated dependencies [09bca64]
|
|
300
|
-
- @mastra/core@0.12.0-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2008 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/cloudflare-d1
|
|
2
2
|
|
|
3
|
+
## 0.12.6-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d6e39da: Load most recent snapshot from storage
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.12.5
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [d8f2d19]
|
|
286
299
|
- Updated dependencies [9d52b17]
|
|
287
300
|
- Updated dependencies [8ba1b51]
|
|
288
|
-
- @mastra/core@0.10.7-alpha.0
|
|
289
|
-
|
|
290
|
-
## 0.11.0
|
|
291
|
-
|
|
292
|
-
### Minor Changes
|
|
293
|
-
|
|
294
|
-
- 704d1ca: Thread Timestamp Auto-Update Enhancement
|
|
295
|
-
Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
|
|
296
|
-
Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
|
|
297
|
-
Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
|
|
298
|
-
Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
|
|
299
|
-
Backwards compatible: No breaking changes - existing code continues to work unchanged
|
|
300
|
-
Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 572 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3b5fec7: Added AIV5 support to internal MessageList, precursor to full AIV5 support in latest Mastra
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 6faaee5: Reworks agent Processor API to include output processors. Adds structuredOutput property in agent.streamVNext and agent.generate to replace experimental_output. Move imports for processors to @mastra/core/processors. Adds 6 new output processors, BatchParts, StructuredOutputProcessor, TokenLimiter, SystemPromptScrubber, ModerationProcessor, PiiDetectorProcessor.
|
|
12
|
+
- 4232b14: Fix provider metadata preservation during V5 message conversions
|
|
13
|
+
|
|
14
|
+
Provider metadata (providerMetadata and callProviderMetadata) is now properly preserved when converting messages between AI SDK V5 and internal V2 formats. This ensures provider-specific information isn't lost during message transformations.
|
|
15
|
+
|
|
16
|
+
- a89de7e: Adding a new agentic loop and streaming workflow system while working towards AI SDK v5 support.
|
|
17
|
+
- cf4f357: When using the Cloudflare deployer you might see a `[duplicate-case]` warning. The internal cause for this was fixed.
|
|
18
|
+
- a722c0b: Added a patch to filter out system messages that were stored in the db via an old memory bug that was patched long ago (see issue 6689). Users upgrading from the old version that still had the bug would see errors when the memory messages were retrieved from the db
|
|
19
|
+
|
|
3
20
|
## 0.13.3-alpha.0
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -281,22 +298,5 @@
|
|
|
281
298
|
- Single message ID as string: `deleteMessages('msg-123')`
|
|
282
299
|
- Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
|
|
283
300
|
- Message object with id property: `deleteMessages({ id: 'msg-123' })`
|
|
284
|
-
- Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
|
|
285
|
-
- Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
|
|
286
|
-
- Added REST API endpoint: `POST /api/memory/messages/delete`
|
|
287
|
-
- Updated client SDK: `thread.deleteMessages()` accepts all input types
|
|
288
|
-
- Updates thread timestamps when messages are deleted
|
|
289
|
-
- Added comprehensive test coverage and documentation
|
|
290
|
-
|
|
291
|
-
- 71466e7: Adds traceId and resourceId to telemetry spans for agent invocations
|
|
292
|
-
- 0c99fbe: [Feature] Add ability to include input processors to Agent primitive in order to add guardrails to incoming messages.
|
|
293
|
-
|
|
294
|
-
## 0.12.0-alpha.1
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- e0f73c6: Make input optional for scorer run
|
|
299
|
-
- cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
|
|
300
|
-
- a77c823: include PATCH method in default CORS configuration
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2588 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.12.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bca2ba3]
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [6313063]
|
|
11
|
+
- Updated dependencies [a89de7e]
|
|
12
|
+
- Updated dependencies [cf4f357]
|
|
13
|
+
- Updated dependencies [a722c0b]
|
|
14
|
+
- Updated dependencies [3b5fec7]
|
|
15
|
+
- Updated dependencies [6dfc4a6]
|
|
16
|
+
- @mastra/deployer@0.14.0-alpha.1
|
|
17
|
+
- @mastra/core@0.14.0-alpha.1
|
|
18
|
+
|
|
3
19
|
## 0.12.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
|
|
283
299
|
- d83392d: Remove scope, auth, and cloudflare client from CloudflareDeployer
|
|
284
300
|
|
|
285
|
-
BREAKING CHANGES:
|
|
286
|
-
- Remove `scope` property and constructor parameter
|
|
287
|
-
- Remove `auth` parameter from constructor
|
|
288
|
-
- Remove private `cloudflare` client property and initialization
|
|
289
|
-
- Update `tagWorker` method to throw error directing users to Cloudflare dashboard
|
|
290
|
-
- Remove unused Cloudflare import
|
|
291
|
-
|
|
292
|
-
This simplifies the CloudflareDeployer API by removing external dependencies and authentication requirements. Users should now use the Cloudflare dashboard or API directly for operations that previously required the cloudflare client.
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 7983e53: Revert cloudflare omit install deps step
|
|
297
|
-
- Updated dependencies [f248d53]
|
|
298
|
-
- Updated dependencies [82c6860]
|
|
299
|
-
- Updated dependencies [2affc57]
|
|
300
|
-
- Updated dependencies [66e13e3]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3204 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.11.14-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bca2ba3]
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [6313063]
|
|
11
|
+
- Updated dependencies [a89de7e]
|
|
12
|
+
- Updated dependencies [cf4f357]
|
|
13
|
+
- Updated dependencies [a722c0b]
|
|
14
|
+
- Updated dependencies [3b5fec7]
|
|
15
|
+
- Updated dependencies [6dfc4a6]
|
|
16
|
+
- @mastra/deployer@0.14.0-alpha.1
|
|
17
|
+
- @mastra/core@0.14.0-alpha.1
|
|
18
|
+
|
|
3
19
|
## 0.11.14-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
- Updated dependencies [7776324]
|
|
283
299
|
- Updated dependencies [0b56518]
|
|
284
300
|
- Updated dependencies [db5cc15]
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [5237998]
|
|
288
|
-
- Updated dependencies [c3a30de]
|
|
289
|
-
- Updated dependencies [37c1acd]
|
|
290
|
-
- Updated dependencies [1aa60b1]
|
|
291
|
-
- Updated dependencies [89ec9d4]
|
|
292
|
-
- Updated dependencies [cf3a184]
|
|
293
|
-
- Updated dependencies [fe4bbd4]
|
|
294
|
-
- Updated dependencies [d6bfd60]
|
|
295
|
-
- Updated dependencies [626b0f4]
|
|
296
|
-
- Updated dependencies [c22a91f]
|
|
297
|
-
- Updated dependencies [f7403ab]
|
|
298
|
-
- Updated dependencies [6c89d7f]
|
|
299
|
-
- @mastra/deployer@0.10.15
|
|
300
|
-
- @mastra/core@0.10.15
|
|
301
|
-
|
|
302
|
-
... 2968 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2984 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.11.14-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bca2ba3]
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [6313063]
|
|
11
|
+
- Updated dependencies [a89de7e]
|
|
12
|
+
- Updated dependencies [cf4f357]
|
|
13
|
+
- Updated dependencies [a722c0b]
|
|
14
|
+
- Updated dependencies [3b5fec7]
|
|
15
|
+
- Updated dependencies [6dfc4a6]
|
|
16
|
+
- @mastra/deployer@0.14.0-alpha.1
|
|
17
|
+
- @mastra/core@0.14.0-alpha.1
|
|
18
|
+
|
|
3
19
|
## 0.11.14-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
- Updated dependencies [7776324]
|
|
283
299
|
- Updated dependencies [0b56518]
|
|
284
300
|
- Updated dependencies [db5cc15]
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [5237998]
|
|
288
|
-
- Updated dependencies [c3a30de]
|
|
289
|
-
- Updated dependencies [37c1acd]
|
|
290
|
-
- Updated dependencies [1aa60b1]
|
|
291
|
-
- Updated dependencies [89ec9d4]
|
|
292
|
-
- Updated dependencies [cf3a184]
|
|
293
|
-
- Updated dependencies [fe4bbd4]
|
|
294
|
-
- Updated dependencies [d6bfd60]
|
|
295
|
-
- Updated dependencies [626b0f4]
|
|
296
|
-
- Updated dependencies [c22a91f]
|
|
297
|
-
- Updated dependencies [f7403ab]
|
|
298
|
-
- Updated dependencies [6c89d7f]
|
|
299
|
-
- @mastra/deployer@0.10.15
|
|
300
|
-
- @mastra/core@0.10.15
|
|
301
|
-
|
|
302
|
-
... 2950 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2966 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.14.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bca2ba3: Fix issue where `.json` files couldn't be imported and used with deployers
|
|
8
|
+
- 6313063: Implement model switcher in playground
|
|
9
|
+
- 6dfc4a6: In a previous release analysis of the Mastra configuration was added. A bug was fixed to properly support TypeScript.
|
|
10
|
+
- Updated dependencies [6faaee5]
|
|
11
|
+
- Updated dependencies [4232b14]
|
|
12
|
+
- Updated dependencies [6313063]
|
|
13
|
+
- Updated dependencies [a89de7e]
|
|
14
|
+
- Updated dependencies [cf4f357]
|
|
15
|
+
- Updated dependencies [a722c0b]
|
|
16
|
+
- Updated dependencies [3b5fec7]
|
|
17
|
+
- @mastra/core@0.14.0-alpha.1
|
|
18
|
+
- @mastra/server@0.14.0-alpha.1
|
|
19
|
+
|
|
3
20
|
## 0.13.3-alpha.0
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -281,22 +298,5 @@
|
|
|
281
298
|
|
|
282
299
|
- f42c4c2: update peer deps for packages to latest core range
|
|
283
300
|
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- Updated dependencies [f42c4c2]
|
|
287
|
-
- @mastra/server@0.12.0-alpha.5
|
|
288
|
-
- @mastra/core@0.12.0-alpha.5
|
|
289
|
-
|
|
290
|
-
## 0.12.0-alpha.4
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [ad0a58b]
|
|
295
|
-
- @mastra/core@0.12.0-alpha.4
|
|
296
|
-
- @mastra/server@0.12.0-alpha.4
|
|
297
|
-
|
|
298
|
-
## 0.12.0-alpha.3
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3398 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.12.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 65115aa: Update reason promopts to no longer return structured response
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.12.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [48eddb9]
|
|
286
299
|
- @mastra/core@0.10.4
|
|
287
300
|
|
|
288
|
-
## 0.10.3-alpha.0
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- 1ccccff: dependencies updates:
|
|
293
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
294
|
-
- 1ccccff: dependencies updates:
|
|
295
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
296
|
-
- Updated dependencies [f6fd25f]
|
|
297
|
-
- Updated dependencies [dffb67b]
|
|
298
|
-
- Updated dependencies [f1309d3]
|
|
299
|
-
- Updated dependencies [f7f8293]
|
|
300
|
-
- @mastra/core@0.10.4-alpha.1
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1912 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/libsql
|
|
2
2
|
|
|
3
|
+
## 0.13.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d6e39da: Load most recent snapshot from storage
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.13.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
|
|
286
299
|
- 8a3bfd2: Update peerdeps to latest core
|
|
287
300
|
|
|
288
|
-
### Patch Changes
|
|
289
301
|
|
|
290
|
-
|
|
291
|
-
- d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
|
|
292
|
-
- 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
|
|
293
|
-
- 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
|
|
294
|
-
- 144eb0b: [MASTRA-3669] Metadata Filter Types
|
|
295
|
-
- f0150c4: Fix LibSQLStore and PgStore getMessagesPaginated implementation
|
|
296
|
-
- 0e17048: Throw mastra errors in storage packages
|
|
297
|
-
- Updated dependencies [15e9d26]
|
|
298
|
-
- Updated dependencies [d1baedb]
|
|
299
|
-
- Updated dependencies [d8f2d19]
|
|
300
|
-
- Updated dependencies [4d21bf2]
|
|
301
|
-
|
|
302
|
-
... 585 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 598 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.12-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [895d3b2]
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/mcp@0.10.12-alpha.0
|
|
15
|
+
- @mastra/core@0.14.0-alpha.1
|
|
16
|
+
|
|
3
17
|
## 0.13.12-alpha.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
- Updated dependencies [ab3bbff]
|
|
285
299
|
- Updated dependencies [8c846b6]
|
|
286
300
|
- Updated dependencies [c7bbf1e]
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
- Updated dependencies [b790fd1]
|
|
290
|
-
- Updated dependencies [132027f]
|
|
291
|
-
- Updated dependencies [0c85311]
|
|
292
|
-
- Updated dependencies [d7ed04d]
|
|
293
|
-
- Updated dependencies [c0ba5e2]
|
|
294
|
-
- Updated dependencies [cb16baf]
|
|
295
|
-
- Updated dependencies [f36e4f1]
|
|
296
|
-
- Updated dependencies [7f6e403]
|
|
297
|
-
- @mastra/core@0.10.11
|
|
298
|
-
- @mastra/mcp@0.10.6
|
|
299
|
-
|
|
300
|
-
## 0.13.5-alpha.0
|
|
301
|
-
|
|
302
|
-
... 1267 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 1281 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.10.12-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 895d3b2: Update the MCP SDK version and update elicitation to match new spec (reject becomes decline)
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.10.11
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
|
|
287
300
|
## 0.10.4-alpha.1
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
- bd1674f: Change how connection promise works for client connection
|
|
292
|
-
- 69f76f7: Fix Agents as tools when building mastra mcp server
|
|
293
|
-
|
|
294
|
-
## 0.10.4-alpha.0
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- 63f6b7d: dependencies updates:
|
|
299
|
-
- Updated dependency [`@modelcontextprotocol/sdk@^1.12.1` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.1) (from `^1.10.2`, in `dependencies`)
|
|
300
|
-
- Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.7.4`, in `dependencies`)
|
|
301
|
-
|
|
302
|
-
... 2005 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2018 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.14.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d6e39da: Load most recent snapshot from storage
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|
|
15
|
+
|
|
3
16
|
## 0.14.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [c3a30de]
|
|
286
299
|
- Updated dependencies [37c1acd]
|
|
287
300
|
- Updated dependencies [1aa60b1]
|
|
288
|
-
- Updated dependencies [89ec9d4]
|
|
289
|
-
- Updated dependencies [cf3a184]
|
|
290
|
-
- Updated dependencies [d6bfd60]
|
|
291
|
-
- Updated dependencies [626b0f4]
|
|
292
|
-
- Updated dependencies [c22a91f]
|
|
293
|
-
- Updated dependencies [f7403ab]
|
|
294
|
-
- Updated dependencies [6c89d7f]
|
|
295
|
-
- @mastra/core@0.10.15
|
|
296
|
-
|
|
297
|
-
## 0.12.3-alpha.0
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2055 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 5.1.21-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6313063: Implement model switcher in playground
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [6313063]
|
|
11
|
+
- Updated dependencies [a89de7e]
|
|
12
|
+
- Updated dependencies [cf4f357]
|
|
13
|
+
- Updated dependencies [a722c0b]
|
|
14
|
+
- Updated dependencies [3b5fec7]
|
|
15
|
+
- @mastra/core@0.14.0-alpha.1
|
|
16
|
+
- @mastra/client-js@0.10.22-alpha.1
|
|
17
|
+
|
|
3
18
|
## 5.1.21-alpha.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -283,20 +298,5 @@
|
|
|
283
298
|
- f6c4d75: fix date picker on change
|
|
284
299
|
- 59f0dcd: Add light background color for step statuses
|
|
285
300
|
- 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
- 7827943: Handle streaming large data
|
|
289
|
-
- 808b493: wrap runtime context with tooltip provider for usage in cloud
|
|
290
|
-
- 09464dd: Share AgentMetadata component with cloud
|
|
291
|
-
- 65e3395: Add Scores playground-ui and add scorer hooks
|
|
292
|
-
- 80692d5: refactor: sharing only the UI and not data fetching for traces
|
|
293
|
-
- 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
|
|
294
|
-
- Updated dependencies [4832752]
|
|
295
|
-
- Updated dependencies [f248d53]
|
|
296
|
-
- Updated dependencies [2affc57]
|
|
297
|
-
- Updated dependencies [66e13e3]
|
|
298
|
-
- Updated dependencies [edd9482]
|
|
299
|
-
- Updated dependencies [18344d7]
|
|
300
|
-
- Updated dependencies [9d372c2]
|
|
301
|
-
|
|
302
|
-
... 2443 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2458 more lines hidden. See full changelog in package directory.
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
# @mastra/
|
|
1
|
+
# @mastra/server
|
|
2
|
+
|
|
3
|
+
## 0.14.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6313063: Implement model switcher in playground
|
|
8
|
+
- a89de7e: Adding a new agentic loop and streaming workflow system while working towards AI SDK v5 support.
|
|
9
|
+
- Updated dependencies [6faaee5]
|
|
10
|
+
- Updated dependencies [4232b14]
|
|
11
|
+
- Updated dependencies [a89de7e]
|
|
12
|
+
- Updated dependencies [cf4f357]
|
|
13
|
+
- Updated dependencies [a722c0b]
|
|
14
|
+
- Updated dependencies [3b5fec7]
|
|
15
|
+
- @mastra/core@0.14.0-alpha.1
|
|
2
16
|
|
|
3
17
|
## 0.13.3-alpha.0
|
|
4
18
|
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
### Patch Changes
|
|
285
299
|
|
|
286
300
|
- Updated dependencies [510e2c8]
|
|
287
|
-
- Updated dependencies [2f72fb2]
|
|
288
|
-
- Updated dependencies [3f89307]
|
|
289
|
-
- Updated dependencies [9eda7d4]
|
|
290
|
-
- Updated dependencies [9d49408]
|
|
291
|
-
- Updated dependencies [2ecf658]
|
|
292
|
-
- Updated dependencies [7a7754f]
|
|
293
|
-
- Updated dependencies [fc92d80]
|
|
294
|
-
- Updated dependencies [23a6a7c]
|
|
295
|
-
- Updated dependencies [09bca64]
|
|
296
|
-
- @mastra/core@0.12.0-alpha.0
|
|
297
|
-
|
|
298
|
-
## 0.11.1
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2805 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @mastra/voice-google-gemini-live
|
|
2
|
+
|
|
3
|
+
## 0.10.7-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dd512a2: Integrates Google Gemini Live API into the Mastra framework
|
|
8
|
+
- Updated dependencies [6faaee5]
|
|
9
|
+
- Updated dependencies [4232b14]
|
|
10
|
+
- Updated dependencies [a89de7e]
|
|
11
|
+
- Updated dependencies [cf4f357]
|
|
12
|
+
- Updated dependencies [a722c0b]
|
|
13
|
+
- Updated dependencies [3b5fec7]
|
|
14
|
+
- @mastra/core@0.14.0-alpha.1
|