@mastra/server 1.31.0-alpha.3 → 1.31.0-alpha.5
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 +18 -0
- package/dist/{chunk-LOZTHAYC.cjs → chunk-2HIGXJMR.cjs} +3 -3
- package/dist/{chunk-LOZTHAYC.cjs.map → chunk-2HIGXJMR.cjs.map} +1 -1
- package/dist/{chunk-FN4GIXQQ.js → chunk-AMC32S2M.js} +38 -7
- package/dist/chunk-AMC32S2M.js.map +1 -0
- package/dist/{chunk-LKS22ETT.cjs → chunk-ARZ6W3O3.cjs} +38 -7
- package/dist/chunk-ARZ6W3O3.cjs.map +1 -0
- package/dist/{chunk-NB6HG472.js → chunk-S4EHZQFI.js} +3 -3
- package/dist/{chunk-NB6HG472.js.map → chunk-S4EHZQFI.js.map} +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/server/handlers/agent-builder.cjs +16 -16
- package/dist/server/handlers/agent-builder.js +1 -1
- package/dist/server/handlers/tools.cjs +6 -6
- package/dist/server/handlers/tools.d.ts.map +1 -1
- package/dist/server/handlers/tools.js +1 -1
- package/dist/server/handlers.cjs +4 -4
- package/dist/server/handlers.js +2 -2
- package/dist/server/server-adapter/index.cjs +20 -20
- package/dist/server/server-adapter/index.js +2 -2
- package/package.json +5 -5
- package/dist/chunk-FN4GIXQQ.js.map +0 -1
- package/dist/chunk-LKS22ETT.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 1.31.0-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix `GET /tools/:toolId` and `POST /tools/:toolId/execute` to find dynamically-resolved agent tools (provided via `toolsResolver` / function-based `tools`) when they are not in the static tool registry. Errors thrown by an individual agent's `listTools()` during the lookup are now logged as warnings instead of being silently swallowed. ([#13989](https://github.com/mastra-ai/mastra/pull/13989))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies:
|
|
10
|
+
- @mastra/core@1.31.0-alpha.5
|
|
11
|
+
|
|
12
|
+
## 1.31.0-alpha.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Export `MastraServerBase` from `@mastra/core/server` so framework adapters that manage routing independently can share the same server base class. ([#12751](https://github.com/mastra-ai/mastra/pull/12751))
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`8091c7c`](https://github.com/mastra-ai/mastra/commit/8091c7c944d15e13fef6d61b6cfd903f158d4006), [`04151c7`](https://github.com/mastra-ai/mastra/commit/04151c7dcea934b4fe9076708a23fac161195414), [`8091c7c`](https://github.com/mastra-ai/mastra/commit/8091c7c944d15e13fef6d61b6cfd903f158d4006)]:
|
|
19
|
+
- @mastra/core@1.31.0-alpha.4
|
|
20
|
+
|
|
3
21
|
## 1.31.0-alpha.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkSEAOI56Z_cjs = require('./chunk-SEAOI56Z.cjs');
|
|
4
3
|
var chunkRPMBPQNO_cjs = require('./chunk-RPMBPQNO.cjs');
|
|
5
4
|
var chunkR2ODPDKE_cjs = require('./chunk-R2ODPDKE.cjs');
|
|
6
5
|
var chunkY2SA2JZT_cjs = require('./chunk-Y2SA2JZT.cjs');
|
|
6
|
+
var chunkSEAOI56Z_cjs = require('./chunk-SEAOI56Z.cjs');
|
|
7
7
|
var chunkTF7NSMHW_cjs = require('./chunk-TF7NSMHW.cjs');
|
|
8
8
|
var chunkGUWIV3ZN_cjs = require('./chunk-GUWIV3ZN.cjs');
|
|
9
9
|
var chunkYJQYJ5WD_cjs = require('./chunk-YJQYJ5WD.cjs');
|
|
@@ -30867,5 +30867,5 @@ exports.START_ASYNC_AGENT_BUILDER_ACTION_ROUTE = START_ASYNC_AGENT_BUILDER_ACTIO
|
|
|
30867
30867
|
exports.STREAM_AGENT_BUILDER_ACTION_ROUTE = STREAM_AGENT_BUILDER_ACTION_ROUTE;
|
|
30868
30868
|
exports.STREAM_LEGACY_AGENT_BUILDER_ACTION_ROUTE = STREAM_LEGACY_AGENT_BUILDER_ACTION_ROUTE;
|
|
30869
30869
|
exports.agent_builder_exports = agent_builder_exports;
|
|
30870
|
-
//# sourceMappingURL=chunk-
|
|
30871
|
-
//# sourceMappingURL=chunk-
|
|
30870
|
+
//# sourceMappingURL=chunk-2HIGXJMR.cjs.map
|
|
30871
|
+
//# sourceMappingURL=chunk-2HIGXJMR.cjs.map
|