@mastra/editor 0.7.22-alpha.1 → 0.7.22
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/CHANGELOG.md +13 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/editor
|
|
2
2
|
|
|
3
|
+
## 0.7.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix MCP client support in the agent editor: ([#15945](https://github.com/mastra-ai/mastra/pull/15945))
|
|
8
|
+
- MCP client form dirty state: Save button now enables after adding/removing MCP clients
|
|
9
|
+
- MCP tool name matching: Both bare and namespaced tool names are matched correctly
|
|
10
|
+
- Auth token forwarding: Token from cookie or header is forwarded to auth-protected MCP servers
|
|
11
|
+
- String interpolation: Request context variables in system prompts now resolve correctly
|
|
12
|
+
- Updated dependencies [[`920c757`](https://github.com/mastra-ai/mastra/commit/920c75799c6bd71787d86deaf654a35af4c839ca), [`d587199`](https://github.com/mastra-ai/mastra/commit/d5871993c0371bde2b0717d6b47194755baa1443), [`1fe2533`](https://github.com/mastra-ai/mastra/commit/1fe2533c4382ca6858aac7c4b63e888c2eac6541), [`f8694b6`](https://github.com/mastra-ai/mastra/commit/f8694b6fa0b7a5cde71d794c3bbef4957c55bcb8), [`4b2e4f3`](https://github.com/mastra-ai/mastra/commit/4b2e4f3bc9f5a63dcbfccfa54f9474340c3cea58)]:
|
|
13
|
+
- @mastra/core@1.30.0
|
|
14
|
+
- @mastra/memory@1.17.4
|
|
15
|
+
|
|
3
16
|
## 0.7.22-alpha.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/editor",
|
|
3
|
-
"version": "0.7.22
|
|
3
|
+
"version": "0.7.22",
|
|
4
4
|
"description": "Mastra Editor for agent management and instantiation",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@arcadeai/arcadejs": "^2.3.0",
|
|
66
66
|
"@composio/core": "^0.6.5",
|
|
67
67
|
"@composio/mastra": "^0.6.5",
|
|
68
|
-
"@mastra/memory": "1.17.4
|
|
68
|
+
"@mastra/memory": "1.17.4",
|
|
69
69
|
"@mastra/schema-compat": "1.2.9"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"typescript": "^6.0.3",
|
|
76
76
|
"vitest": "4.1.5",
|
|
77
77
|
"zod": "^3.25.76",
|
|
78
|
-
"@internal/ai-sdk-v4": "0.0.
|
|
79
|
-
"@internal/ai-sdk-v5": "0.0.
|
|
80
|
-
"@internal/ai-v6": "0.0.
|
|
81
|
-
"@mastra/hono": "1.4.10-alpha.1",
|
|
78
|
+
"@internal/ai-sdk-v4": "0.0.36",
|
|
79
|
+
"@internal/ai-sdk-v5": "0.0.36",
|
|
80
|
+
"@internal/ai-v6": "0.0.36",
|
|
82
81
|
"@mastra/libsql": "1.9.0",
|
|
83
|
-
"@mastra/
|
|
84
|
-
"@mastra/
|
|
82
|
+
"@mastra/core": "1.30.0",
|
|
83
|
+
"@mastra/hono": "1.4.10",
|
|
84
|
+
"@mastra/mcp": "1.6.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"@mastra/core": ">=1.7.1-0 <2.0.0-0",
|