@meetkai/mka1 0.51.14 → 0.51.15

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.51.14",
52879
+ sdkVersion: "0.51.15",
52880
52880
  genVersion: "2.918.4",
52881
- userAgent: "speakeasy-sdk/typescript 0.51.14 2.918.4 1.1.0 @meetkai/mka1"
52881
+ userAgent: "speakeasy-sdk/typescript 0.51.15 2.918.4 1.1.0 @meetkai/mka1"
52882
52882
  };
52883
52883
  });
52884
52884
 
@@ -69993,20 +69993,27 @@ var init_pagemodel = __esm(() => {
69993
69993
  });
69994
69994
 
69995
69995
  // src/models/components/replica.ts
69996
- var Replica$inboundSchema, Replica$outboundSchema;
69996
+ var Placement, Placement$inboundSchema, Placement$outboundSchema, Replica$inboundSchema, Replica$outboundSchema;
69997
69997
  var init_replica = __esm(() => {
69998
69998
  init_esm();
69999
69999
  init_primitives();
70000
70000
  init_deploymentacceleratorspec();
70001
+ Placement = {
70002
+ Internal: "internal",
70003
+ External: "external"
70004
+ };
70005
+ Placement$inboundSchema = nativeEnumType(Placement);
70006
+ Placement$outboundSchema = Placement$inboundSchema;
70001
70007
  Replica$inboundSchema = objectType({
70002
70008
  accelerator: DeploymentAcceleratorSpec$inboundSchema,
70003
70009
  id: stringType(),
70004
- node: nullableType(stringType()).optional(),
70010
+ placement: Placement$inboundSchema,
70005
70011
  price_usd_hr: numberType().optional(),
70006
70012
  provider: stringType().optional(),
70007
70013
  region: stringType().optional(),
70008
70014
  started_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))).optional(),
70009
- status: stringType()
70015
+ status: stringType(),
70016
+ zone: stringType()
70010
70017
  }).transform((v2) => {
70011
70018
  return remap(v2, {
70012
70019
  price_usd_hr: "priceUsdHr",
@@ -70016,12 +70023,13 @@ var init_replica = __esm(() => {
70016
70023
  Replica$outboundSchema = objectType({
70017
70024
  accelerator: DeploymentAcceleratorSpec$outboundSchema,
70018
70025
  id: stringType(),
70019
- node: nullableType(stringType()).optional(),
70026
+ placement: Placement$outboundSchema,
70020
70027
  priceUsdHr: numberType().optional(),
70021
70028
  provider: stringType().optional(),
70022
70029
  region: stringType().optional(),
70023
70030
  startedAt: nullableType(dateType().transform((v2) => v2.toISOString())).optional(),
70024
- status: stringType()
70031
+ status: stringType(),
70032
+ zone: stringType()
70025
70033
  }).transform((v2) => {
70026
70034
  return remap(v2, {
70027
70035
  priceUsdHr: "price_usd_hr",
@@ -139207,7 +139215,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
139207
139215
  function createMCPServer(deps) {
139208
139216
  const server = new McpServer({
139209
139217
  name: "SDK",
139210
- version: "0.51.14"
139218
+ version: "0.51.15"
139211
139219
  });
139212
139220
  const client = new SDKCore({
139213
139221
  bearerAuth: deps.bearerAuth,
@@ -141081,7 +141089,7 @@ var routes = rn({
141081
141089
  var app = Ve(routes, {
141082
141090
  name: "mcp",
141083
141091
  versionInfo: {
141084
- currentVersion: "0.51.14"
141092
+ currentVersion: "0.51.15"
141085
141093
  }
141086
141094
  });
141087
141095
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -141089,5 +141097,5 @@ export {
141089
141097
  app
141090
141098
  };
141091
141099
 
141092
- //# debugId=349BC614AF91852E64756E2164756E21
141100
+ //# debugId=9A1DDB13BDE34BA164756E2164756E21
141093
141101
  //# sourceMappingURL=mcp-server.js.map