@mastra/mcp-docs-server 0.13.4-alpha.0 → 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.
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +3 -3
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +7 -7
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +8 -8
- package/.docs/organized/changelogs/create-mastra.md +7 -7
- package/.docs/organized/changelogs/mastra.md +18 -18
- package/package.json +3 -3
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.9-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b60f510: Fix getWorkflowRuns by limit and offset
|
|
8
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
9
|
+
- @mastra/core@0.10.10-alpha.1
|
|
10
|
+
|
|
3
11
|
## 0.10.9-alpha.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -290,13 +298,5 @@
|
|
|
290
298
|
- Updated dependencies [925ab94]
|
|
291
299
|
- Updated dependencies [f9816ae]
|
|
292
300
|
- Updated dependencies [82090c1]
|
|
293
|
-
- Updated dependencies [1b443fd]
|
|
294
|
-
- Updated dependencies [ce97900]
|
|
295
|
-
- Updated dependencies [f1309d3]
|
|
296
|
-
- Updated dependencies [14a2566]
|
|
297
|
-
- Updated dependencies [f7f8293]
|
|
298
|
-
- Updated dependencies [48eddb9]
|
|
299
|
-
- @mastra/core@0.10.4
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1443 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.10.10-alpha.1
|
|
4
|
+
|
|
3
5
|
## 0.10.10-alpha.0
|
|
4
6
|
|
|
5
7
|
### Patch Changes
|
|
@@ -296,7 +298,5 @@
|
|
|
296
298
|
|
|
297
299
|
- d1ed912: dependencies updates:
|
|
298
300
|
- Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
|
|
299
|
-
- f1f1f1b: Add basic filtering capabilities to logs
|
|
300
|
-
- f9816ae: Create @mastra/schema-compat package to extract the schema compatibility layer to be used outside of mastra
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2038 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
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
|
+
- Updated dependencies [6997af1]
|
|
9
|
+
- @mastra/server@0.10.10-alpha.1
|
|
10
|
+
- @mastra/core@0.10.10-alpha.1
|
|
11
|
+
|
|
3
12
|
## 0.10.10-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- 9589624: Throw Mastra Errors when building and bundling mastra application
|
|
290
299
|
- Updated dependencies [9589624]
|
|
291
300
|
- @mastra/core@0.10.6-alpha.4
|
|
292
|
-
- @mastra/server@0.10.6-alpha.4
|
|
293
|
-
|
|
294
|
-
## 0.10.6-alpha.3
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- 4051477: dependencies updates:
|
|
299
|
-
- Updated dependency [`@rollup/plugin-commonjs@^28.0.5` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.5) (from `^28.0.3`, in `dependencies`)
|
|
300
|
-
- c28ed65: dependencies updates:
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2674 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
2
2
|
|
|
3
|
+
## 0.10.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 25bf999: Implemented http transport
|
|
8
|
+
|
|
3
9
|
## 0.10.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -292,11 +298,5 @@
|
|
|
292
298
|
### Patch Changes
|
|
293
299
|
|
|
294
300
|
- Updated dependencies [ccef9f9]
|
|
295
|
-
- Updated dependencies [51e6923]
|
|
296
|
-
- @mastra/core@0.9.2-alpha.4
|
|
297
|
-
|
|
298
|
-
## 0.1.21-alpha.3
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1500 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
3
13
|
## 5.1.10-alpha.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
- Updated dependencies [51264a5]
|
|
289
299
|
- Updated dependencies [8e6f677]
|
|
290
300
|
- Updated dependencies [d70c420]
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
- Updated dependencies [2a16996]
|
|
294
|
-
- Updated dependencies [10d352e]
|
|
295
|
-
- Updated dependencies [9589624]
|
|
296
|
-
- Updated dependencies [3270d9d]
|
|
297
|
-
- Updated dependencies [53d3c37]
|
|
298
|
-
- Updated dependencies [751c894]
|
|
299
|
-
- Updated dependencies [577ce3a]
|
|
300
|
-
- Updated dependencies [9260b3a]
|
|
301
|
-
|
|
302
|
-
... 1825 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 1835 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 0.10.10-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -291,12 +298,5 @@
|
|
|
291
298
|
|
|
292
299
|
### Patch Changes
|
|
293
300
|
|
|
294
|
-
- Updated dependencies [925ab94]
|
|
295
|
-
- @mastra/core@0.10.4-alpha.3
|
|
296
|
-
|
|
297
|
-
## 0.10.4-alpha.2
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2241 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
## 0.10.8
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -292,11 +298,5 @@
|
|
|
292
298
|
|
|
293
299
|
### Patch Changes
|
|
294
300
|
|
|
295
|
-
- 47776b4: update the mcp pages
|
|
296
|
-
|
|
297
|
-
## 0.3.4-alpha.1
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 965 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
3
19
|
## 0.10.10-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
- Updated dependencies [2d12edd]
|
|
283
299
|
- Updated dependencies [63f6b7d]
|
|
284
300
|
- Updated dependencies [c28ed65]
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [79b9909]
|
|
288
|
-
- Updated dependencies [4b0f8a6]
|
|
289
|
-
- Updated dependencies [51264a5]
|
|
290
|
-
- Updated dependencies [8e6f677]
|
|
291
|
-
- Updated dependencies [d70c420]
|
|
292
|
-
- Updated dependencies [ee9af57]
|
|
293
|
-
- Updated dependencies [ec7f824]
|
|
294
|
-
- Updated dependencies [36f1c36]
|
|
295
|
-
- Updated dependencies [084f6aa]
|
|
296
|
-
- Updated dependencies [2a16996]
|
|
297
|
-
- Updated dependencies [10d352e]
|
|
298
|
-
- Updated dependencies [9589624]
|
|
299
|
-
- Updated dependencies [bd1674f]
|
|
300
|
-
- Updated dependencies [69f76f7]
|
|
301
|
-
|
|
302
|
-
... 4141 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 4157 more lines hidden. See full changelog in package directory.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp-docs-server",
|
|
3
|
-
"version": "0.13.4
|
|
3
|
+
"version": "0.13.4",
|
|
4
4
|
"description": "MCP server for accessing Mastra.ai documentation, changelogs, and news.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"tsx": "^4.19.4",
|
|
48
48
|
"typescript": "^5.8.3",
|
|
49
49
|
"vitest": "^3.2.4",
|
|
50
|
-
"@internal/lint": "0.0.
|
|
51
|
-
"@mastra/core": "0.10.10
|
|
50
|
+
"@internal/lint": "0.0.17",
|
|
51
|
+
"@mastra/core": "0.10.10"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@mastra/core": "^0.10.0-alpha.0"
|