@meetkai/mka1 0.51.4 → 0.51.6

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.4",
52879
+ sdkVersion: "0.51.6",
52880
52880
  genVersion: "2.918.4",
52881
- userAgent: "speakeasy-sdk/typescript 0.51.4 2.918.4 1.1.0 @meetkai/mka1"
52881
+ userAgent: "speakeasy-sdk/typescript 0.51.6 2.918.4 1.1.0 @meetkai/mka1"
52882
52882
  };
52883
52883
  });
52884
52884
 
@@ -132468,7 +132468,7 @@ async function $do289(client, request, options) {
132468
132468
  const responseFields = {
132469
132469
  HttpMeta: { Response: response, Request: req }
132470
132470
  };
132471
- const [result] = await match(nil(204, voidType()), jsonErr([403, 404], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
132471
+ const [result] = await match(nil(204, voidType()), jsonErr([403, 404, 409], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
132472
132472
  if (!result.ok) {
132473
132473
  return [result, { status: "complete", request: req, response }];
132474
132474
  }
@@ -133311,7 +133311,7 @@ async function $do296(client, request, options) {
133311
133311
  const responseFields = {
133312
133312
  HttpMeta: { Response: response, Request: req }
133313
133313
  };
133314
- const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([403, 404, 409], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
133314
+ const [result] = await match(json(200, Deployment$inboundSchema), jsonErr([403, 404, 409], ServingError$inboundSchema), jsonErr(422, ServingHTTPValidationError$inboundSchema), jsonErr([500, 503], ServingError$inboundSchema), fail([401, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
133315
133315
  if (!result.ok) {
133316
133316
  return [result, { status: "complete", request: req, response }];
133317
133317
  }
@@ -136945,7 +136945,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
136945
136945
  function createMCPServer(deps) {
136946
136946
  const server = new McpServer({
136947
136947
  name: "SDK",
136948
- version: "0.51.4"
136948
+ version: "0.51.6"
136949
136949
  });
136950
136950
  const client = new SDKCore({
136951
136951
  bearerAuth: deps.bearerAuth,
@@ -138795,7 +138795,7 @@ var routes = rn({
138795
138795
  var app = Ve(routes, {
138796
138796
  name: "mcp",
138797
138797
  versionInfo: {
138798
- currentVersion: "0.51.4"
138798
+ currentVersion: "0.51.6"
138799
138799
  }
138800
138800
  });
138801
138801
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -138803,5 +138803,5 @@ export {
138803
138803
  app
138804
138804
  };
138805
138805
 
138806
- //# debugId=36215D66E4D033FC64756E2164756E21
138806
+ //# debugId=AE2B5460970AAD1A64756E2164756E21
138807
138807
  //# sourceMappingURL=mcp-server.js.map