@mastra/mcp 0.4.2-alpha.6 → 0.4.3-alpha.0
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/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +34 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/mcp@0.4.
|
|
2
|
+
> @mastra/mcp@0.4.3-alpha.0 build /home/runner/work/mastra/mastra/packages/mcp
|
|
3
3
|
> tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.4.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 17155ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 14140ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m205.28 KB[39m
|
|
21
|
-
[32mCJS[39m ⚡️ Build success in 4900ms
|
|
22
20
|
[32mESM[39m [1mdist/index.js [22m[32m204.47 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 4708ms
|
|
22
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m205.28 KB[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 4701ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.4.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [526c570]
|
|
8
|
+
- Updated dependencies [b5d2de0]
|
|
9
|
+
- Updated dependencies [644f8ad]
|
|
10
|
+
- @mastra/core@0.9.3-alpha.0
|
|
11
|
+
|
|
12
|
+
## 0.4.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 26738f4: Switched from a custom MCP tools schema deserializer to json-schema-to-zod - fixes an issue where MCP tool schemas didn't deserialize properly in Mastra playground. Also added support for testing tools with no input arguments in playground
|
|
17
|
+
- 8bb9b4d: Deprecation warning was on the subclass, rather than the deprecated class. So the deprecation warning would show even if you used the new class.
|
|
18
|
+
- Updated dependencies [6052aa6]
|
|
19
|
+
- Updated dependencies [967b41c]
|
|
20
|
+
- Updated dependencies [3d2fb5c]
|
|
21
|
+
- Updated dependencies [26738f4]
|
|
22
|
+
- Updated dependencies [4155f47]
|
|
23
|
+
- Updated dependencies [7eeb2bc]
|
|
24
|
+
- Updated dependencies [b804723]
|
|
25
|
+
- Updated dependencies [8607972]
|
|
26
|
+
- Updated dependencies [ccef9f9]
|
|
27
|
+
- Updated dependencies [0097d50]
|
|
28
|
+
- Updated dependencies [7eeb2bc]
|
|
29
|
+
- Updated dependencies [17826a9]
|
|
30
|
+
- Updated dependencies [7d8b7c7]
|
|
31
|
+
- Updated dependencies [fba031f]
|
|
32
|
+
- Updated dependencies [3a5f1e1]
|
|
33
|
+
- Updated dependencies [51e6923]
|
|
34
|
+
- Updated dependencies [8398d89]
|
|
35
|
+
- @mastra/core@0.9.2
|
|
36
|
+
|
|
3
37
|
## 0.4.2-alpha.6
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/mcp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"exit-hook": "^4.0.0",
|
|
28
28
|
"fast-deep-equal": "^3.1.3",
|
|
29
29
|
"uuid": "^11.1.0",
|
|
30
|
-
"@mastra/core": "^0.9.
|
|
30
|
+
"@mastra/core": "^0.9.3-alpha.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@ai-sdk/anthropic": "^1.1.15",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"tsx": "^4.19.3",
|
|
40
40
|
"typescript": "^5.8.2",
|
|
41
41
|
"vitest": "^3.1.2",
|
|
42
|
-
"zod": "^3.24.
|
|
43
|
-
"zod-to-json-schema": "^3.
|
|
44
|
-
"@internal/lint": "0.0.
|
|
42
|
+
"zod": "^3.24.3",
|
|
43
|
+
"zod-to-json-schema": "^3.24.5",
|
|
44
|
+
"@internal/lint": "0.0.3"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
|