@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.
Files changed (93) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +76 -76
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +61 -61
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +54 -54
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +211 -211
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +75 -75
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +91 -91
  7. package/.docs/organized/changelogs/%40mastra%2Fcore.md +185 -185
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +237 -237
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +143 -143
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +143 -143
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +235 -235
  12. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +84 -84
  13. package/.docs/organized/changelogs/%40mastra%2Fevals.md +56 -56
  14. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
  15. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +75 -75
  16. package/.docs/organized/changelogs/%40mastra%2Flance.md +55 -0
  17. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +56 -56
  18. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
  19. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +38 -38
  20. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +119 -119
  21. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +58 -58
  22. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +69 -0
  23. package/.docs/organized/changelogs/%40mastra%2Fpg.md +119 -119
  24. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +244 -244
  25. package/.docs/organized/changelogs/%40mastra%2Frag.md +73 -73
  26. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +24 -0
  27. package/.docs/organized/changelogs/%40mastra%2Fserver.md +211 -211
  28. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +76 -76
  29. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +44 -44
  30. package/.docs/organized/changelogs/create-mastra.md +126 -126
  31. package/.docs/organized/changelogs/mastra.md +256 -256
  32. package/.docs/organized/code-examples/agent.md +6 -0
  33. package/.docs/organized/code-examples/agui.md +3 -3
  34. package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
  35. package/.docs/organized/code-examples/ai-sdk-v5.md +201 -0
  36. package/.docs/organized/code-examples/assistant-ui.md +2 -2
  37. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
  38. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
  39. package/.docs/organized/code-examples/client-side-tools.md +1 -1
  40. package/.docs/organized/code-examples/crypto-chatbot.md +5 -5
  41. package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
  42. package/.docs/organized/code-examples/workflow-with-suspend-resume.md +181 -0
  43. package/.docs/raw/agents/agent-memory.mdx +126 -0
  44. package/.docs/raw/agents/dynamic-agents.mdx +34 -2
  45. package/.docs/raw/agents/overview.mdx +21 -33
  46. package/.docs/raw/community/licensing.mdx +27 -19
  47. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
  48. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
  49. package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
  50. package/.docs/raw/deployment/server-deployment.mdx +56 -0
  51. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
  52. package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
  53. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
  54. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
  55. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
  56. package/.docs/raw/frameworks/servers/express.mdx +1 -1
  57. package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
  58. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
  59. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
  60. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
  61. package/.docs/raw/getting-started/installation.mdx +10 -7
  62. package/.docs/raw/getting-started/model-capability.mdx +1 -1
  63. package/.docs/raw/memory/overview.mdx +8 -0
  64. package/.docs/raw/memory/semantic-recall.mdx +6 -0
  65. package/.docs/raw/observability/tracing.mdx +30 -0
  66. package/.docs/raw/rag/retrieval.mdx +24 -5
  67. package/.docs/raw/reference/agents/agent.mdx +2 -2
  68. package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
  69. package/.docs/raw/reference/cli/dev.mdx +4 -3
  70. package/.docs/raw/reference/client-js/agents.mdx +8 -0
  71. package/.docs/raw/reference/memory/query.mdx +35 -14
  72. package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
  73. package/.docs/raw/reference/rag/rerankWithScorer.mdx +213 -0
  74. package/.docs/raw/reference/storage/mssql.mdx +108 -0
  75. package/.docs/raw/server-db/custom-api-routes.mdx +67 -0
  76. package/.docs/raw/server-db/production-server.mdx +66 -0
  77. package/.docs/raw/tools-mcp/mcp-overview.mdx +28 -7
  78. package/.docs/raw/workflows/control-flow.mdx +91 -93
  79. package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
  80. package/.docs/raw/workflows/overview.mdx +22 -12
  81. package/.docs/raw/workflows/pausing-execution.mdx +49 -4
  82. package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
  83. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
  84. package/.docs/raw/workflows-legacy/overview.mdx +11 -0
  85. package/LICENSE.md +11 -42
  86. package/package.json +7 -9
  87. package/.docs/raw/deployment/custom-api-routes.mdx +0 -55
  88. package/.docs/raw/deployment/server.mdx +0 -116
  89. package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
  90. /package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +0 -0
  91. /package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +0 -0
  92. /package/.docs/raw/{deployment → server-db}/middleware.mdx +0 -0
  93. /package/.docs/raw/{storage/overview.mdx → server-db/storage.mdx} +0 -0
@@ -1,5 +1,123 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.12.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 7ba91fa: Throw mastra errors methods not implemented yet
8
+ - a74b8e3: Wrapped the query method logic inside of a transaction to ensure `SET LOCAL` works as expected -- properly sets the `hnsw.ef_search` value
9
+ - Updated dependencies [f248d53]
10
+ - Updated dependencies [2affc57]
11
+ - Updated dependencies [66e13e3]
12
+ - Updated dependencies [edd9482]
13
+ - Updated dependencies [18344d7]
14
+ - Updated dependencies [9d372c2]
15
+ - Updated dependencies [40c2525]
16
+ - Updated dependencies [e473f27]
17
+ - Updated dependencies [032cb66]
18
+ - Updated dependencies [703ac71]
19
+ - Updated dependencies [a723d69]
20
+ - Updated dependencies [7827943]
21
+ - Updated dependencies [5889a31]
22
+ - Updated dependencies [bf1e7e7]
23
+ - Updated dependencies [65e3395]
24
+ - Updated dependencies [4933192]
25
+ - Updated dependencies [d1c77a4]
26
+ - Updated dependencies [bea9dd1]
27
+ - Updated dependencies [dcd4802]
28
+ - Updated dependencies [cbddd18]
29
+ - Updated dependencies [7ba91fa]
30
+ - @mastra/core@0.11.0
31
+
32
+ ## 0.12.4-alpha.0
33
+
34
+ ### Patch Changes
35
+
36
+ - 7ba91fa: Throw mastra errors methods not implemented yet
37
+ - a74b8e3: Wrapped the query method logic inside of a transaction to ensure `SET LOCAL` works as expected -- properly sets the `hnsw.ef_search` value
38
+ - Updated dependencies [f248d53]
39
+ - Updated dependencies [2affc57]
40
+ - Updated dependencies [66e13e3]
41
+ - Updated dependencies [edd9482]
42
+ - Updated dependencies [18344d7]
43
+ - Updated dependencies [9d372c2]
44
+ - Updated dependencies [40c2525]
45
+ - Updated dependencies [e473f27]
46
+ - Updated dependencies [032cb66]
47
+ - Updated dependencies [703ac71]
48
+ - Updated dependencies [a723d69]
49
+ - Updated dependencies [5889a31]
50
+ - Updated dependencies [65e3395]
51
+ - Updated dependencies [4933192]
52
+ - Updated dependencies [d1c77a4]
53
+ - Updated dependencies [bea9dd1]
54
+ - Updated dependencies [dcd4802]
55
+ - Updated dependencies [7ba91fa]
56
+ - @mastra/core@0.11.0-alpha.2
57
+
58
+ ## 0.12.3
59
+
60
+ ### Patch Changes
61
+
62
+ - ca52f88: dependencies updates:
63
+ - Updated dependency [`pg-promise@^11.15.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.15.0) (from `^11.14.0`, in `dependencies`)
64
+ - 00c57ff: fix: pg storage should select resourceId when getMessages
65
+ - Updated dependencies [0b56518]
66
+ - Updated dependencies [db5cc15]
67
+ - Updated dependencies [2ba5b76]
68
+ - Updated dependencies [5237998]
69
+ - Updated dependencies [c3a30de]
70
+ - Updated dependencies [37c1acd]
71
+ - Updated dependencies [1aa60b1]
72
+ - Updated dependencies [89ec9d4]
73
+ - Updated dependencies [cf3a184]
74
+ - Updated dependencies [d6bfd60]
75
+ - Updated dependencies [626b0f4]
76
+ - Updated dependencies [c22a91f]
77
+ - Updated dependencies [f7403ab]
78
+ - Updated dependencies [6c89d7f]
79
+ - @mastra/core@0.10.15
80
+
81
+ ## 0.12.3-alpha.0
82
+
83
+ ### Patch Changes
84
+
85
+ - ca52f88: dependencies updates:
86
+ - Updated dependency [`pg-promise@^11.15.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.15.0) (from `^11.14.0`, in `dependencies`)
87
+ - 00c57ff: fix: pg storage should select resourceId when getMessages
88
+ - Updated dependencies [db5cc15]
89
+ - Updated dependencies [5237998]
90
+ - Updated dependencies [37c1acd]
91
+ - Updated dependencies [1aa60b1]
92
+ - Updated dependencies [89ec9d4]
93
+ - Updated dependencies [626b0f4]
94
+ - Updated dependencies [c22a91f]
95
+ - Updated dependencies [f7403ab]
96
+ - Updated dependencies [6c89d7f]
97
+ - @mastra/core@0.10.15-alpha.0
98
+
99
+ ## 0.12.2
100
+
101
+ ### Patch Changes
102
+
103
+ - fb2a1b9: dependencies updates:
104
+ - Updated dependency [`pg@^8.16.3` ↗︎](https://www.npmjs.com/package/pg/v/8.16.3) (from `^8.16.0`, in `dependencies`)
105
+ - Updated dependencies [2873c7f]
106
+ - Updated dependencies [1c1c6a1]
107
+ - Updated dependencies [f8ce2cc]
108
+ - Updated dependencies [8c846b6]
109
+ - Updated dependencies [c7bbf1e]
110
+ - Updated dependencies [8722d53]
111
+ - Updated dependencies [565cc0c]
112
+ - Updated dependencies [b790fd1]
113
+ - Updated dependencies [132027f]
114
+ - Updated dependencies [0c85311]
115
+ - Updated dependencies [d7ed04d]
116
+ - Updated dependencies [cb16baf]
117
+ - Updated dependencies [f36e4f1]
118
+ - Updated dependencies [7f6e403]
119
+ - @mastra/core@0.10.11
120
+
3
121
  ## 0.12.2-alpha.0
4
122
 
5
123
  ### Patch Changes
@@ -180,123 +298,5 @@
180
298
 
181
299
  ## 0.11.0-alpha.3
182
300
 
183
- ### Patch Changes
184
-
185
- - 6c23252: [MASTRA-3982] Fix Memory Retrieval for PG when scope is resource
186
- - Updated dependencies [9589624]
187
- - @mastra/core@0.10.6-alpha.4
188
-
189
- ## 0.11.0-alpha.2
190
-
191
- ### Patch Changes
192
-
193
- - eed55d7: quotes table and schema names for vector and storage to allow for camelcase
194
- - Updated dependencies [d70c420]
195
- - Updated dependencies [2a16996]
196
- - @mastra/core@0.10.6-alpha.3
197
-
198
- ## 0.11.0-alpha.1
199
-
200
- ### Minor Changes
201
-
202
- - 704d1ca: Thread Timestamp Auto-Update Enhancement
203
- Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
204
- Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
205
- Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
206
- Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
207
- Backwards compatible: No breaking changes - existing code continues to work unchanged
208
- Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
209
- 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.
210
-
211
- ## 0.10.4-alpha.0
212
-
213
- ### Patch Changes
214
-
215
- - 63f6b7d: dependencies updates:
216
- - Updated dependency [`pg-promise@^11.14.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.14.0) (from `^11.13.0`, in `dependencies`)
217
- - Updated dependencies [63f6b7d]
218
- - Updated dependencies [36f1c36]
219
- - Updated dependencies [10d352e]
220
- - Updated dependencies [53d3c37]
221
- - @mastra/core@0.10.6-alpha.0
222
-
223
- ## 0.10.3
224
-
225
- ### Patch Changes
226
-
227
- - 3c77c0a: fix(pg): allow dotted attribute keys in `getTraces` by using `parseFieldKey` instead of `parseSqlIdentifier`
228
- - Updated dependencies [13c97f9]
229
- - @mastra/core@0.10.5
230
-
231
- ## 0.10.2
232
-
233
- ### Patch Changes
234
-
235
- - e95cb69: dependencies updates:
236
- - Updated dependency [`pg@^8.16.0` ↗︎](https://www.npmjs.com/package/pg/v/8.16.0) (from `^8.13.3`, in `dependencies`)
237
- - Updated dependency [`pg-promise@^11.13.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.13.0) (from `^11.11.0`, in `dependencies`)
238
- - 0db1e1e: Fix PostgresStore paginated APIs
239
- - dffb67b: updated stores to add alter table and change tests
240
- - e0f9201: change how dedupe works for libsql and pg
241
- - 48eddb9: update filter logic in Memory class to support semantic recall search scope
242
- - 66f4424: Update peerdeps
243
- - Updated dependencies [d1ed912]
244
- - Updated dependencies [f6fd25f]
245
- - Updated dependencies [dffb67b]
246
- - Updated dependencies [f1f1f1b]
247
- - Updated dependencies [925ab94]
248
- - Updated dependencies [f9816ae]
249
- - Updated dependencies [82090c1]
250
- - Updated dependencies [1b443fd]
251
- - Updated dependencies [ce97900]
252
- - Updated dependencies [f1309d3]
253
- - Updated dependencies [14a2566]
254
- - Updated dependencies [f7f8293]
255
- - Updated dependencies [48eddb9]
256
- - @mastra/core@0.10.4
257
-
258
- ## 0.10.2-alpha.4
259
-
260
- ### Patch Changes
261
-
262
- - 66f4424: Update peerdeps
263
-
264
- ## 0.10.2-alpha.3
265
-
266
- ### Patch Changes
267
-
268
- - e0f9201: change how dedupe works for libsql and pg
269
- - Updated dependencies [925ab94]
270
- - @mastra/core@0.10.4-alpha.3
271
-
272
- ## 0.10.2-alpha.2
273
-
274
- ### Patch Changes
275
-
276
- - 48eddb9: update filter logic in Memory class to support semantic recall search scope
277
- - Updated dependencies [48eddb9]
278
- - @mastra/core@0.10.4-alpha.2
279
-
280
- ## 0.10.2-alpha.1
281
-
282
- ### Patch Changes
283
-
284
- - 0db1e1e: Fix PostgresStore paginated APIs
285
- - dffb67b: updated stores to add alter table and change tests
286
- - Updated dependencies [f6fd25f]
287
- - Updated dependencies [dffb67b]
288
- - Updated dependencies [f1309d3]
289
- - Updated dependencies [f7f8293]
290
- - @mastra/core@0.10.4-alpha.1
291
-
292
- ## 0.10.2-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - e95cb69: dependencies updates:
297
- - Updated dependency [`pg@^8.16.0` ↗︎](https://www.npmjs.com/package/pg/v/8.16.0) (from `^8.13.3`, in `dependencies`)
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`)
299
- - Updated dependencies [d1ed912]
300
- - Updated dependencies [f1f1f1b]
301
301
 
302
- ... 1708 more lines hidden. See full changelog in package directory.
302
+ ... 1826 more lines hidden. See full changelog in package directory.