@mastra/server 0.24.9-alpha.1 → 0.24.9
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 +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.24.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add execution metadata to A2A message/send responses. The A2A protocol now returns detailed execution information including tool calls, tool results, token usage, and finish reason in the task metadata. This allows clients to inspect which tools were invoked during agent execution and access execution statistics without additional queries. ([#11268](https://github.com/mastra-ai/mastra/pull/11268))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`c56f64b`](https://github.com/mastra-ai/mastra/commit/c56f64b0d7365d744cfe99f54369795917c057b7)]:
|
|
10
|
+
- @mastra/core@0.24.9
|
|
11
|
+
|
|
3
12
|
## 0.24.9-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.24.9
|
|
3
|
+
"version": "0.24.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"typescript": "^5.8.3",
|
|
71
71
|
"vitest": "^3.2.4",
|
|
72
72
|
"zod": "^3.25.76",
|
|
73
|
-
"@internal/lint": "0.0.
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
73
|
+
"@internal/lint": "0.0.67",
|
|
74
|
+
"@mastra/core": "0.24.9",
|
|
75
|
+
"@internal/storage-test-utils": "0.0.63",
|
|
76
76
|
"@mastra/agent-builder": "0.2.6",
|
|
77
|
-
"@internal/types-builder": "0.0.
|
|
77
|
+
"@internal/types-builder": "0.0.42"
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://mastra.ai",
|
|
80
80
|
"repository": {
|