@mastra/server 1.60.0-alpha.2 → 1.60.0-alpha.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 1.60.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`d8308a2`](https://github.com/mastra-ai/mastra/commit/d8308a2be3c07e777393d1017a381dcae3890d30), [`7aad631`](https://github.com/mastra-ai/mastra/commit/7aad631b43bc10db77d5b8c66b200d7a49d18bf2), [`1794a79`](https://github.com/mastra-ai/mastra/commit/1794a79178c418004a7261b1ad9114066f7ef01d)]:
|
|
8
|
+
- @mastra/core@1.60.0-alpha.3
|
|
9
|
+
|
|
3
10
|
## 1.60.0-alpha.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -1484,7 +1484,7 @@ export declare const SET_AGENT_CONTROLLER_CATEGORY_PERMISSION_ROUTE: Omit<import
|
|
|
1484
1484
|
} & {
|
|
1485
1485
|
sessionScope?: string | undefined;
|
|
1486
1486
|
} & {
|
|
1487
|
-
category: "execute" | "other" | "
|
|
1487
|
+
category: "execute" | "other" | "mcp" | "read" | "edit";
|
|
1488
1488
|
policy: "allow" | "ask" | "deny";
|
|
1489
1489
|
} & import("../server-adapter").ServerContext): Promise<{
|
|
1490
1490
|
ok: boolean;
|
|
@@ -1508,9 +1508,9 @@ export declare const SET_AGENT_CONTROLLER_CATEGORY_PERMISSION_ROUTE: Omit<import
|
|
|
1508
1508
|
category: z.ZodEnum<{
|
|
1509
1509
|
execute: "execute";
|
|
1510
1510
|
other: "other";
|
|
1511
|
+
mcp: "mcp";
|
|
1511
1512
|
read: "read";
|
|
1512
1513
|
edit: "edit";
|
|
1513
|
-
mcp: "mcp";
|
|
1514
1514
|
}>;
|
|
1515
1515
|
policy: z.ZodEnum<{
|
|
1516
1516
|
allow: "allow";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "1.60.0-alpha.
|
|
3
|
+
"version": "1.60.0-alpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"@internal/core": "0.1.2",
|
|
120
120
|
"@internal/lint": "0.0.123",
|
|
121
121
|
"@internal/storage-test-utils": "0.0.119",
|
|
122
|
+
"@internal/test-utils": "0.0.59",
|
|
122
123
|
"@internal/types-builder": "0.0.98",
|
|
123
124
|
"@internal/voice": "0.0.21",
|
|
124
|
-
"@
|
|
125
|
+
"@mastra/agent-builder": "1.1.12",
|
|
125
126
|
"@mastra/schema-compat": "1.3.7",
|
|
126
|
-
"@mastra/core": "1.60.0-alpha.
|
|
127
|
-
"@mastra/agent-builder": "1.1.12"
|
|
127
|
+
"@mastra/core": "1.60.0-alpha.3"
|
|
128
128
|
},
|
|
129
129
|
"homepage": "https://mastra.ai",
|
|
130
130
|
"repository": {
|