@mastra/mcp-docs-server 0.0.2 → 0.0.3

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 (55) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fastra.md +24 -24
  2. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +24 -24
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +24 -24
  4. package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +24 -24
  5. package/.docs/organized/changelogs/%40mastra%2Fcore.md +20 -20
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +28 -28
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +28 -28
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +28 -28
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +25 -25
  10. package/.docs/organized/changelogs/%40mastra%2Fevals.md +24 -24
  11. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +27 -27
  12. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +24 -24
  13. package/.docs/organized/changelogs/%40mastra%2Floggers.md +24 -24
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +23 -0
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +24 -24
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +24 -24
  17. package/.docs/organized/changelogs/%40mastra%2Fpg.md +24 -24
  18. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +24 -24
  19. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +27 -27
  20. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +24 -24
  21. package/.docs/organized/changelogs/%40mastra%2Frag.md +24 -24
  22. package/.docs/organized/changelogs/%40mastra%2Fragie.md +24 -24
  23. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +24 -24
  24. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +24 -24
  25. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +24 -24
  26. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +24 -24
  27. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +24 -24
  28. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +24 -24
  29. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +24 -24
  30. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +24 -24
  31. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +24 -24
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +24 -24
  33. package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +24 -24
  34. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +23 -0
  35. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +24 -24
  36. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +24 -24
  37. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +24 -24
  38. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +24 -24
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +24 -24
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +24 -24
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +23 -0
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +24 -24
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +24 -24
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +23 -0
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +24 -24
  46. package/.docs/organized/changelogs/create-mastra.md +7 -7
  47. package/.docs/organized/changelogs/mastra.md +31 -31
  48. package/.docs/organized/code-examples/agent-network.md +229 -0
  49. package/.docs/raw/evals/00-overview.mdx +12 -13
  50. package/.docs/raw/reference/networks/agent-network.mdx +159 -0
  51. package/dist/tools/__tests__/blog.test.js +1 -1
  52. package/dist/tools/__tests__/changes.test.js +2 -1
  53. package/dist/tools/__tests__/docs.test.js +1 -1
  54. package/dist/tools/__tests__/examples.test.js +4 -3
  55. package/package.json +2 -2
@@ -1,5 +1,28 @@
1
1
  # @mastra/astra
2
2
 
3
+ ## 0.2.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+
10
+ ## 0.2.4-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 404640e: AgentNetwork changeset
15
+ - Updated dependencies [404640e]
16
+ - @mastra/core@0.6.3-alpha.0
17
+
18
+ ## 0.2.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [beaf1c2]
23
+ - Updated dependencies [3084e13]
24
+ - @mastra/core@0.6.2
25
+
3
26
  ## 0.2.3-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
  - Updated dependencies [ed55f1d]
276
299
  - Updated dependencies [06aa827]
277
300
  - Updated dependencies [0fd78ac]
278
- - Updated dependencies [2512a93]
279
- - Updated dependencies [e62de74]
280
- - Updated dependencies [0d25b75]
281
- - Updated dependencies [fd14a3f]
282
- - Updated dependencies [8d13b14]
283
- - Updated dependencies [3f369a2]
284
- - Updated dependencies [3ee4831]
285
- - Updated dependencies [4d4e1e1]
286
- - Updated dependencies [bb4f447]
287
- - Updated dependencies [108793c]
288
- - Updated dependencies [5f28f44]
289
- - Updated dependencies [dabecf4]
290
- - @mastra/core@0.4.3
291
-
292
- ## 0.1.6-alpha.4
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [dabecf4]
297
- - @mastra/core@0.4.3-alpha.4
298
-
299
- ## 0.1.6-alpha.3
300
-
301
301
 
302
- ... 731 more lines hidden. See full changelog in package directory.
302
+ ... 754 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.2.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+
10
+ ## 0.2.4-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 404640e: AgentNetwork changeset
15
+ - Updated dependencies [404640e]
16
+ - @mastra/core@0.6.3-alpha.0
17
+
18
+ ## 0.2.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [beaf1c2]
23
+ - Updated dependencies [3084e13]
24
+ - @mastra/core@0.6.2
25
+
3
26
  ## 0.2.3-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
  - 4d4e1e1: Updated vector tests and pinecone
276
299
  - bb4f447: Add support for commonjs
277
300
  - 5f28f44: Updated Chroma Vector to allow for document storage
278
- - Updated dependencies [0d185b1]
279
- - Updated dependencies [ed55f1d]
280
- - Updated dependencies [06aa827]
281
- - Updated dependencies [0fd78ac]
282
- - Updated dependencies [2512a93]
283
- - Updated dependencies [e62de74]
284
- - Updated dependencies [0d25b75]
285
- - Updated dependencies [fd14a3f]
286
- - Updated dependencies [8d13b14]
287
- - Updated dependencies [3f369a2]
288
- - Updated dependencies [3ee4831]
289
- - Updated dependencies [4d4e1e1]
290
- - Updated dependencies [bb4f447]
291
- - Updated dependencies [108793c]
292
- - Updated dependencies [5f28f44]
293
- - Updated dependencies [dabecf4]
294
- - @mastra/core@0.4.3
295
-
296
- ## 0.1.6-alpha.4
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [dabecf4]
301
301
 
302
- ... 732 more lines hidden. See full changelog in package directory.
302
+ ... 755 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.11-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+
10
+ ## 0.1.11-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 404640e: AgentNetwork changeset
15
+ - Updated dependencies [404640e]
16
+ - @mastra/core@0.6.3-alpha.0
17
+
18
+ ## 0.1.10
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [beaf1c2]
23
+ - Updated dependencies [3084e13]
24
+ - @mastra/core@0.6.2
25
+
3
26
  ## 0.1.10-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
  - Updated dependencies [0fd78ac]
276
299
  - Updated dependencies [2512a93]
277
300
  - Updated dependencies [e62de74]
278
- - Updated dependencies [0d25b75]
279
- - Updated dependencies [fd14a3f]
280
- - Updated dependencies [8d13b14]
281
- - Updated dependencies [3f369a2]
282
- - Updated dependencies [3ee4831]
283
- - Updated dependencies [4d4e1e1]
284
- - Updated dependencies [bb4f447]
285
- - Updated dependencies [108793c]
286
- - Updated dependencies [5f28f44]
287
- - Updated dependencies [dabecf4]
288
- - @mastra/core@0.4.3
289
-
290
- ## 0.1.5-alpha.4
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [dabecf4]
295
- - @mastra/core@0.4.3-alpha.4
296
-
297
- ## 0.1.5-alpha.3
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 128 more lines hidden. See full changelog in package directory.
302
+ ... 151 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/composio
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+
10
+ ## 0.1.12-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 404640e: AgentNetwork changeset
15
+ - Updated dependencies [404640e]
16
+ - @mastra/core@0.6.3-alpha.0
17
+
18
+ ## 0.1.11
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [beaf1c2]
23
+ - Updated dependencies [3084e13]
24
+ - @mastra/core@0.6.2
25
+
3
26
  ## 0.1.11-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
  - Updated dependencies [4d4e1e1]
276
299
  - Updated dependencies [bb4f447]
277
300
  - Updated dependencies [108793c]
278
- - Updated dependencies [5f28f44]
279
- - Updated dependencies [dabecf4]
280
- - @mastra/core@0.4.3
281
-
282
- ## 0.1.6-alpha.4
283
-
284
- ### Patch Changes
285
-
286
- - Updated dependencies [dabecf4]
287
- - @mastra/core@0.4.3-alpha.4
288
-
289
- ## 0.1.6-alpha.3
290
-
291
- ### Patch Changes
292
-
293
- - bb4f447: Add support for commonjs
294
- - Updated dependencies [0fd78ac]
295
- - Updated dependencies [0d25b75]
296
- - Updated dependencies [fd14a3f]
297
- - Updated dependencies [3f369a2]
298
- - Updated dependencies [4d4e1e1]
299
- - Updated dependencies [bb4f447]
300
- - @mastra/core@0.4.3-alpha.3
301
301
 
302
- ... 931 more lines hidden. See full changelog in package directory.
302
+ ... 954 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,24 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.6.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3bce733: fix: agent.generate only get thread if there is threadID
8
+
9
+ ## 0.6.3-alpha.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 404640e: AgentNetwork changeset
14
+
15
+ ## 0.6.2
16
+
17
+ ### Patch Changes
18
+
19
+ - beaf1c2: createTool type fixes
20
+ - 3084e13: More parallel memory operations
21
+
3
22
  ## 0.6.2-alpha.0
4
23
 
5
24
  ### Patch Changes
@@ -279,24 +298,5 @@
279
298
 
280
299
  ### Patch Changes
281
300
 
282
- - 0fd78ac: Update vector store functions to use object params
283
- - 0d25b75: Add all agent stream,generate option to cliend-js sdk
284
- - fd14a3f: Updating filter location from @mastra/core/filter to @mastra/core/vector/filter
285
- - 3f369a2: A better async/await based interface for suspend/resume tracking
286
- - 4d4e1e1: Updated vector tests and pinecone
287
- - bb4f447: Add support for commonjs
288
-
289
- ## 0.4.3-alpha.2
290
-
291
- ### Patch Changes
292
-
293
- - 2512a93: Support all aisdk options for agent stream,generate
294
- - e62de74: Fix optional tool llm
295
- execute
296
-
297
- ## 0.4.3-alpha.1
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 879 more lines hidden. See full changelog in package directory.
302
+ ... 898 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,32 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+ - @mastra/deployer@0.2.3-alpha.1
10
+
11
+ ## 0.1.12-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 404640e: AgentNetwork changeset
16
+ - Updated dependencies [404640e]
17
+ - @mastra/deployer@0.2.3-alpha.0
18
+ - @mastra/core@0.6.3-alpha.0
19
+
20
+ ## 0.1.11
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [4e6732b]
25
+ - Updated dependencies [beaf1c2]
26
+ - Updated dependencies [3084e13]
27
+ - @mastra/deployer@0.2.2
28
+ - @mastra/core@0.6.2
29
+
3
30
  ## 0.1.11-alpha.1
4
31
 
5
32
  ### Patch Changes
@@ -271,32 +298,5 @@
271
298
 
272
299
  ## 0.1.8-alpha.1
273
300
 
274
- ### Patch Changes
275
-
276
- - Updated dependencies [dab255b]
277
- - @mastra/core@0.5.0-alpha.1
278
- - @mastra/deployer@0.1.8-alpha.1
279
-
280
- ## 0.1.8-alpha.0
281
-
282
- ### Patch Changes
283
-
284
- - Updated dependencies [59df7b6]
285
- - Updated dependencies [29f3a82]
286
- - Updated dependencies [59df7b6]
287
- - Updated dependencies [c2dde91]
288
- - Updated dependencies [731dd8a]
289
- - Updated dependencies [960690d]
290
- - Updated dependencies [c139344]
291
- - @mastra/core@0.5.0-alpha.0
292
- - @mastra/deployer@0.1.8-alpha.0
293
-
294
- ## 0.1.7
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [1da20e7]
299
- - Updated dependencies [30a4c29]
300
- - Updated dependencies [e1e2705]
301
301
 
302
- ... 1052 more lines hidden. See full changelog in package directory.
302
+ ... 1079 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,32 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+ - @mastra/deployer@0.2.3-alpha.1
10
+
11
+ ## 0.1.12-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 404640e: AgentNetwork changeset
16
+ - Updated dependencies [404640e]
17
+ - @mastra/deployer@0.2.3-alpha.0
18
+ - @mastra/core@0.6.3-alpha.0
19
+
20
+ ## 0.1.11
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [4e6732b]
25
+ - Updated dependencies [beaf1c2]
26
+ - Updated dependencies [3084e13]
27
+ - @mastra/deployer@0.2.2
28
+ - @mastra/core@0.6.2
29
+
3
30
  ## 0.1.11-alpha.1
4
31
 
5
32
  ### Patch Changes
@@ -271,32 +298,5 @@
271
298
 
272
299
  - Updated dependencies [dab255b]
273
300
  - @mastra/core@0.5.0-alpha.1
274
- - @mastra/deployer@0.1.8-alpha.1
275
-
276
- ## 0.1.8-alpha.0
277
-
278
- ### Patch Changes
279
-
280
- - Updated dependencies [59df7b6]
281
- - Updated dependencies [29f3a82]
282
- - Updated dependencies [59df7b6]
283
- - Updated dependencies [c2dde91]
284
- - Updated dependencies [731dd8a]
285
- - Updated dependencies [960690d]
286
- - Updated dependencies [c139344]
287
- - @mastra/core@0.5.0-alpha.0
288
- - @mastra/deployer@0.1.8-alpha.0
289
-
290
- ## 0.1.7
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [1da20e7]
295
- - Updated dependencies [30a4c29]
296
- - Updated dependencies [e1e2705]
297
- - @mastra/core@0.4.4
298
- - @mastra/deployer@0.1.7
299
-
300
- ## 0.1.7-alpha.0
301
301
 
302
- ... 1026 more lines hidden. See full changelog in package directory.
302
+ ... 1053 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,32 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+ - @mastra/deployer@0.2.3-alpha.1
10
+
11
+ ## 0.1.12-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 404640e: AgentNetwork changeset
16
+ - Updated dependencies [404640e]
17
+ - @mastra/deployer@0.2.3-alpha.0
18
+ - @mastra/core@0.6.3-alpha.0
19
+
20
+ ## 0.1.11
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [4e6732b]
25
+ - Updated dependencies [beaf1c2]
26
+ - Updated dependencies [3084e13]
27
+ - @mastra/deployer@0.2.2
28
+ - @mastra/core@0.6.2
29
+
3
30
  ## 0.1.11-alpha.1
4
31
 
5
32
  ### Patch Changes
@@ -271,32 +298,5 @@
271
298
 
272
299
  - Updated dependencies [dab255b]
273
300
  - @mastra/core@0.5.0-alpha.1
274
- - @mastra/deployer@0.1.8-alpha.1
275
-
276
- ## 0.1.8-alpha.0
277
-
278
- ### Patch Changes
279
-
280
- - Updated dependencies [59df7b6]
281
- - Updated dependencies [29f3a82]
282
- - Updated dependencies [59df7b6]
283
- - Updated dependencies [c2dde91]
284
- - Updated dependencies [731dd8a]
285
- - Updated dependencies [960690d]
286
- - Updated dependencies [c139344]
287
- - @mastra/core@0.5.0-alpha.0
288
- - @mastra/deployer@0.1.8-alpha.0
289
-
290
- ## 0.1.7
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [1da20e7]
295
- - Updated dependencies [30a4c29]
296
- - Updated dependencies [e1e2705]
297
- - @mastra/core@0.4.4
298
- - @mastra/deployer@0.1.7
299
-
300
- ## 0.1.7-alpha.0
301
301
 
302
- ... 1026 more lines hidden. See full changelog in package directory.
302
+ ... 1053 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,29 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.2.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+
10
+ ## 0.2.3-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 404640e: AgentNetwork changeset
15
+ - Updated dependencies [404640e]
16
+ - @mastra/core@0.6.3-alpha.0
17
+
18
+ ## 0.2.2
19
+
20
+ ### Patch Changes
21
+
22
+ - 4e6732b: Add support for tsconfig paths aliases
23
+ - Updated dependencies [beaf1c2]
24
+ - Updated dependencies [3084e13]
25
+ - @mastra/core@0.6.2
26
+
3
27
  ## 0.2.2-alpha.1
4
28
 
5
29
  ### Patch Changes
@@ -275,28 +299,4 @@
275
299
 
276
300
  ## 0.1.8-alpha.0
277
301
 
278
- ### Patch Changes
279
-
280
- - c2dde91: Return full workflow details in api/workflows endpoint
281
- - 731dd8a: Removed useless logging that showed up when user selected log drains tab on the playground
282
- - 960690d: return runId from server on workflow watch
283
- - Updated dependencies [59df7b6]
284
- - Updated dependencies [29f3a82]
285
- - Updated dependencies [59df7b6]
286
- - Updated dependencies [c139344]
287
- - @mastra/core@0.5.0-alpha.0
288
-
289
- ## 0.1.7
290
-
291
- ### Patch Changes
292
-
293
- - 30a4c29: fix mastra build errors related to esbuild not removing types
294
- - e1e2705: Added --ignore-workspace when installing dependencies in mastra build with pnpm package manager
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4
297
-
298
- ## 0.1.7-alpha.0
299
-
300
- ### Patch Changes
301
-
302
- ... 958 more lines hidden. See full changelog in package directory.
302
+ ... 982 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+
10
+ ## 0.1.12-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 404640e: AgentNetwork changeset
15
+ - Updated dependencies [404640e]
16
+ - @mastra/core@0.6.3-alpha.0
17
+
18
+ ## 0.1.11
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [beaf1c2]
23
+ - Updated dependencies [3084e13]
24
+ - @mastra/core@0.6.2
25
+
3
26
  ## 0.1.11-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
  - Updated dependencies [4d4e1e1]
276
299
  - Updated dependencies [bb4f447]
277
300
  - Updated dependencies [108793c]
278
- - Updated dependencies [5f28f44]
279
- - Updated dependencies [dabecf4]
280
- - @mastra/core@0.4.3
281
-
282
- ## 0.1.6-alpha.4
283
-
284
- ### Patch Changes
285
-
286
- - Updated dependencies [dabecf4]
287
- - @mastra/core@0.4.3-alpha.4
288
-
289
- ## 0.1.6-alpha.3
290
-
291
- ### Patch Changes
292
-
293
- - bb4f447: Add support for commonjs
294
- - Updated dependencies [0fd78ac]
295
- - Updated dependencies [0d25b75]
296
- - Updated dependencies [fd14a3f]
297
- - Updated dependencies [3f369a2]
298
- - Updated dependencies [4d4e1e1]
299
- - Updated dependencies [bb4f447]
300
- - @mastra/core@0.4.3-alpha.3
301
301
 
302
- ... 784 more lines hidden. See full changelog in package directory.
302
+ ... 807 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,31 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bce733]
8
+ - @mastra/core@0.6.3-alpha.1
9
+ - @mastra/rag@0.1.12-alpha.1
10
+
11
+ ## 1.1.12-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 404640e: AgentNetwork changeset
16
+ - Updated dependencies [404640e]
17
+ - @mastra/core@0.6.3-alpha.0
18
+ - @mastra/rag@0.1.12-alpha.0
19
+
20
+ ## 1.1.11
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [beaf1c2]
25
+ - Updated dependencies [3084e13]
26
+ - @mastra/core@0.6.2
27
+ - @mastra/rag@0.1.11
28
+
3
29
  ## 1.1.11-alpha.0
4
30
 
5
31
  ### Patch Changes
@@ -273,30 +299,4 @@
273
299
 
274
300
  ## 1.1.8-alpha.0
275
301
 
276
- ### Patch Changes
277
-
278
- - Updated dependencies [59df7b6]
279
- - Updated dependencies [29f3a82]
280
- - Updated dependencies [59df7b6]
281
- - Updated dependencies [c139344]
282
- - @mastra/core@0.5.0-alpha.0
283
- - @mastra/rag@0.1.8-alpha.0
284
-
285
- ## 1.1.7
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies [1da20e7]
290
- - @mastra/core@0.4.4
291
- - @mastra/rag@0.1.7
292
-
293
- ## 1.1.7-alpha.0
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4-alpha.0
299
- - @mastra/rag@0.1.7-alpha.0
300
-
301
-
302
- ... 1276 more lines hidden. See full changelog in package directory.
302
+ ... 1302 more lines hidden. See full changelog in package directory.