@meetkai/mka1 0.54.0 → 0.54.1

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.0",
52879
+ sdkVersion: "0.54.1",
52880
52880
  genVersion: "2.932.9",
52881
- userAgent: "speakeasy-sdk/typescript 0.54.0 2.932.9 1.1.0 @meetkai/mka1"
52881
+ userAgent: "speakeasy-sdk/typescript 0.54.1 2.932.9 1.1.0 @meetkai/mka1"
52882
52882
  };
52883
52883
  });
52884
52884
 
@@ -67329,13 +67329,15 @@ var init_githubreadcloneresult = __esm(() => {
67329
67329
  repository_id: numberType().int(),
67330
67330
  owner: stringType(),
67331
67331
  repository: stringType(),
67332
- base_sha: stringType()
67332
+ base_sha: stringType(),
67333
+ checkout_path: nullableType(stringType()).optional()
67333
67334
  }).transform((v2) => {
67334
67335
  return remap(v2, {
67335
67336
  session_id: "sessionId",
67336
67337
  assignment_generation: "assignmentGeneration",
67337
67338
  repository_id: "repositoryId",
67338
- base_sha: "baseSha"
67339
+ base_sha: "baseSha",
67340
+ checkout_path: "checkoutPath"
67339
67341
  });
67340
67342
  });
67341
67343
  GitHubReadCloneResult$outboundSchema = objectType({
@@ -67344,13 +67346,15 @@ var init_githubreadcloneresult = __esm(() => {
67344
67346
  repositoryId: numberType().int(),
67345
67347
  owner: stringType(),
67346
67348
  repository: stringType(),
67347
- baseSha: stringType()
67349
+ baseSha: stringType(),
67350
+ checkoutPath: nullableType(stringType()).optional()
67348
67351
  }).transform((v2) => {
67349
67352
  return remap(v2, {
67350
67353
  sessionId: "session_id",
67351
67354
  assignmentGeneration: "assignment_generation",
67352
67355
  repositoryId: "repository_id",
67353
- baseSha: "base_sha"
67356
+ baseSha: "base_sha",
67357
+ checkoutPath: "checkout_path"
67354
67358
  });
67355
67359
  });
67356
67360
  });
@@ -145013,7 +145017,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
145013
145017
  function createMCPServer(deps) {
145014
145018
  const server = new McpServer({
145015
145019
  name: "SDK",
145016
- version: "0.54.0"
145020
+ version: "0.54.1"
145017
145021
  });
145018
145022
  const client = new SDKCore({
145019
145023
  bearerAuth: deps.bearerAuth,
@@ -146921,7 +146925,7 @@ var routes = rn({
146921
146925
  var app = Ve(routes, {
146922
146926
  name: "mcp",
146923
146927
  versionInfo: {
146924
- currentVersion: "0.54.0"
146928
+ currentVersion: "0.54.1"
146925
146929
  }
146926
146930
  });
146927
146931
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -146929,5 +146933,5 @@ export {
146929
146933
  app
146930
146934
  };
146931
146935
 
146932
- //# debugId=86A3097ED585AE6264756E2164756E21
146936
+ //# debugId=C7F8900BF065384964756E2164756E21
146933
146937
  //# sourceMappingURL=mcp-server.js.map