@meetkai/mka1 0.54.41 → 0.54.42

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
@@ -52917,9 +52917,9 @@ var init_config = __esm(() => {
52917
52917
  SDK_METADATA = {
52918
52918
  language: "typescript",
52919
52919
  openapiDocVersion: "1.1.0",
52920
- sdkVersion: "0.54.41",
52921
- genVersion: "2.937.18",
52922
- userAgent: "speakeasy-sdk/typescript 0.54.41 2.937.18 1.1.0 @meetkai/mka1"
52920
+ sdkVersion: "0.54.42",
52921
+ genVersion: "2.938.0",
52922
+ userAgent: "speakeasy-sdk/typescript 0.54.42 2.938.0 1.1.0 @meetkai/mka1"
52923
52923
  };
52924
52924
  });
52925
52925
 
@@ -66300,6 +66300,7 @@ var init_sessionstatus = __esm(() => {
66300
66300
  Provisioning: "provisioning",
66301
66301
  Running: "running",
66302
66302
  Idle: "idle",
66303
+ Stopping: "stopping",
66303
66304
  Stopped: "stopped",
66304
66305
  Failed: "failed",
66305
66306
  Terminated: "terminated"
@@ -159490,7 +159491,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
159490
159491
  function createMCPServer(deps) {
159491
159492
  const server = new McpServer({
159492
159493
  name: "SDK",
159493
- version: "0.54.41"
159494
+ version: "0.54.42"
159494
159495
  });
159495
159496
  const client = new SDKCore({
159496
159497
  bearerAuth: deps.bearerAuth,
@@ -161504,7 +161505,7 @@ var routes = rn({
161504
161505
  var app = Ve(routes, {
161505
161506
  name: "mcp",
161506
161507
  versionInfo: {
161507
- currentVersion: "0.54.41"
161508
+ currentVersion: "0.54.42"
161508
161509
  }
161509
161510
  });
161510
161511
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -161512,5 +161513,5 @@ export {
161512
161513
  app
161513
161514
  };
161514
161515
 
161515
- //# debugId=D57D1643EAE64A8B64756E2164756E21
161516
+ //# debugId=2F4A2F978F7E057F64756E2164756E21
161516
161517
  //# sourceMappingURL=mcp-server.js.map