@mastra/mcp-docs-server 0.13.4 → 0.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fagui.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +55 -55
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +47 -47
- 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 +72 -72
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +31 -31
- package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +14 -14
- 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 +25 -25
- 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 +77 -77
- package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +54 -54
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +13 -13
- package/.docs/organized/changelogs/create-mastra.md +34 -34
- package/.docs/organized/changelogs/mastra.md +79 -79
- 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/agents/overview.mdx +16 -33
- package/.docs/raw/community/licensing.mdx +27 -19
- package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +279 -0
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
- package/.docs/raw/deployment/server-deployment.mdx +56 -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/memory/overview.mdx +2 -1
- package/.docs/raw/rag/retrieval.mdx +24 -5
- 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/rag/rerankWithScorer.mdx +213 -0
- package/.docs/raw/reference/workflows/create-run.mdx +4 -4
- package/.docs/raw/reference/workflows/sendEvent.mdx +49 -0
- package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +10 -3
- package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +16 -0
- package/.docs/raw/server-db/production-server.mdx +66 -0
- package/.docs/raw/tools-mcp/mcp-overview.mdx +4 -6
- package/.docs/raw/workflows/control-flow.mdx +34 -34
- package/.docs/raw/workflows/overview.mdx +1 -1
- package/.docs/raw/workflows/pausing-execution.mdx +74 -37
- package/LICENSE.md +11 -42
- package/package.json +6 -6
- package/.docs/raw/deployment/server.mdx +0 -116
- /package/.docs/raw/{deployment → server-db}/custom-api-routes.mdx +0 -0
- /package/.docs/raw/{deployment → server-db}/middleware.mdx +0 -0
- /package/.docs/raw/{storage/overview.mdx → server-db/storage.mdx} +0 -0
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @mastra/dynamodb
|
|
2
2
|
|
|
3
|
+
## 0.13.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 10cd23a: Change DynamoDB saveThread from create to upsert to handle updates.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7d16f45: dependencies updates:
|
|
12
|
+
- Updated dependency [`@aws-sdk/lib-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.840.0) (from `^3.830.0`, in `dependencies`)
|
|
13
|
+
- 649274f: dependencies updates:
|
|
14
|
+
- Updated dependency [`@aws-sdk/client-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.840.0) (from `^3.839.0`, in `dependencies`)
|
|
15
|
+
- Updated dependencies [2873c7f]
|
|
16
|
+
- Updated dependencies [1c1c6a1]
|
|
17
|
+
- Updated dependencies [565cc0c]
|
|
18
|
+
- @mastra/core@0.10.11-alpha.2
|
|
19
|
+
|
|
20
|
+
## 0.12.1-alpha.0
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 7228a97: dependencies updates:
|
|
25
|
+
- Updated dependency [`@aws-sdk/client-dynamodb@^3.839.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.839.0) (from `^3.828.0`, in `dependencies`)
|
|
26
|
+
- Updated dependencies [f8ce2cc]
|
|
27
|
+
- Updated dependencies [8c846b6]
|
|
28
|
+
- Updated dependencies [b790fd1]
|
|
29
|
+
- Updated dependencies [d7ed04d]
|
|
30
|
+
- Updated dependencies [f36e4f1]
|
|
31
|
+
- @mastra/core@0.10.11-alpha.0
|
|
32
|
+
|
|
3
33
|
## 0.12.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
|
@@ -268,35 +298,5 @@
|
|
|
268
298
|
|
|
269
299
|
### Patch Changes
|
|
270
300
|
|
|
271
|
-
- d980a1b: Fix getMessages to correctly return last n messages when `limit` is passed
|
|
272
|
-
|
|
273
|
-
## 0.10.1
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
- 05d3c89: Dynamo db type fix
|
|
279
|
-
- c5bf1ce: Add backwards compat code for new MessageList in storage
|
|
280
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
281
|
-
- Updated dependencies [ee77e78]
|
|
282
|
-
- Updated dependencies [592a2db]
|
|
283
|
-
- Updated dependencies [e5dc18d]
|
|
284
|
-
- Updated dependencies [ab5adbe]
|
|
285
|
-
- Updated dependencies [1e8bb40]
|
|
286
|
-
- Updated dependencies [1b5fc55]
|
|
287
|
-
- Updated dependencies [195c428]
|
|
288
|
-
- Updated dependencies [f73e11b]
|
|
289
|
-
- Updated dependencies [37643b8]
|
|
290
|
-
- Updated dependencies [99fd6cf]
|
|
291
|
-
- Updated dependencies [c5bf1ce]
|
|
292
|
-
- Updated dependencies [add596e]
|
|
293
|
-
- Updated dependencies [8dc94d8]
|
|
294
|
-
- Updated dependencies [ecebbeb]
|
|
295
|
-
- Updated dependencies [79d5145]
|
|
296
|
-
- Updated dependencies [12b7002]
|
|
297
|
-
- Updated dependencies [2901125]
|
|
298
|
-
- @mastra/core@0.10.2
|
|
299
|
-
|
|
300
|
-
## 0.10.1-alpha.3
|
|
301
|
-
|
|
302
|
-
... 95 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 125 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/fastembed
|
|
2
2
|
|
|
3
|
+
## 0.10.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f64b3f7: dependencies updates:
|
|
8
|
+
- Updated dependency [`ai@^4.3.16` ↗︎](https://www.npmjs.com/package/ai/v/4.3.16) (from `^3.4.33`, in `dependencies`)
|
|
9
|
+
|
|
3
10
|
## 0.0.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.2.6-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c7bbf1e]
|
|
8
|
+
- Updated dependencies [8722d53]
|
|
9
|
+
- Updated dependencies [43da563]
|
|
10
|
+
- Updated dependencies [132027f]
|
|
11
|
+
- Updated dependencies [0c85311]
|
|
12
|
+
- Updated dependencies [cb16baf]
|
|
13
|
+
- @mastra/core@0.10.11-alpha.3
|
|
14
|
+
- @mastra/rag@1.0.2-alpha.0
|
|
15
|
+
|
|
3
16
|
## 1.2.5
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
- @mastra/core@0.10.0-alpha.1
|
|
287
300
|
- @mastra/rag@0.2.0-alpha.1
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- Updated dependencies [f53a6ac]
|
|
294
|
-
- Updated dependencies [eabdcd9]
|
|
295
|
-
- Updated dependencies [90be034]
|
|
296
|
-
- Updated dependencies [99f050a]
|
|
297
|
-
- Updated dependencies [d0ee3c6]
|
|
298
|
-
- Updated dependencies [23f258c]
|
|
299
|
-
- Updated dependencies [2672a05]
|
|
300
|
-
- @mastra/core@0.9.5-alpha.0
|
|
301
|
-
|
|
302
|
-
... 2362 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2375 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
2
2
|
|
|
3
|
+
## 0.10.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 25bf999: Implemented http transport
|
|
8
|
+
- Updated dependencies [4d3fbdf]
|
|
9
|
+
- @mastra/core@0.10.10
|
|
10
|
+
|
|
3
11
|
## 0.10.3-alpha.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [7eeb2bc]
|
|
291
299
|
- Updated dependencies [8607972]
|
|
292
300
|
- Updated dependencies [7eeb2bc]
|
|
293
|
-
- Updated dependencies [fba031f]
|
|
294
|
-
- @mastra/core@0.9.2-alpha.5
|
|
295
|
-
|
|
296
|
-
## 0.1.21-alpha.4
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [ccef9f9]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1508 more lines hidden. See full changelog in package directory.
|
|
@@ -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,29 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.10.6-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c0ba5e2: Handle json schema with $defs and $ref property for MCP tool schemas.
|
|
8
|
+
- cb16baf: Fix MCP tool output schema type and return value
|
|
9
|
+
- Updated dependencies [c7bbf1e]
|
|
10
|
+
- Updated dependencies [8722d53]
|
|
11
|
+
- Updated dependencies [132027f]
|
|
12
|
+
- Updated dependencies [0c85311]
|
|
13
|
+
- Updated dependencies [cb16baf]
|
|
14
|
+
- @mastra/core@0.10.11-alpha.3
|
|
15
|
+
|
|
16
|
+
## 0.10.6-alpha.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- f5ec3a4: Fix tool calling args for mcp server to ensure validatedArgs are not undefined
|
|
21
|
+
- ab3bbff: Add support for extra arguments in mcp
|
|
22
|
+
- Updated dependencies [2873c7f]
|
|
23
|
+
- Updated dependencies [1c1c6a1]
|
|
24
|
+
- Updated dependencies [565cc0c]
|
|
25
|
+
- @mastra/core@0.10.11-alpha.2
|
|
26
|
+
|
|
3
27
|
## 0.10.5
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -274,29 +298,5 @@
|
|
|
274
298
|
|
|
275
299
|
## 0.5.1-alpha.0
|
|
276
300
|
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
|
|
280
|
-
- 2672a05: Add MCP servers and tool call execution to playground
|
|
281
|
-
- Updated dependencies [f53a6ac]
|
|
282
|
-
- Updated dependencies [eabdcd9]
|
|
283
|
-
- Updated dependencies [90be034]
|
|
284
|
-
- Updated dependencies [99f050a]
|
|
285
|
-
- Updated dependencies [d0ee3c6]
|
|
286
|
-
- Updated dependencies [23f258c]
|
|
287
|
-
- Updated dependencies [2672a05]
|
|
288
|
-
- @mastra/core@0.9.5-alpha.0
|
|
289
|
-
|
|
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
|
+
... 1838 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,81 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 5.1.11-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c1cceea: Bump peerdeps of @matra/core
|
|
8
|
+
- @mastra/core@0.10.11-alpha.4
|
|
9
|
+
- @mastra/client-js@0.10.10-alpha.4
|
|
10
|
+
|
|
11
|
+
## 5.1.11-alpha.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- f457d86: reset localstorage when resetting model settings
|
|
16
|
+
- 8722d53: Fix multi modal remaining steps
|
|
17
|
+
- Updated dependencies [c7bbf1e]
|
|
18
|
+
- Updated dependencies [8722d53]
|
|
19
|
+
- Updated dependencies [132027f]
|
|
20
|
+
- Updated dependencies [0c85311]
|
|
21
|
+
- Updated dependencies [cb16baf]
|
|
22
|
+
- @mastra/core@0.10.11-alpha.3
|
|
23
|
+
- @mastra/client-js@0.10.10-alpha.3
|
|
24
|
+
|
|
25
|
+
## 5.1.11-alpha.2
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- 7fb0909: dependencies updates:
|
|
30
|
+
- Updated dependency [`@dagrejs/dagre@^1.1.5` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.5) (from `^1.1.4`, in `dependencies`)
|
|
31
|
+
- 05ba777: dependencies updates:
|
|
32
|
+
- Updated dependency [`@xyflow/react@^12.8.1` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.1) (from `^12.6.4`, in `dependencies`)
|
|
33
|
+
- 7ccbf43: dependencies updates:
|
|
34
|
+
- Updated dependency [`motion@^12.23.0` ↗︎](https://www.npmjs.com/package/motion/v/12.23.0) (from `^12.16.0`, in `dependencies`)
|
|
35
|
+
- 4b4b339: dependencies updates:
|
|
36
|
+
- 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`)
|
|
37
|
+
- 4219597: add JSON input close to form input
|
|
38
|
+
- Updated dependencies [2873c7f]
|
|
39
|
+
- Updated dependencies [1c1c6a1]
|
|
40
|
+
- Updated dependencies [565cc0c]
|
|
41
|
+
- Updated dependencies [18da791]
|
|
42
|
+
- @mastra/core@0.10.11-alpha.2
|
|
43
|
+
- @mastra/client-js@0.10.10-alpha.2
|
|
44
|
+
|
|
45
|
+
## 5.1.11-alpha.1
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- a7a836a: Highlight send event button
|
|
50
|
+
- Updated dependencies [7f6e403]
|
|
51
|
+
- @mastra/core@0.10.11-alpha.1
|
|
52
|
+
- @mastra/client-js@0.10.10-alpha.1
|
|
53
|
+
|
|
54
|
+
## 5.1.11-alpha.0
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- b790fd1: Use SerializedStepFlowEntry in playground
|
|
59
|
+
- Updated dependencies [f8ce2cc]
|
|
60
|
+
- Updated dependencies [8c846b6]
|
|
61
|
+
- Updated dependencies [b790fd1]
|
|
62
|
+
- Updated dependencies [d7ed04d]
|
|
63
|
+
- Updated dependencies [f36e4f1]
|
|
64
|
+
- @mastra/core@0.10.11-alpha.0
|
|
65
|
+
- @mastra/client-js@0.10.10-alpha.0
|
|
66
|
+
|
|
67
|
+
## 5.1.10
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
72
|
+
- 45f0dba: Display too-call finish reason error in playground
|
|
73
|
+
- Updated dependencies [b60f510]
|
|
74
|
+
- Updated dependencies [6997af1]
|
|
75
|
+
- Updated dependencies [4d3fbdf]
|
|
76
|
+
- @mastra/client-js@0.10.9
|
|
77
|
+
- @mastra/core@0.10.10
|
|
78
|
+
|
|
3
79
|
## 5.1.10-alpha.1
|
|
4
80
|
|
|
5
81
|
### Patch Changes
|
|
@@ -223,80 +299,4 @@
|
|
|
223
299
|
- @mastra/client-js@0.10.6-alpha.2
|
|
224
300
|
- @mastra/core@0.10.7-alpha.2
|
|
225
301
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
### Patch Changes
|
|
229
|
-
|
|
230
|
-
- 21ffb97: Make dynamic form handle schema better
|
|
231
|
-
- Updated dependencies [d1baedb]
|
|
232
|
-
- Updated dependencies [4d21bf2]
|
|
233
|
-
- Updated dependencies [2097952]
|
|
234
|
-
- Updated dependencies [4fb0cc2]
|
|
235
|
-
- Updated dependencies [d2a7a31]
|
|
236
|
-
- Updated dependencies [0e17048]
|
|
237
|
-
- @mastra/core@0.10.7-alpha.1
|
|
238
|
-
- @mastra/client-js@0.10.6-alpha.1
|
|
239
|
-
|
|
240
|
-
## 5.1.7-alpha.0
|
|
241
|
-
|
|
242
|
-
### Patch Changes
|
|
243
|
-
|
|
244
|
-
- 9102d89: Fix final output not showing on playground for previously suspended steps
|
|
245
|
-
- Updated dependencies [d8f2d19]
|
|
246
|
-
- 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
|
-
|
|
255
|
-
- 63f6b7d: dependencies updates:
|
|
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
|
+
... 1911 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @mastra/rag
|
|
2
2
|
|
|
3
|
+
## 1.0.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 43da563: Refactor relevance provider
|
|
8
|
+
- Updated dependencies [c7bbf1e]
|
|
9
|
+
- Updated dependencies [8722d53]
|
|
10
|
+
- Updated dependencies [132027f]
|
|
11
|
+
- Updated dependencies [0c85311]
|
|
12
|
+
- Updated dependencies [cb16baf]
|
|
13
|
+
- @mastra/core@0.10.11-alpha.3
|
|
14
|
+
|
|
3
15
|
## 1.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -286,17 +298,5 @@
|
|
|
286
298
|
|
|
287
299
|
- Updated dependencies [396be50]
|
|
288
300
|
- Updated dependencies [ab80e7e]
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
- Updated dependencies [a5810ce]
|
|
292
|
-
- Updated dependencies [3e9c131]
|
|
293
|
-
- Updated dependencies [3171b5b]
|
|
294
|
-
- Updated dependencies [973e5ac]
|
|
295
|
-
- Updated dependencies [daf942f]
|
|
296
|
-
- Updated dependencies [0b8b868]
|
|
297
|
-
- Updated dependencies [9e1eff5]
|
|
298
|
-
- Updated dependencies [6fa1ad1]
|
|
299
|
-
- Updated dependencies [c28d7a0]
|
|
300
|
-
- Updated dependencies [edf1e88]
|
|
301
|
-
|
|
302
|
-
... 2174 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2186 more lines hidden. See full changelog in package directory.
|