@mastra/mcp-docs-server 0.13.22-alpha.4 → 0.13.22-alpha.6
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%2Fagent-builder.md +10 -0
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +36 -36
- package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +30 -30
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +10 -10
- package/.docs/organized/changelogs/create-mastra.md +9 -9
- package/.docs/organized/changelogs/mastra.md +28 -28
- package/.docs/organized/code-examples/agui.md +1 -1
- package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
- package/.docs/organized/code-examples/ai-sdk-v5.md +2 -2
- package/.docs/organized/code-examples/assistant-ui.md +2 -2
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
- package/.docs/organized/code-examples/client-side-tools.md +1 -1
- package/.docs/organized/code-examples/crypto-chatbot.md +4 -4
- package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
- package/.docs/raw/frameworks/agentic-uis/cedar-os.mdx +7 -7
- package/CHANGELOG.md +17 -0
- package/package.json +8 -8
- package/.docs/raw/reference/networks/agent-network.mdx +0 -165
- /package/.docs/raw/reference/streaming/{MastraModelOutput.mdx → agents/MastraModelOutput.mdx} +0 -0
- /package/.docs/raw/reference/streaming/{stream.mdx → agents/stream.mdx} +0 -0
- /package/.docs/raw/reference/streaming/{streamVNext.mdx → agents/streamVNext.mdx} +0 -0
- /package/.docs/raw/reference/{workflows/run-methods → streaming/workflows}/stream.mdx +0 -0
- /package/.docs/raw/reference/{workflows/run-methods → streaming/workflows}/streamVNext.mdx +0 -0
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.15.2-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
10
|
+
- @mastra/core@0.17.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.15.2-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
### Patch Changes
|
|
290
299
|
|
|
291
300
|
- [#6919](https://github.com/mastra-ai/mastra/pull/6919) [`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
|
|
292
|
-
- Updated dependency [`ai@^4.3.19` ↗︎](https://www.npmjs.com/package/ai/v/4.3.19) (from `^4.3.16`, in `dependencies`)
|
|
293
|
-
- Updated dependency [`ai-v5@npm:ai@5.0.15` ↗︎](https://www.npmjs.com/package/ai-v5/v/5.0.15) (from `npm:ai@5.0.0`, in `dependencies`)
|
|
294
|
-
|
|
295
|
-
- [#6921](https://github.com/mastra-ai/mastra/pull/6921) [`c4f2605`](https://github.com/mastra-ai/mastra/commit/c4f2605fa00e796a26c6f5fc3cf8f5552f77d617) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
|
|
296
|
-
- Updated dependency [`redis@^5.8.2` ↗︎](https://www.npmjs.com/package/redis/v/5.8.2) (from `^5.8.1`, in `dependencies`)
|
|
297
|
-
- Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
|
|
298
|
-
- @mastra/core@0.14.1
|
|
299
|
-
|
|
300
|
-
## 0.13.1-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3011 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/opensearch
|
|
2
2
|
|
|
3
|
+
## 0.11.10-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
10
|
+
- @mastra/core@0.17.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.11.10-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
|
|
291
300
|
## 0.10.4-alpha.1
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
- 144eb0b: [MASTRA-3669] Metadata Filter Types
|
|
296
|
-
- Updated dependencies [15e9d26]
|
|
297
|
-
- Updated dependencies [07d6d88]
|
|
298
|
-
- Updated dependencies [5d74aab]
|
|
299
|
-
- Updated dependencies [144eb0b]
|
|
300
|
-
- @mastra/core@0.10.7-alpha.2
|
|
301
|
-
|
|
302
|
-
... 265 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 274 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
10
|
+
- @mastra/core@0.17.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.15.3-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
|
|
291
300
|
## 0.14.0
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
- 79d34ce: improve cloudflare workers compatibility
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- b32c50d: Filter scores by source
|
|
300
|
-
- Updated dependencies [d5330bf]
|
|
301
|
-
|
|
302
|
-
... 2330 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2339 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 6.2.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- dependencies updates: ([#7908](https://github.com/mastra-ai/mastra/pull/7908))
|
|
12
|
+
- Updated dependency [`use-debounce@^10.0.6` ↗︎](https://www.npmjs.com/package/use-debounce/v/10.0.6) (from `^10.0.5`, in `dependencies`)
|
|
13
|
+
|
|
14
|
+
- dependencies updates: ([#7912](https://github.com/mastra-ai/mastra/pull/7912))
|
|
15
|
+
- Updated dependency [`zustand@^5.0.8` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.8) (from `^5.0.7`, in `dependencies`)
|
|
16
|
+
|
|
17
|
+
- fix scorers table link full row ([#7915](https://github.com/mastra-ai/mastra/pull/7915))
|
|
18
|
+
|
|
19
|
+
- adjust the way we display scorers in agent metadata ([#7910](https://github.com/mastra-ai/mastra/pull/7910))
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
22
|
+
- @mastra/core@0.17.0-alpha.6
|
|
23
|
+
- @mastra/client-js@0.13.0-alpha.6
|
|
24
|
+
|
|
3
25
|
## 6.1.4-alpha.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
- Updated dependencies [56041d0]
|
|
277
299
|
- Updated dependencies [3412597]
|
|
278
300
|
- Updated dependencies [5eca5d2]
|
|
279
|
-
- Updated dependencies [f2cda47]
|
|
280
|
-
- Updated dependencies [5de1555]
|
|
281
|
-
- Updated dependencies [cfd377a]
|
|
282
|
-
- Updated dependencies [1ed5a3e]
|
|
283
|
-
- @mastra/client-js@0.11.3
|
|
284
|
-
- @mastra/core@0.15.3
|
|
285
|
-
|
|
286
|
-
## 6.0.0-alpha.5
|
|
287
|
-
|
|
288
|
-
### Patch Changes
|
|
289
|
-
|
|
290
|
-
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
293
|
-
- @mastra/core@0.15.3-alpha.7
|
|
294
|
-
- @mastra/client-js@0.11.3-alpha.7
|
|
295
|
-
|
|
296
|
-
## 6.0.0-alpha.4
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- [#7351](https://github.com/mastra-ai/mastra/pull/7351) [`572acd0`](https://github.com/mastra-ai/mastra/commit/572acd0919479455ee654753877f2c1564d0b29e) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3015 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.17.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Resumable streams ([#7949](https://github.com/mastra-ai/mastra/pull/7949))
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
14
|
+
- @mastra/core@0.17.0-alpha.6
|
|
15
|
+
|
|
16
|
+
## 0.17.0-alpha.5
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
|
|
21
|
+
- @mastra/core@0.17.0-alpha.5
|
|
22
|
+
|
|
3
23
|
## 0.17.0-alpha.4
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -279,24 +299,4 @@
|
|
|
279
299
|
|
|
280
300
|
### Patch Changes
|
|
281
301
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
- Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
|
|
285
|
-
- @mastra/core@0.15.3-alpha.5
|
|
286
|
-
|
|
287
|
-
## 0.15.3-alpha.4
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- [#7269](https://github.com/mastra-ai/mastra/pull/7269) [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa) Thanks [@wardpeet](https://github.com/wardpeet)! - Add deprecation warnings and add legacy routes
|
|
292
|
-
|
|
293
|
-
- [#7136](https://github.com/mastra-ai/mastra/pull/7136) [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d) Thanks [@NikAiyer](https://github.com/NikAiyer)! - add deployer, server and clientjs handlers for agent builder template
|
|
294
|
-
|
|
295
|
-
- [#7250](https://github.com/mastra-ai/mastra/pull/7250) [`12adcc8`](https://github.com/mastra-ai/mastra/commit/12adcc8929db79b3cf7b83237ebaf6ba2db0181e) Thanks [@roaminro](https://github.com/roaminro)! - add missing endpoint to get agent tool by ID
|
|
296
|
-
|
|
297
|
-
- [#7259](https://github.com/mastra-ai/mastra/pull/7259) [`bcec7db`](https://github.com/mastra-ai/mastra/commit/bcec7db62dab25e4c85f1d484172061382c6615d) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Mastra server - Pipe abort signal correctly to agent stream,generate
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
|
|
300
|
-
- @mastra/core@0.15.3-alpha.4
|
|
301
|
-
|
|
302
|
-
... 3343 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 3363 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/voice-google-gemini-live
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
10
|
+
- @mastra/core@0.17.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.10.11-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/voice-google
|
|
2
2
|
|
|
3
|
+
## 0.11.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
10
|
+
- @mastra/core@0.17.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.11.5-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
### Patch Changes
|
|
291
300
|
|
|
292
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
293
|
-
- @mastra/core@0.12.0-alpha.5
|
|
294
|
-
|
|
295
|
-
## 0.10.5
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- ce088f5: Update all peerdeps to latest core
|
|
300
|
-
- @mastra/core@0.11.1
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1303 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/voice-openai-realtime
|
|
2
2
|
|
|
3
|
+
## 0.11.5-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
10
|
+
- @mastra/core@0.17.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 0.11.5-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- 047ffee: dependencies updates:
|
|
290
299
|
- Updated dependency [`ws@^8.18.3` ↗︎](https://www.npmjs.com/package/ws/v/8.18.3) (from `^8.18.2`, in `dependencies`)
|
|
291
300
|
- 3fd871d: dependencies updates:
|
|
292
|
-
- Updated dependency [`openai-realtime-api@^1.0.8` ↗︎](https://www.npmjs.com/package/openai-realtime-api/v/1.0.8) (from `^1.0.7`, in `dependencies`)
|
|
293
|
-
- Updated dependencies [510e2c8]
|
|
294
|
-
- Updated dependencies [2f72fb2]
|
|
295
|
-
- Updated dependencies [3f89307]
|
|
296
|
-
- Updated dependencies [9eda7d4]
|
|
297
|
-
- Updated dependencies [9d49408]
|
|
298
|
-
- Updated dependencies [2ecf658]
|
|
299
|
-
- Updated dependencies [7a7754f]
|
|
300
|
-
- Updated dependencies [fc92d80]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1016 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 0.13.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
## 0.13.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.13.0-alpha.2
|
|
4
12
|
|
|
5
13
|
## 0.13.0-alpha.1
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
|
|
291
299
|
## 0.10.13
|
|
292
300
|
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- dd2a4c9: change the way we start the dev process of playground
|
|
296
|
-
- af1f902: share thread list between agent, network and cloud
|
|
297
|
-
- 8f89bcd: fix traces pagination + sharing trace view with cloud
|
|
298
|
-
- 0bf0bc8: fix link in shared components + add e2e tests
|
|
299
|
-
- 2affc57: Fix output type of network loop
|
|
300
|
-
- f6c4d75: fix date picker on change
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1412 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.13.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
8
|
+
|
|
9
|
+
- fix scorers table link full row ([#7915](https://github.com/mastra-ai/mastra/pull/7915))
|
|
10
|
+
|
|
11
|
+
- adjust the way we display scorers in agent metadata ([#7910](https://github.com/mastra-ai/mastra/pull/7910))
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6c33d7f`](https://github.com/mastra-ai/mastra/commit/6c33d7f7242804c32e969ad3ab33ff4a6aebda8b), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
14
|
+
- @mastra/core@0.17.0-alpha.6
|
|
15
|
+
- @mastra/deployer@0.17.0-alpha.6
|
|
16
|
+
- @mastra/loggers@0.10.12-alpha.1
|
|
17
|
+
- @mastra/mcp@0.13.0-alpha.2
|
|
18
|
+
|
|
19
|
+
## 0.13.0-alpha.3
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- update playground workflows to use createRunAsync instead of createRun ([#7903](https://github.com/mastra-ai/mastra/pull/7903))
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
|
|
26
|
+
- @mastra/core@0.17.0-alpha.5
|
|
27
|
+
- @mastra/deployer@0.17.0-alpha.5
|
|
28
|
+
|
|
3
29
|
## 0.13.0-alpha.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
- Updated dependencies [ff89505]
|
|
273
299
|
- Updated dependencies [637f323]
|
|
274
300
|
- Updated dependencies [de3cbc6]
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
- Updated dependencies [183dc95]
|
|
278
|
-
- Updated dependencies [a1111e2]
|
|
279
|
-
- Updated dependencies [b42a961]
|
|
280
|
-
- Updated dependencies [71b657b]
|
|
281
|
-
- Updated dependencies [61debef]
|
|
282
|
-
- Updated dependencies [9beaeff]
|
|
283
|
-
- Updated dependencies [29de0e1]
|
|
284
|
-
- Updated dependencies [f643c65]
|
|
285
|
-
- Updated dependencies [00c74e7]
|
|
286
|
-
- Updated dependencies [f0dfcac]
|
|
287
|
-
- Updated dependencies [fef7375]
|
|
288
|
-
- Updated dependencies [6d98856]
|
|
289
|
-
- Updated dependencies [e3d8fea]
|
|
290
|
-
- Updated dependencies [45e4d39]
|
|
291
|
-
- Updated dependencies [ad78bfc]
|
|
292
|
-
- Updated dependencies [9eee594]
|
|
293
|
-
- Updated dependencies [7149d8d]
|
|
294
|
-
- Updated dependencies [822c2e8]
|
|
295
|
-
- Updated dependencies [3b8972b]
|
|
296
|
-
- Updated dependencies [979912c]
|
|
297
|
-
- Updated dependencies [7dcf4c0]
|
|
298
|
-
- Updated dependencies [4106a58]
|
|
299
|
-
- Updated dependencies [ad78bfc]
|
|
300
|
-
- Updated dependencies [6f715fe]
|
|
301
|
-
|
|
302
|
-
... 5543 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 5569 more lines hidden. See full changelog in package directory.
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
25
25
|
"@typescript-eslint/parser": "^8.38.0",
|
|
26
26
|
"@vitejs/plugin-react": "^4.4.1",
|
|
27
|
-
"eslint": "^9.
|
|
27
|
+
"eslint": "^9.35.0",
|
|
28
28
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
29
29
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
30
30
|
"globals": "^16.0.0",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@types/node": "^20.17.57",
|
|
17
17
|
"@types/react": "^19.1.9",
|
|
18
18
|
"@types/react-dom": "^19.1.7",
|
|
19
|
-
"eslint": "^9.
|
|
20
|
-
"eslint-config-next": "15.3
|
|
19
|
+
"eslint": "^9.35.0",
|
|
20
|
+
"eslint-config-next": "15.5.3",
|
|
21
21
|
"postcss": "^8.5.3",
|
|
22
22
|
"tailwindcss": "^3.4.17",
|
|
23
23
|
"typescript": "^5.8.3"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@types/node": "^20",
|
|
24
24
|
"@types/react": "^19.1.9",
|
|
25
25
|
"@types/react-dom": "^19.1.7",
|
|
26
|
-
"eslint": "^9",
|
|
27
|
-
"eslint-config-next": "15.
|
|
26
|
+
"eslint": "^9.35.0",
|
|
27
|
+
"eslint-config-next": "15.5.3",
|
|
28
28
|
"mastra": "latest",
|
|
29
29
|
"postcss": "^8",
|
|
30
30
|
"tailwindcss": "^3.4.1",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@types/node": "^20.17.57",
|
|
19
19
|
"@types/react": "^19.1.9",
|
|
20
20
|
"@types/react-dom": "^19.1.7",
|
|
21
|
-
"eslint": "^9.
|
|
22
|
-
"eslint-config-next": "15.3
|
|
21
|
+
"eslint": "^9.35.0",
|
|
22
|
+
"eslint-config-next": "15.5.3",
|
|
23
23
|
"postcss": "^8.5.3",
|
|
24
24
|
"tailwindcss": "^3.4.17",
|
|
25
25
|
"typescript": "^5.8.3"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@types/node": "^20.17.57",
|
|
24
24
|
"@types/react": "^19.1.12",
|
|
25
25
|
"@types/react-dom": "^19.1.9",
|
|
26
|
-
"eslint": "^9.
|
|
27
|
-
"eslint-config-next": "15.3
|
|
26
|
+
"eslint": "^9.35.0",
|
|
27
|
+
"eslint-config-next": "15.5.3",
|
|
28
28
|
"postcss": "^8.5.3",
|
|
29
29
|
"tailwindcss": "^3.4.17",
|
|
30
30
|
"typescript": "^5.8.3"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@types/node": "^20.17.57",
|
|
24
24
|
"@types/react": "^19.1.9",
|
|
25
25
|
"@types/react-dom": "^19.1.7",
|
|
26
|
-
"eslint": "^9.
|
|
27
|
-
"eslint-config-next": "15.3
|
|
26
|
+
"eslint": "^9.35.0",
|
|
27
|
+
"eslint-config-next": "15.5.3",
|
|
28
28
|
"postcss": "^8.5.3",
|
|
29
29
|
"tailwindcss": "^3.4.17",
|
|
30
30
|
"typescript": "^5.8.3"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@types/react": "^19.1.9",
|
|
16
16
|
"@types/react-dom": "^19.1.7",
|
|
17
17
|
"@vitejs/plugin-react": "^4.3.4",
|
|
18
|
-
"eslint": "^9.
|
|
18
|
+
"eslint": "^9.35.0",
|
|
19
19
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
20
20
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
21
21
|
"globals": "^15.15.0",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"@types/react": "^19.1.9",
|
|
72
72
|
"@types/react-dom": "^19.1.7",
|
|
73
73
|
"drizzle-kit": "^0.31.0",
|
|
74
|
-
"eslint": "^9.
|
|
75
|
-
"eslint-config-next": "15.3
|
|
76
|
-
"eslint-config-prettier": "^10.1.
|
|
74
|
+
"eslint": "^9.35.0",
|
|
75
|
+
"eslint-config-next": "15.5.3",
|
|
76
|
+
"eslint-config-prettier": "^10.1.8",
|
|
77
77
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
78
78
|
"eslint-plugin-import": "^2.32.0",
|
|
79
|
-
"eslint-plugin-tailwindcss": "^3.18.
|
|
79
|
+
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
80
80
|
"postcss": "^8.5.3",
|
|
81
81
|
"prettier": "^3.6.2",
|
|
82
82
|
"tailwindcss": "^3.4.17",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@types/react": "^19.1.9",
|
|
34
34
|
"@types/react-dom": "^19.1.7",
|
|
35
35
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
36
|
-
"eslint": "^9.
|
|
37
|
-
"eslint-config-next": "15.3
|
|
36
|
+
"eslint": "^9.35.0",
|
|
37
|
+
"eslint-config-next": "15.5.3",
|
|
38
38
|
"postcss": "^8.5.3",
|
|
39
39
|
"tailwindcss": "^3.4.17",
|
|
40
40
|
"typescript": "^5.8.3"
|
|
@@ -8,19 +8,19 @@ import { Tabs, Steps } from "nextra/components";
|
|
|
8
8
|
|
|
9
9
|
# Integrate Cedar-OS with Mastra
|
|
10
10
|
|
|
11
|
-
Cedar-OS is an open-source agentic UI framework designed specifically for building the most ambitious AI-native applications.
|
|
11
|
+
Cedar-OS is an open-source agentic UI framework designed specifically for building the most ambitious AI-native applications. Cedar was built with Mastra in mind.
|
|
12
12
|
|
|
13
13
|
## Should you use Cedar?
|
|
14
14
|
|
|
15
|
-
There are a few pillars
|
|
15
|
+
There are a few pillars Cedar cares about strongly that you can read more about [here](https://docs.cedarcopilot.com/introduction/philosophy):
|
|
16
16
|
|
|
17
17
|
#### 1. Developer experience
|
|
18
18
|
- **Every single component is downloaded shadcn-style** – You own all the code and can style it however you want
|
|
19
|
-
- **Works out of the box** – Just drop in
|
|
19
|
+
- **Works out of the box** – Just drop in the chat component, and it'll work
|
|
20
20
|
- **Fully extensible** - Built on a [Zustand store architecture](https://docs.cedarcopilot.com/introduction/architecture) that you can customize completely. Every single internal function can be overridden in one line.
|
|
21
21
|
|
|
22
22
|
#### 2. Enabling truly AI-native applications
|
|
23
|
-
For the first time in history, products can come to life.
|
|
23
|
+
For the first time in history, products can come to life. Cedar is aimed at helping you build something with life.
|
|
24
24
|
- **[Spells](https://docs.cedarcopilot.com/spells/spells#what-are-spells)** - Users can trigger AI from keyboard shortcuts, mouse events, text selection, and other components
|
|
25
25
|
- **[State Diff Management](https://docs.cedarcopilot.com/state-diff/using-state-diff)** - Give users control over accepting/rejecting agent outputs
|
|
26
26
|
- **[Voice Integration](https://docs.cedarcopilot.com/voice/voice-integration)** - Let users control your app with their voice
|
|
@@ -38,7 +38,7 @@ npx cedar-os-cli plant-seed
|
|
|
38
38
|
If starting from scratch, select the **Mastra starter** template for a complete setup with both frontend and backend in a monorepo
|
|
39
39
|
|
|
40
40
|
If you already have a Mastra backend, use the **blank frontend cedar repo** option instead.
|
|
41
|
-
- This will give you the option to download components and download all dependencies for Cedar.
|
|
41
|
+
- This will give you the option to download components and download all dependencies for Cedar. It is recommended to download at least one of the chat components to get started.
|
|
42
42
|
|
|
43
43
|
### Wrap your app with CedarCopilot
|
|
44
44
|
|
|
@@ -101,8 +101,8 @@ Your backend and frontend are now linked! You're ready to start building AI-nati
|
|
|
101
101
|
## More information
|
|
102
102
|
|
|
103
103
|
- Check out the [detailed Mastra integration guide](https://docs.cedarcopilot.com/agent-backend-connection/mastra#extending-mastra) for more configuration options (or for manual installation instructions if something goes wrong)
|
|
104
|
-
- Explore Mastra-specific optimizations and features
|
|
104
|
+
- Explore Mastra-specific optimizations and features Cedar has built
|
|
105
105
|
- **Seamless event streaming** - Automatic rendering of [Mastra streamed events](https://docs.cedarcopilot.com/chat/custom-message-rendering#mastra-event-renderer)
|
|
106
106
|
- **Voice endpoint support** - Built-in [voice backend integration](https://docs.cedarcopilot.com/voice/agentic-backend#endpoint-configuration)
|
|
107
107
|
- **End-to-End type safety** - [Types](https://docs.cedarcopilot.com/type-safety/typing-agent-requests) for communicating between your app and Mastra backend
|
|
108
|
-
- [Join
|
|
108
|
+
- [Join the Discord!](https://discord.gg/4AWawRjNdZ) The Cedar team is excited to have you :)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.22-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dependencies updates: ([#7907](https://github.com/mastra-ai/mastra/pull/7907))
|
|
8
|
+
- Updated dependency [`turndown@^7.2.1` ↗︎](https://www.npmjs.com/package/turndown/v/7.2.1) (from `^7.2.0`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
|
|
10
|
+
- @mastra/core@0.17.0-alpha.6
|
|
11
|
+
- @mastra/mcp@0.13.0-alpha.2
|
|
12
|
+
|
|
13
|
+
## 0.13.22-alpha.5
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
|
|
18
|
+
- @mastra/core@0.17.0-alpha.5
|
|
19
|
+
|
|
3
20
|
## 0.13.22-alpha.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-docs-server",
|
|
3
|
-
"version": "0.13.22-alpha.
|
|
3
|
+
"version": "0.13.22-alpha.6",
|
|
4
4
|
"description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,28 +29,28 @@
|
|
|
29
29
|
"date-fns": "^4.1.0",
|
|
30
30
|
"exit-hook": "^4.0.0",
|
|
31
31
|
"jsdom": "^26.1.0",
|
|
32
|
-
"turndown": "^7.2.
|
|
32
|
+
"turndown": "^7.2.1",
|
|
33
33
|
"uuid": "^11.1.0",
|
|
34
34
|
"zod": "^3.25.76",
|
|
35
35
|
"zod-to-json-schema": "^3.24.6",
|
|
36
|
-
"@mastra/core": "0.17.0-alpha.
|
|
37
|
-
"@mastra/mcp": "^0.13.0-alpha.
|
|
36
|
+
"@mastra/core": "0.17.0-alpha.6",
|
|
37
|
+
"@mastra/mcp": "^0.13.0-alpha.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@hono/node-server": "^1.19.
|
|
40
|
+
"@hono/node-server": "^1.19.3",
|
|
41
41
|
"@types/jsdom": "^21.1.7",
|
|
42
42
|
"@types/node": "^20.19.0",
|
|
43
43
|
"@types/turndown": "^5.0.5",
|
|
44
44
|
"@wong2/mcp-cli": "^1.10.0",
|
|
45
45
|
"cross-env": "^7.0.3",
|
|
46
|
-
"eslint": "^9.
|
|
47
|
-
"hono": "^4.9.
|
|
46
|
+
"eslint": "^9.35.0",
|
|
47
|
+
"hono": "^4.9.7",
|
|
48
48
|
"tsup": "^8.5.0",
|
|
49
49
|
"tsx": "^4.19.4",
|
|
50
50
|
"typescript": "^5.8.3",
|
|
51
51
|
"vitest": "^3.2.4",
|
|
52
52
|
"@internal/lint": "0.0.39",
|
|
53
|
-
"@mastra/core": "0.17.0-alpha.
|
|
53
|
+
"@mastra/core": "0.17.0-alpha.6"
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://mastra.ai",
|
|
56
56
|
"repository": {
|