@mastra/mcp-docs-server 0.13.3 → 0.13.4

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.
@@ -1,5 +1,36 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.4-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 16bc2f9: Fix blog tool for fetching blogpost
8
+ - Updated dependencies [4d3fbdf]
9
+ - @mastra/core@0.10.10-alpha.0
10
+
11
+ ## 0.13.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 07c7e7e: Slimmed down the number of tokens in each code example by removing extra keys from package.json files and adding an mcp docs config file into code examples to intentionally exclude some files - for ex the agent-network example went from 1300 LOC to 300
16
+ - f043a63: Update transaction tool to use csv format
17
+ - Updated dependencies [9dda1ac]
18
+ - Updated dependencies [c984582]
19
+ - Updated dependencies [7e801dd]
20
+ - Updated dependencies [a606c75]
21
+ - Updated dependencies [7aa70a4]
22
+ - Updated dependencies [764f86a]
23
+ - Updated dependencies [1760a1c]
24
+ - Updated dependencies [038e5ae]
25
+ - Updated dependencies [7dda16a]
26
+ - Updated dependencies [5ebfcdd]
27
+ - Updated dependencies [b2d0c91]
28
+ - Updated dependencies [4e809ad]
29
+ - Updated dependencies [57929df]
30
+ - Updated dependencies [b7852ed]
31
+ - Updated dependencies [6320a61]
32
+ - @mastra/core@0.10.9
33
+
3
34
  ## 0.13.3-alpha.0
4
35
 
5
36
  ### Patch Changes
@@ -267,36 +298,5 @@
267
298
 
268
299
  ### Patch Changes
269
300
 
270
- - beb9dfa: Update mcp docs server to use MCPServer component
271
- - Updated dependencies [c5bf1ce]
272
- - Updated dependencies [12b7002]
273
- - @mastra/core@0.10.2-alpha.4
274
-
275
- ## 0.11.1-alpha.1
276
-
277
- ### Patch Changes
278
-
279
- - f0d559f: Fix peerdeps for alpha channel
280
- - Updated dependencies [1e8bb40]
281
- - Updated dependencies [f0d559f]
282
- - @mastra/core@0.10.2-alpha.2
283
- - @mastra/mcp@0.10.2-alpha.1
284
-
285
- ## 0.11.1-alpha.0
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies [592a2db]
290
- - Updated dependencies [e5dc18d]
291
- - @mastra/core@0.10.2-alpha.0
292
- - @mastra/mcp@0.10.2-alpha.0
293
-
294
- ## 0.11.0
295
-
296
- ### Minor Changes
297
-
298
- - 3240a80: feat: add mastra interactive course
299
-
300
- ### Patch Changes
301
301
 
302
- ... 919 more lines hidden. See full changelog in package directory.
302
+ ... 950 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 81a1b3b: Update peerdeps
8
+ - b7852ed: [MASTRA-4139] make private functions protected in memory
9
+ - Updated dependencies [9dda1ac]
10
+ - Updated dependencies [c984582]
11
+ - Updated dependencies [7e801dd]
12
+ - Updated dependencies [a606c75]
13
+ - Updated dependencies [7aa70a4]
14
+ - Updated dependencies [764f86a]
15
+ - Updated dependencies [1760a1c]
16
+ - Updated dependencies [038e5ae]
17
+ - Updated dependencies [7dda16a]
18
+ - Updated dependencies [5ebfcdd]
19
+ - Updated dependencies [b2d0c91]
20
+ - Updated dependencies [4e809ad]
21
+ - Updated dependencies [57929df]
22
+ - Updated dependencies [b7852ed]
23
+ - Updated dependencies [6320a61]
24
+ - @mastra/core@0.10.9
25
+
3
26
  ## 0.11.1-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
 
276
299
  ### Patch Changes
277
300
 
278
- - d70b807: Improve storage.init
279
- - Updated dependencies [d70b807]
280
- - Updated dependencies [6d16390]
281
- - Updated dependencies [1e4a421]
282
- - Updated dependencies [200d0da]
283
- - Updated dependencies [bf5f17b]
284
- - Updated dependencies [5343f93]
285
- - Updated dependencies [38aee50]
286
- - Updated dependencies [5c41100]
287
- - Updated dependencies [d6a759b]
288
- - Updated dependencies [6015bdf]
289
- - @mastra/core@0.10.1
290
-
291
- ## 0.10.1-alpha.0
292
-
293
- ### Patch Changes
294
-
295
- - d70b807: Improve storage.init
296
- - Updated dependencies [d70b807]
297
- - @mastra/core@0.10.1-alpha.3
298
-
299
- ## 0.10.0
300
-
301
301
 
302
- ... 2215 more lines hidden. See full changelog in package directory.
302
+ ... 2238 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e0ad8e3: Exposes database connection objects as public fields in PostgresStore and PgVector classes to enable direct database operations and connection monitoring.
8
+ - Updated dependencies [9dda1ac]
9
+ - Updated dependencies [c984582]
10
+ - Updated dependencies [7e801dd]
11
+ - Updated dependencies [a606c75]
12
+ - Updated dependencies [7aa70a4]
13
+ - Updated dependencies [764f86a]
14
+ - Updated dependencies [1760a1c]
15
+ - Updated dependencies [038e5ae]
16
+ - Updated dependencies [7dda16a]
17
+ - Updated dependencies [5ebfcdd]
18
+ - Updated dependencies [b2d0c91]
19
+ - Updated dependencies [4e809ad]
20
+ - Updated dependencies [57929df]
21
+ - Updated dependencies [b7852ed]
22
+ - Updated dependencies [6320a61]
23
+ - @mastra/core@0.10.9
24
+
3
25
  ## 0.12.1-alpha.0
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
 
277
299
  - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
278
300
  - c5bf1ce: Add backwards compat code for new MessageList in storage
279
- - f0d559f: Fix peerdeps for alpha channel
280
- - Updated dependencies [ee77e78]
281
- - Updated dependencies [592a2db]
282
- - Updated dependencies [e5dc18d]
283
- - Updated dependencies [ab5adbe]
284
- - Updated dependencies [1e8bb40]
285
- - Updated dependencies [1b5fc55]
286
- - Updated dependencies [195c428]
287
- - Updated dependencies [f73e11b]
288
- - Updated dependencies [37643b8]
289
- - Updated dependencies [99fd6cf]
290
- - Updated dependencies [c5bf1ce]
291
- - Updated dependencies [add596e]
292
- - Updated dependencies [8dc94d8]
293
- - Updated dependencies [ecebbeb]
294
- - Updated dependencies [79d5145]
295
- - Updated dependencies [12b7002]
296
- - Updated dependencies [2901125]
297
- - @mastra/core@0.10.2
298
-
299
- ## 0.10.1-alpha.2
300
-
301
-
302
- ... 1673 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1695 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,59 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 5.1.10-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
8
+ - Updated dependencies [b60f510]
9
+ - Updated dependencies [6997af1]
10
+ - @mastra/client-js@0.10.9-alpha.1
11
+ - @mastra/core@0.10.10-alpha.1
12
+
13
+ ## 5.1.10-alpha.0
14
+
15
+ ### Patch Changes
16
+
17
+ - 45f0dba: Display too-call finish reason error in playground
18
+ - Updated dependencies [4d3fbdf]
19
+ - @mastra/core@0.10.10-alpha.0
20
+ - @mastra/client-js@0.10.9-alpha.0
21
+
22
+ ## 5.1.9
23
+
24
+ ### Patch Changes
25
+
26
+ - 4e06e3f: timing not displayed correctly in traces
27
+ - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
28
+ - a606c75: show right suspend schema for nested workflow on playground
29
+ - 1760a1c: Use workflow stream in playground instead of watch
30
+ - 038e5ae: Add cancel workflow run
31
+ - 81a1b3b: Update peerdeps
32
+ - ac369c6: Show resume data on workflow graph
33
+ - 976a62b: remove persistence capabilities in model settings components
34
+ - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
35
+ - 57929df: [MASTRA-4143[ change message-list and agent network display
36
+ - f78f399: Make AgentModelSettings shareable between cloud and playground
37
+ - Updated dependencies [9dda1ac]
38
+ - Updated dependencies [9047bda]
39
+ - Updated dependencies [c984582]
40
+ - Updated dependencies [7e801dd]
41
+ - Updated dependencies [a606c75]
42
+ - Updated dependencies [7aa70a4]
43
+ - Updated dependencies [764f86a]
44
+ - Updated dependencies [1760a1c]
45
+ - Updated dependencies [038e5ae]
46
+ - Updated dependencies [7dda16a]
47
+ - Updated dependencies [5ebfcdd]
48
+ - Updated dependencies [b2d0c91]
49
+ - Updated dependencies [4e809ad]
50
+ - Updated dependencies [57929df]
51
+ - Updated dependencies [7e801dd]
52
+ - Updated dependencies [b7852ed]
53
+ - Updated dependencies [6320a61]
54
+ - @mastra/core@0.10.9
55
+ - @mastra/client-js@0.10.8
56
+
3
57
  ## 5.1.9-alpha.0
4
58
 
5
59
  ### Patch Changes
@@ -244,59 +298,5 @@
244
298
  - Updated dependencies [51264a5]
245
299
  - Updated dependencies [8e6f677]
246
300
  - Updated dependencies [d70c420]
247
- - Updated dependencies [ee9af57]
248
- - Updated dependencies [36f1c36]
249
- - Updated dependencies [2a16996]
250
- - Updated dependencies [10d352e]
251
- - Updated dependencies [9589624]
252
- - Updated dependencies [3270d9d]
253
- - Updated dependencies [53d3c37]
254
- - Updated dependencies [751c894]
255
- - Updated dependencies [577ce3a]
256
- - Updated dependencies [9260b3a]
257
- - @mastra/client-js@0.10.5
258
- - @mastra/core@0.10.6
259
-
260
- ## 5.1.6-alpha.5
261
-
262
- ### Patch Changes
263
-
264
- - 5f2aa3e: Move workflow hooks to playground
265
- - Updated dependencies [12a95fc]
266
- - Updated dependencies [51264a5]
267
- - Updated dependencies [8e6f677]
268
- - @mastra/core@0.10.6-alpha.5
269
- - @mastra/client-js@0.10.5-alpha.5
270
-
271
- ## 5.1.6-alpha.4
272
-
273
- ### Patch Changes
274
-
275
- - Updated dependencies [9589624]
276
- - @mastra/core@0.10.6-alpha.4
277
- - @mastra/client-js@0.10.5-alpha.4
278
-
279
- ## 5.1.6-alpha.3
280
-
281
- ### Patch Changes
282
-
283
- - Updated dependencies [d70c420]
284
- - Updated dependencies [2a16996]
285
- - @mastra/core@0.10.6-alpha.3
286
- - @mastra/client-js@0.10.5-alpha.3
287
-
288
- ## 5.1.6-alpha.2
289
-
290
- ### Patch Changes
291
-
292
- - Updated dependencies [4b0f8a6]
293
- - @mastra/core@0.10.6-alpha.2
294
- - @mastra/client-js@0.10.5-alpha.2
295
-
296
- ## 5.1.6-alpha.1
297
-
298
- ### Patch Changes
299
-
300
- - fc677d7: For final result for a workflow
301
301
 
302
- ... 1781 more lines hidden. See full changelog in package directory.
302
+ ... 1835 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,45 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.10.10-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
8
+ - @mastra/core@0.10.10-alpha.1
9
+
10
+ ## 0.10.10-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 6e13b80: Add error cause and stack trace to mastra server error handler
15
+ - Updated dependencies [4d3fbdf]
16
+ - @mastra/core@0.10.10-alpha.0
17
+
18
+ ## 0.10.9
19
+
20
+ ### Patch Changes
21
+
22
+ - a606c75: show right suspend schema for nested workflow on playground
23
+ - 038e5ae: Add cancel workflow run
24
+ - 81a1b3b: Update peerdeps
25
+ - 7e801dd: Add tools to network api response
26
+ - Updated dependencies [9dda1ac]
27
+ - Updated dependencies [c984582]
28
+ - Updated dependencies [7e801dd]
29
+ - Updated dependencies [a606c75]
30
+ - Updated dependencies [7aa70a4]
31
+ - Updated dependencies [764f86a]
32
+ - Updated dependencies [1760a1c]
33
+ - Updated dependencies [038e5ae]
34
+ - Updated dependencies [7dda16a]
35
+ - Updated dependencies [5ebfcdd]
36
+ - Updated dependencies [b2d0c91]
37
+ - Updated dependencies [4e809ad]
38
+ - Updated dependencies [57929df]
39
+ - Updated dependencies [b7852ed]
40
+ - Updated dependencies [6320a61]
41
+ - @mastra/core@0.10.9
42
+
3
43
  ## 0.10.9-alpha.0
4
44
 
5
45
  ### Patch Changes
@@ -258,45 +298,5 @@
258
298
 
259
299
  ### Patch Changes
260
300
 
261
- - Updated dependencies [925ab94]
262
- - @mastra/core@0.10.4-alpha.3
263
-
264
- ## 0.10.4-alpha.2
265
-
266
- ### Patch Changes
267
-
268
- - Updated dependencies [48eddb9]
269
- - @mastra/core@0.10.4-alpha.2
270
-
271
- ## 0.10.4-alpha.1
272
-
273
- ### Patch Changes
274
-
275
- - 9597ee5: Hoist runtimeContext from POST request into middleware
276
- - bebd27c: Only apply <placeholder> text inside instructions in the playground ui
277
- - Updated dependencies [f6fd25f]
278
- - Updated dependencies [dffb67b]
279
- - Updated dependencies [f1309d3]
280
- - Updated dependencies [f7f8293]
281
- - @mastra/core@0.10.4-alpha.1
282
-
283
- ## 0.10.4-alpha.0
284
-
285
- ### Patch Changes
286
-
287
- - f1f1f1b: Add basic filtering capabilities to logs
288
- - 82090c1: Add pagination to logs
289
- - Updated dependencies [d1ed912]
290
- - Updated dependencies [f1f1f1b]
291
- - Updated dependencies [f9816ae]
292
- - Updated dependencies [82090c1]
293
- - Updated dependencies [1b443fd]
294
- - Updated dependencies [ce97900]
295
- - Updated dependencies [14a2566]
296
- - @mastra/core@0.10.4-alpha.0
297
-
298
- ## 0.10.3
299
-
300
- ### Patch Changes
301
301
 
302
- ... 2201 more lines hidden. See full changelog in package directory.
302
+ ... 2241 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e724b23: Added support for Int16Array
8
+ - Updated dependencies [9dda1ac]
9
+ - Updated dependencies [c984582]
10
+ - Updated dependencies [7e801dd]
11
+ - Updated dependencies [a606c75]
12
+ - Updated dependencies [7aa70a4]
13
+ - Updated dependencies [764f86a]
14
+ - Updated dependencies [1760a1c]
15
+ - Updated dependencies [038e5ae]
16
+ - Updated dependencies [7dda16a]
17
+ - Updated dependencies [5ebfcdd]
18
+ - Updated dependencies [b2d0c91]
19
+ - Updated dependencies [4e809ad]
20
+ - Updated dependencies [57929df]
21
+ - Updated dependencies [b7852ed]
22
+ - Updated dependencies [6320a61]
23
+ - @mastra/core@0.10.9
24
+
3
25
  ## 0.10.3-alpha.0
4
26
 
5
27
  ### Patch Changes
@@ -276,27 +298,5 @@
276
298
  - Updated dependencies [8607972]
277
299
  - Updated dependencies [ccef9f9]
278
300
  - Updated dependencies [0097d50]
279
- - Updated dependencies [7eeb2bc]
280
- - Updated dependencies [17826a9]
281
- - Updated dependencies [7d8b7c7]
282
- - Updated dependencies [fba031f]
283
- - Updated dependencies [3a5f1e1]
284
- - Updated dependencies [51e6923]
285
- - Updated dependencies [8398d89]
286
- - @mastra/core@0.9.2
287
-
288
- ## 0.2.2-alpha.6
289
-
290
- ### Patch Changes
291
-
292
- - Updated dependencies [6052aa6]
293
- - Updated dependencies [7d8b7c7]
294
- - Updated dependencies [3a5f1e1]
295
- - Updated dependencies [8398d89]
296
- - @mastra/core@0.9.2-alpha.6
297
-
298
- ## 0.2.2-alpha.5
299
-
300
- ### Patch Changes
301
301
 
302
- ... 633 more lines hidden. See full changelog in package directory.
302
+ ... 655 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,26 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.10.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
8
+
9
+ ## 0.10.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 4e06e3f: timing not displayed correctly in traces
14
+ - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
15
+ - a606c75: show right suspend schema for nested workflow on playground
16
+ - 1760a1c: Use workflow stream in playground instead of watch
17
+ - 038e5ae: Add cancel workflow run
18
+ - ac369c6: Show resume data on workflow graph
19
+ - 976a62b: remove persistence capabilities in model settings components
20
+ - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
21
+ - f78f399: Make AgentModelSettings shareable between cloud and playground
22
+ - 57929df: agent network display
23
+
3
24
  ## 0.10.8-alpha.0
4
25
 
5
26
  ### Patch Changes
@@ -277,26 +298,5 @@
277
298
 
278
299
  ### Patch Changes
279
300
 
280
- - 47776b4: update the mcp pages
281
-
282
- ## 0.3.4-alpha.1
283
-
284
- ### Patch Changes
285
-
286
- - bdb7934: fix tools not showing (discoverability)
287
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
288
- - ae122cc: show the entities ID close to the copy button
289
- - f2d3352: fix overflow scroll in runtime context
290
- - 95911be: Fixed an issue where if @mastra/core was not released at the same time as create-mastra, create-mastra would match the alpha tag instead of latest tag when running npm create mastra@latest
291
- - fd69cc3: revamp UI of workflow "Run" pane
292
- - cbf153f: Handle broken images on the playground
293
- - 0cae9b1: sidebar adjustments (storing status + showing the action of collapsing / expanding)
294
- - d2b595a: a better tools playground page
295
- - 1f6886f: bring back the memory not activated warning in agent chat
296
- - 8a68886: revamp the UI of the workflow form input
297
-
298
- ## 0.3.4-alpha.0
299
-
300
- ### Patch Changes
301
301
 
302
- ... 944 more lines hidden. See full changelog in package directory.
302
+ ... 965 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,70 @@
1
1
  # mastra
2
2
 
3
+ ## 0.10.10-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [25bf999]
8
+ - @mastra/loggers@0.10.3-alpha.0
9
+
10
+ ## 0.10.10-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
15
+ - Updated dependencies [6997af1]
16
+ - @mastra/deployer@0.10.10-alpha.1
17
+ - @mastra/core@0.10.10-alpha.1
18
+
19
+ ## 0.10.10-alpha.0
20
+
21
+ ### Patch Changes
22
+
23
+ - 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
24
+ - Updated dependencies [6e13b80]
25
+ - Updated dependencies [4d3fbdf]
26
+ - @mastra/deployer@0.10.10-alpha.0
27
+ - @mastra/core@0.10.10-alpha.0
28
+
29
+ ## 0.10.9
30
+
31
+ ### Patch Changes
32
+
33
+ - 4e06e3f: timing not displayed correctly in traces
34
+ - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
35
+ - d093c1e: Update example workflow to use existing weather agent
36
+ - a606c75: show right suspend schema for nested workflow on playground
37
+ - 1cbdfd0: update create-mastra gemini model to 2.5
38
+ - 1760a1c: Use workflow stream in playground instead of watch
39
+ - 038e5ae: Add cancel workflow run
40
+ - ac369c6: Show resume data on workflow graph
41
+ - 91c43b4: Use process.execPath for node in dev
42
+ - 976a62b: remove persistence capabilities in model settings components
43
+ - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
44
+ - f78f399: Make AgentModelSettings shareable between cloud and playground
45
+ - 57929df: agent network display
46
+ - Updated dependencies [9dda1ac]
47
+ - Updated dependencies [9dda1ac]
48
+ - Updated dependencies [c984582]
49
+ - Updated dependencies [7e801dd]
50
+ - Updated dependencies [a606c75]
51
+ - Updated dependencies [7aa70a4]
52
+ - Updated dependencies [764f86a]
53
+ - Updated dependencies [1760a1c]
54
+ - Updated dependencies [038e5ae]
55
+ - Updated dependencies [7dda16a]
56
+ - Updated dependencies [6f87544]
57
+ - Updated dependencies [5ebfcdd]
58
+ - Updated dependencies [81a1b3b]
59
+ - Updated dependencies [b2d0c91]
60
+ - Updated dependencies [4e809ad]
61
+ - Updated dependencies [57929df]
62
+ - Updated dependencies [7e801dd]
63
+ - Updated dependencies [b7852ed]
64
+ - Updated dependencies [6320a61]
65
+ - @mastra/core@0.10.9
66
+ - @mastra/deployer@0.10.9
67
+
3
68
  ## 0.10.9-alpha.0
4
69
 
5
70
  ### Patch Changes
@@ -233,70 +298,5 @@
233
298
  - Updated dependencies [2d12edd]
234
299
  - Updated dependencies [63f6b7d]
235
300
  - Updated dependencies [c28ed65]
236
- - Updated dependencies [63f6b7d]
237
- - Updated dependencies [12a95fc]
238
- - Updated dependencies [79b9909]
239
- - Updated dependencies [4b0f8a6]
240
- - Updated dependencies [51264a5]
241
- - Updated dependencies [8e6f677]
242
- - Updated dependencies [d70c420]
243
- - Updated dependencies [ee9af57]
244
- - Updated dependencies [ec7f824]
245
- - Updated dependencies [36f1c36]
246
- - Updated dependencies [084f6aa]
247
- - Updated dependencies [2a16996]
248
- - Updated dependencies [10d352e]
249
- - Updated dependencies [9589624]
250
- - Updated dependencies [bd1674f]
251
- - Updated dependencies [69f76f7]
252
- - Updated dependencies [3270d9d]
253
- - Updated dependencies [53d3c37]
254
- - Updated dependencies [751c894]
255
- - Updated dependencies [577ce3a]
256
- - Updated dependencies [9260b3a]
257
- - @mastra/core@0.10.6
258
- - @mastra/deployer@0.10.6
259
- - @mastra/mcp@0.10.4
260
-
261
- ## 0.10.6-alpha.7
262
-
263
- ### Patch Changes
264
-
265
- - b29c802: Remove open browser
266
- - Updated dependencies [bd1674f]
267
- - Updated dependencies [69f76f7]
268
- - @mastra/mcp@0.10.4-alpha.1
269
- - @mastra/deployer@0.10.6-alpha.5
270
-
271
- ## 0.10.6-alpha.6
272
-
273
- ### Patch Changes
274
-
275
- - 5f2aa3e: Move workflow hooks to playground
276
- - Updated dependencies [12a95fc]
277
- - Updated dependencies [51264a5]
278
- - Updated dependencies [8e6f677]
279
- - @mastra/core@0.10.6-alpha.5
280
- - @mastra/deployer@0.10.6-alpha.5
281
-
282
- ## 0.10.6-alpha.5
283
-
284
- ### Patch Changes
285
-
286
- - 084f6aa: Add logs to circular dependency to warn people when starting server might break
287
- - Updated dependencies [79b9909]
288
- - Updated dependencies [084f6aa]
289
- - Updated dependencies [9589624]
290
- - @mastra/deployer@0.10.6-alpha.4
291
- - @mastra/core@0.10.6-alpha.4
292
-
293
- ## 0.10.6-alpha.4
294
-
295
- ### Patch Changes
296
-
297
- - 4051477: dependencies updates:
298
- - Updated dependency [`@clack/prompts@^0.11.0` ↗︎](https://www.npmjs.com/package/@clack/prompts/v/0.11.0) (from `^0.8.2`, in `dependencies`)
299
- - Updated dependency [`@opentelemetry/instrumentation@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/instrumentation/v/0.202.0) (from `^0.57.2`, in `dependencies`)
300
- - Updated dependency [`posthog-node@4.18.0` ↗︎](https://www.npmjs.com/package/posthog-node/v/4.18.0) (from `4.16.0`, in `dependencies`)
301
301
 
302
- ... 4092 more lines hidden. See full changelog in package directory.
302
+ ... 4157 more lines hidden. See full changelog in package directory.