@meetkai/mka1 0.54.4 → 0.54.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/bin/mcp-server.js CHANGED
@@ -52876,9 +52876,9 @@ var init_config = __esm(() => {
52876
52876
  SDK_METADATA = {
52877
52877
  language: "typescript",
52878
52878
  openapiDocVersion: "1.1.0",
52879
- sdkVersion: "0.54.4",
52879
+ sdkVersion: "0.54.5",
52880
52880
  genVersion: "2.932.9",
52881
- userAgent: "speakeasy-sdk/typescript 0.54.4 2.932.9 1.1.0 @meetkai/mka1"
52881
+ userAgent: "speakeasy-sdk/typescript 0.54.5 2.932.9 1.1.0 @meetkai/mka1"
52882
52882
  };
52883
52883
  });
52884
52884
 
@@ -62289,6 +62289,7 @@ var init_createagentrunrequest = __esm(() => {
62289
62289
  conversation: anyType().optional(),
62290
62290
  previous_response_id: stringType().optional(),
62291
62291
  context_management: arrayType(AgentCompactionContextManagement$inboundSchema).optional(),
62292
+ stream: booleanType().default(false),
62292
62293
  metadata: recordType(stringType()).optional()
62293
62294
  }).transform((v2) => {
62294
62295
  return remap(v2, {
@@ -62304,6 +62305,7 @@ var init_createagentrunrequest = __esm(() => {
62304
62305
  conversation: anyType().optional(),
62305
62306
  previousResponseId: stringType().optional(),
62306
62307
  contextManagement: arrayType(AgentCompactionContextManagement$outboundSchema).optional(),
62308
+ stream: booleanType().default(false),
62307
62309
  metadata: recordType(stringType()).optional()
62308
62310
  }).transform((v2) => {
62309
62311
  return remap(v2, {
@@ -146739,7 +146741,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
146739
146741
  function createMCPServer(deps) {
146740
146742
  const server = new McpServer({
146741
146743
  name: "SDK",
146742
- version: "0.54.4"
146744
+ version: "0.54.5"
146743
146745
  });
146744
146746
  const client = new SDKCore({
146745
146747
  bearerAuth: deps.bearerAuth,
@@ -148653,7 +148655,7 @@ var routes = rn({
148653
148655
  var app = Ve(routes, {
148654
148656
  name: "mcp",
148655
148657
  versionInfo: {
148656
- currentVersion: "0.54.4"
148658
+ currentVersion: "0.54.5"
148657
148659
  }
148658
148660
  });
148659
148661
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -148661,5 +148663,5 @@ export {
148661
148663
  app
148662
148664
  };
148663
148665
 
148664
- //# debugId=8304397CE0FC72BE64756E2164756E21
148666
+ //# debugId=A053DC8067107D8864756E2164756E21
148665
148667
  //# sourceMappingURL=mcp-server.js.map