@mastra/editor 0.7.22-alpha.1 → 0.7.23-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @mastra/editor
2
2
 
3
+ ## 0.7.23-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c05c9a1`](https://github.com/mastra-ai/mastra/commit/c05c9a13230988cef6d438a62f37760f31927bc7), [`e24aacb`](https://github.com/mastra-ai/mastra/commit/e24aacba07bd66f5d95b636dc24016fca26b52cf), [`c721164`](https://github.com/mastra-ai/mastra/commit/c7211643f7ac861f83b19a3757cc921487fc9d75), [`1b55954`](https://github.com/mastra-ai/mastra/commit/1b559541c1e08a10e49d01ffc51a634dfc37a286), [`319a94c`](https://github.com/mastra-ai/mastra/commit/319a94c6bf1f8f4ac8249a40b0c99b9c1e0d4598), [`5adc55e`](https://github.com/mastra-ai/mastra/commit/5adc55e63407be8ee977914957d68bcc2a075ceb), [`70017d7`](https://github.com/mastra-ai/mastra/commit/70017d72ab741b5d7040e2a15c251a317782e39e), [`e4942bc`](https://github.com/mastra-ai/mastra/commit/e4942bc7fdc903572f7d84f26d5e15f9d39c763d)]:
8
+ - @mastra/core@1.32.0-alpha.1
9
+ - @mastra/memory@1.17.5-alpha.0
10
+
11
+ ## 0.7.22
12
+
13
+ ### Patch Changes
14
+
15
+ - Fix MCP client support in the agent editor: ([#15945](https://github.com/mastra-ai/mastra/pull/15945))
16
+ - MCP client form dirty state: Save button now enables after adding/removing MCP clients
17
+ - MCP tool name matching: Both bare and namespaced tool names are matched correctly
18
+ - Auth token forwarding: Token from cookie or header is forwarded to auth-protected MCP servers
19
+ - String interpolation: Request context variables in system prompts now resolve correctly
20
+ - 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)]:
21
+ - @mastra/core@1.30.0
22
+ - @mastra/memory@1.17.4
23
+
3
24
  ## 0.7.22-alpha.1
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/editor",
3
- "version": "0.7.22-alpha.1",
3
+ "version": "0.7.23-alpha.0",
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-alpha.0",
68
+ "@mastra/memory": "1.17.5-alpha.0",
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.35",
79
- "@internal/ai-sdk-v5": "0.0.35",
80
- "@internal/ai-v6": "0.0.35",
81
- "@mastra/hono": "1.4.10-alpha.1",
82
- "@mastra/libsql": "1.9.0",
83
- "@mastra/mcp": "1.6.0",
84
- "@mastra/core": "1.30.0-alpha.1"
78
+ "@internal/ai-sdk-v4": "0.0.37",
79
+ "@internal/ai-sdk-v5": "0.0.37",
80
+ "@internal/ai-v6": "0.0.37",
81
+ "@mastra/hono": "1.4.12-alpha.1",
82
+ "@mastra/libsql": "1.10.0-alpha.0",
83
+ "@mastra/mcp": "1.6.1-alpha.0",
84
+ "@mastra/core": "1.32.0-alpha.1"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@mastra/core": ">=1.7.1-0 <2.0.0-0",