@mastra/mcp-docs-server 0.13.5-alpha.0 → 0.13.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/%40internal%2Fstorage-test-utils.md +76 -76
- package/.docs/organized/changelogs/%40mastra%2Fagui.md +61 -61
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +54 -54
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +211 -211
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +75 -75
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +91 -91
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +185 -185
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +237 -237
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +143 -143
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +143 -143
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +235 -235
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +84 -84
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +56 -56
- package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +75 -75
- package/.docs/organized/changelogs/%40mastra%2Flance.md +55 -0
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +56 -56
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +38 -38
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +119 -119
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +58 -58
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +69 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +119 -119
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +244 -244
- package/.docs/organized/changelogs/%40mastra%2Frag.md +73 -73
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +24 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +211 -211
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +76 -76
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +44 -44
- package/.docs/organized/changelogs/create-mastra.md +126 -126
- package/.docs/organized/changelogs/mastra.md +256 -256
- package/.docs/organized/code-examples/agent.md +6 -0
- package/.docs/organized/code-examples/agui.md +3 -3
- package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
- package/.docs/organized/code-examples/ai-sdk-v5.md +201 -0
- 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 +5 -5
- package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
- package/.docs/organized/code-examples/workflow-with-suspend-resume.md +181 -0
- package/.docs/raw/agents/agent-memory.mdx +126 -0
- package/.docs/raw/agents/dynamic-agents.mdx +34 -2
- package/.docs/raw/agents/overview.mdx +21 -33
- package/.docs/raw/community/licensing.mdx +27 -19
- package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
- package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
- package/.docs/raw/deployment/server-deployment.mdx +56 -0
- package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
- package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
- package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
- package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
- package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
- package/.docs/raw/frameworks/servers/express.mdx +1 -1
- package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
- package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
- package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
- package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
- package/.docs/raw/getting-started/installation.mdx +10 -7
- package/.docs/raw/getting-started/model-capability.mdx +1 -1
- package/.docs/raw/memory/overview.mdx +8 -0
- package/.docs/raw/memory/semantic-recall.mdx +6 -0
- package/.docs/raw/observability/tracing.mdx +30 -0
- package/.docs/raw/rag/retrieval.mdx +24 -5
- package/.docs/raw/reference/agents/agent.mdx +2 -2
- package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
- package/.docs/raw/reference/cli/dev.mdx +4 -3
- package/.docs/raw/reference/client-js/agents.mdx +8 -0
- package/.docs/raw/reference/memory/query.mdx +35 -14
- package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
- package/.docs/raw/reference/rag/rerankWithScorer.mdx +213 -0
- package/.docs/raw/reference/storage/mssql.mdx +108 -0
- package/.docs/raw/server-db/custom-api-routes.mdx +67 -0
- package/.docs/raw/server-db/production-server.mdx +66 -0
- package/.docs/raw/tools-mcp/mcp-overview.mdx +28 -7
- package/.docs/raw/workflows/control-flow.mdx +91 -93
- package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
- package/.docs/raw/workflows/overview.mdx +22 -12
- package/.docs/raw/workflows/pausing-execution.mdx +49 -4
- package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
- package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
- package/.docs/raw/workflows-legacy/overview.mdx +11 -0
- package/LICENSE.md +11 -42
- package/package.json +7 -9
- package/.docs/raw/deployment/custom-api-routes.mdx +0 -55
- package/.docs/raw/deployment/server.mdx +0 -116
- package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
- /package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +0 -0
- /package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.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,77 @@
|
|
|
1
1
|
# @mastra/rag
|
|
2
2
|
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- edff568: Export types changeset
|
|
8
|
+
- 89ec9d4: remove cohere-ai client dependency and just make a fetch call
|
|
9
|
+
- Updated dependencies [0b56518]
|
|
10
|
+
- Updated dependencies [db5cc15]
|
|
11
|
+
- Updated dependencies [2ba5b76]
|
|
12
|
+
- Updated dependencies [5237998]
|
|
13
|
+
- Updated dependencies [c3a30de]
|
|
14
|
+
- Updated dependencies [37c1acd]
|
|
15
|
+
- Updated dependencies [1aa60b1]
|
|
16
|
+
- Updated dependencies [89ec9d4]
|
|
17
|
+
- Updated dependencies [cf3a184]
|
|
18
|
+
- Updated dependencies [d6bfd60]
|
|
19
|
+
- Updated dependencies [626b0f4]
|
|
20
|
+
- Updated dependencies [c22a91f]
|
|
21
|
+
- Updated dependencies [f7403ab]
|
|
22
|
+
- Updated dependencies [6c89d7f]
|
|
23
|
+
- @mastra/core@0.10.15
|
|
24
|
+
|
|
25
|
+
## 1.0.3-alpha.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- edff568: Export types changeset
|
|
30
|
+
- 89ec9d4: remove cohere-ai client dependency and just make a fetch call
|
|
31
|
+
- Updated dependencies [db5cc15]
|
|
32
|
+
- Updated dependencies [5237998]
|
|
33
|
+
- Updated dependencies [37c1acd]
|
|
34
|
+
- Updated dependencies [1aa60b1]
|
|
35
|
+
- Updated dependencies [89ec9d4]
|
|
36
|
+
- Updated dependencies [626b0f4]
|
|
37
|
+
- Updated dependencies [c22a91f]
|
|
38
|
+
- Updated dependencies [f7403ab]
|
|
39
|
+
- Updated dependencies [6c89d7f]
|
|
40
|
+
- @mastra/core@0.10.15-alpha.0
|
|
41
|
+
|
|
42
|
+
## 1.0.2
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- 43da563: Refactor relevance provider
|
|
47
|
+
- Updated dependencies [2873c7f]
|
|
48
|
+
- Updated dependencies [1c1c6a1]
|
|
49
|
+
- Updated dependencies [f8ce2cc]
|
|
50
|
+
- Updated dependencies [8c846b6]
|
|
51
|
+
- Updated dependencies [c7bbf1e]
|
|
52
|
+
- Updated dependencies [8722d53]
|
|
53
|
+
- Updated dependencies [565cc0c]
|
|
54
|
+
- Updated dependencies [b790fd1]
|
|
55
|
+
- Updated dependencies [132027f]
|
|
56
|
+
- Updated dependencies [0c85311]
|
|
57
|
+
- Updated dependencies [d7ed04d]
|
|
58
|
+
- Updated dependencies [cb16baf]
|
|
59
|
+
- Updated dependencies [f36e4f1]
|
|
60
|
+
- Updated dependencies [7f6e403]
|
|
61
|
+
- @mastra/core@0.10.11
|
|
62
|
+
|
|
63
|
+
## 1.0.2-alpha.0
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 43da563: Refactor relevance provider
|
|
68
|
+
- Updated dependencies [c7bbf1e]
|
|
69
|
+
- Updated dependencies [8722d53]
|
|
70
|
+
- Updated dependencies [132027f]
|
|
71
|
+
- Updated dependencies [0c85311]
|
|
72
|
+
- Updated dependencies [cb16baf]
|
|
73
|
+
- @mastra/core@0.10.11-alpha.3
|
|
74
|
+
|
|
3
75
|
## 1.0.1
|
|
4
76
|
|
|
5
77
|
### Patch Changes
|
|
@@ -226,77 +298,5 @@
|
|
|
226
298
|
- 8cdd799: [MASTRA-3078] added sources to return for vector query tool
|
|
227
299
|
- 4f62987: update rerank weight sum to use big.js
|
|
228
300
|
- Updated dependencies [b3a3d63]
|
|
229
|
-
- Updated dependencies [344f453]
|
|
230
|
-
- Updated dependencies [0a3ae6d]
|
|
231
|
-
- Updated dependencies [95911be]
|
|
232
|
-
- Updated dependencies [f53a6ac]
|
|
233
|
-
- Updated dependencies [5eb5a99]
|
|
234
|
-
- Updated dependencies [7e632c5]
|
|
235
|
-
- Updated dependencies [1e9fbfa]
|
|
236
|
-
- Updated dependencies [eabdcd9]
|
|
237
|
-
- Updated dependencies [90be034]
|
|
238
|
-
- Updated dependencies [99f050a]
|
|
239
|
-
- Updated dependencies [d0ee3c6]
|
|
240
|
-
- Updated dependencies [b2ae5aa]
|
|
241
|
-
- Updated dependencies [23f258c]
|
|
242
|
-
- Updated dependencies [a7292b0]
|
|
243
|
-
- Updated dependencies [0dcb9f0]
|
|
244
|
-
- Updated dependencies [2672a05]
|
|
245
|
-
- @mastra/core@0.10.0
|
|
246
|
-
|
|
247
|
-
## 0.2.0-alpha.1
|
|
248
|
-
|
|
249
|
-
### Minor Changes
|
|
250
|
-
|
|
251
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
252
|
-
|
|
253
|
-
### Patch Changes
|
|
254
|
-
|
|
255
|
-
- 4424836: [MASTRA-2591] Rag Tool Return Types
|
|
256
|
-
- 8cdd799: [MASTRA-3078] added sources to return for vector query tool
|
|
257
|
-
- 4f62987: update rerank weight sum to use big.js
|
|
258
|
-
- Updated dependencies [b3a3d63]
|
|
259
|
-
- Updated dependencies [344f453]
|
|
260
|
-
- Updated dependencies [0a3ae6d]
|
|
261
|
-
- Updated dependencies [95911be]
|
|
262
|
-
- Updated dependencies [5eb5a99]
|
|
263
|
-
- Updated dependencies [7e632c5]
|
|
264
|
-
- Updated dependencies [1e9fbfa]
|
|
265
|
-
- Updated dependencies [b2ae5aa]
|
|
266
|
-
- Updated dependencies [a7292b0]
|
|
267
|
-
- Updated dependencies [0dcb9f0]
|
|
268
|
-
- @mastra/core@0.10.0-alpha.1
|
|
269
|
-
|
|
270
|
-
## 0.1.24-alpha.0
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- Updated dependencies [f53a6ac]
|
|
275
|
-
- Updated dependencies [eabdcd9]
|
|
276
|
-
- Updated dependencies [90be034]
|
|
277
|
-
- Updated dependencies [99f050a]
|
|
278
|
-
- Updated dependencies [d0ee3c6]
|
|
279
|
-
- Updated dependencies [23f258c]
|
|
280
|
-
- Updated dependencies [2672a05]
|
|
281
|
-
- @mastra/core@0.9.5-alpha.0
|
|
282
|
-
|
|
283
|
-
## 0.1.23
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [ab80e7e]
|
|
289
|
-
- Updated dependencies [c3bd795]
|
|
290
|
-
- Updated dependencies [da082f8]
|
|
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.
|
|
302
|
+
... 2246 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/schema-compat
|
|
2
2
|
|
|
3
|
+
## 0.10.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4da943f: Fix Cannot read properties of undefined (reading 'typeName') in schema compat check
|
|
8
|
+
|
|
9
|
+
## 0.10.5-alpha.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 4da943f: Fix Cannot read properties of undefined (reading 'typeName') in schema compat check
|
|
14
|
+
|
|
15
|
+
## 0.10.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 0c85311: Fix Google models ZodNull tool schema handling
|
|
20
|
+
|
|
21
|
+
## 0.10.4-alpha.0
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 0c85311: Fix Google models ZodNull tool schema handling
|
|
26
|
+
|
|
3
27
|
## 0.10.3
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|