@cuylabs/agent-core 4.1.0 → 4.2.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -310,6 +310,7 @@ import {
|
|
|
310
310
|
supportsReasoning,
|
|
311
311
|
supportsReasoningSync
|
|
312
312
|
} from "./chunk-GJFP5L2V.js";
|
|
313
|
+
import "./chunk-SPBFQXOT.js";
|
|
313
314
|
import {
|
|
314
315
|
ClientCredentialsProvider,
|
|
315
316
|
createMCPManager,
|
|
@@ -318,7 +319,6 @@ import {
|
|
|
318
319
|
sseServer,
|
|
319
320
|
stdioServer
|
|
320
321
|
} from "./chunk-US7S4FYW.js";
|
|
321
|
-
import "./chunk-SPBFQXOT.js";
|
|
322
322
|
import {
|
|
323
323
|
MiddlewareRunner,
|
|
324
324
|
approvalMiddleware,
|