@meetkai/mka1 0.53.32 → 0.53.33

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.53.32",
52879
+ sdkVersion: "0.53.33",
52880
52880
  genVersion: "2.932.9",
52881
- userAgent: "speakeasy-sdk/typescript 0.53.32 2.932.9 1.1.0 @meetkai/mka1"
52881
+ userAgent: "speakeasy-sdk/typescript 0.53.33 2.932.9 1.1.0 @meetkai/mka1"
52882
52882
  };
52883
52883
  });
52884
52884
 
@@ -58782,14 +58782,14 @@ var init_inputmessage = __esm(() => {
58782
58782
  role: InputMessageRole$inboundSchema,
58783
58783
  content: unionType([stringType(), arrayType(InputMessageContent$inboundSchema)]),
58784
58784
  status: Status$inboundSchema.optional(),
58785
- id: stringType().default("msg_aa87e2b1112a455b8deabed784372198")
58785
+ id: stringType().optional()
58786
58786
  });
58787
58787
  InputMessage$outboundSchema = objectType({
58788
58788
  type: literalType("message").optional(),
58789
58789
  role: InputMessageRole$outboundSchema,
58790
58790
  content: unionType([stringType(), arrayType(InputMessageContent$outboundSchema)]),
58791
58791
  status: Status$outboundSchema.optional(),
58792
- id: stringType().default("msg_aa87e2b1112a455b8deabed784372198")
58792
+ id: stringType().optional()
58793
58793
  });
58794
58794
  });
58795
58795
 
@@ -144719,7 +144719,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
144719
144719
  function createMCPServer(deps) {
144720
144720
  const server = new McpServer({
144721
144721
  name: "SDK",
144722
- version: "0.53.32"
144722
+ version: "0.53.33"
144723
144723
  });
144724
144724
  const client = new SDKCore({
144725
144725
  bearerAuth: deps.bearerAuth,
@@ -146627,7 +146627,7 @@ var routes = rn({
146627
146627
  var app = Ve(routes, {
146628
146628
  name: "mcp",
146629
146629
  versionInfo: {
146630
- currentVersion: "0.53.32"
146630
+ currentVersion: "0.53.33"
146631
146631
  }
146632
146632
  });
146633
146633
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -146635,5 +146635,5 @@ export {
146635
146635
  app
146636
146636
  };
146637
146637
 
146638
- //# debugId=F6EA899FAC1EC75C64756E2164756E21
146638
+ //# debugId=BE6BF987C7B1EEED64756E2164756E21
146639
146639
  //# sourceMappingURL=mcp-server.js.map