@gr4vy/sdk 0.18.14 → 0.18.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
@@ -4026,9 +4026,9 @@ var init_config = __esm(() => {
4026
4026
  SDK_METADATA = {
4027
4027
  language: "typescript",
4028
4028
  openapiDocVersion: "1.0.0",
4029
- sdkVersion: "0.18.14",
4029
+ sdkVersion: "0.18.15",
4030
4030
  genVersion: "2.593.4",
4031
- userAgent: "speakeasy-sdk/typescript 0.18.14 2.593.4 1.0.0 @gr4vy/sdk"
4031
+ userAgent: "speakeasy-sdk/typescript 0.18.15 2.593.4 1.0.0 @gr4vy/sdk"
4032
4032
  };
4033
4033
  });
4034
4034
 
@@ -57121,7 +57121,7 @@ Void a previously authorized transaction.`,
57121
57121
  function createMCPServer(deps) {
57122
57122
  const server = new McpServer({
57123
57123
  name: "Gr4vy",
57124
- version: "0.18.14"
57124
+ version: "0.18.15"
57125
57125
  });
57126
57126
  const client = new Gr4vyCore({
57127
57127
  bearerAuth: deps.bearerAuth,
@@ -58487,7 +58487,7 @@ var routes = an({
58487
58487
  var app = He(routes, {
58488
58488
  name: "mcp",
58489
58489
  versionInfo: {
58490
- currentVersion: "0.18.14"
58490
+ currentVersion: "0.18.15"
58491
58491
  }
58492
58492
  });
58493
58493
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -58495,5 +58495,5 @@ export {
58495
58495
  app
58496
58496
  };
58497
58497
 
58498
- //# debugId=7847E2750AEC9EC664756E2164756E21
58498
+ //# debugId=A4330F8F42BB3AF964756E2164756E21
58499
58499
  //# sourceMappingURL=mcp-server.js.map