@gr4vy/sdk 0.18.8 → 0.18.9

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
@@ -4020,15 +4020,15 @@ var ServerProduction = "production", ServerSandbox = "sandbox", ServerList, SDK_
4020
4020
  var init_config = __esm(() => {
4021
4021
  init_url();
4022
4022
  ServerList = {
4023
- [ServerProduction]: "https://api.{id}.gr4vy.app",
4023
+ [ServerProduction]: "https://api.example.gr4vy.app",
4024
4024
  [ServerSandbox]: "https://api.sandbox.{id}.gr4vy.app"
4025
4025
  };
4026
4026
  SDK_METADATA = {
4027
4027
  language: "typescript",
4028
4028
  openapiDocVersion: "1.0.0",
4029
- sdkVersion: "0.18.8",
4029
+ sdkVersion: "0.18.9",
4030
4030
  genVersion: "2.593.3",
4031
- userAgent: "speakeasy-sdk/typescript 0.18.8 2.593.3 1.0.0 @gr4vy/sdk"
4031
+ userAgent: "speakeasy-sdk/typescript 0.18.9 2.593.3 1.0.0 @gr4vy/sdk"
4032
4032
  };
4033
4033
  });
4034
4034
 
@@ -55989,7 +55989,7 @@ Void a previously authorized transaction.`,
55989
55989
  function createMCPServer(deps) {
55990
55990
  const server = new McpServer({
55991
55991
  name: "Gr4vy",
55992
- version: "0.18.8"
55992
+ version: "0.18.9"
55993
55993
  });
55994
55994
  const client = new Gr4vyCore({
55995
55995
  bearerAuth: deps.bearerAuth,
@@ -57347,7 +57347,7 @@ var routes = an({
57347
57347
  var app = He(routes, {
57348
57348
  name: "mcp",
57349
57349
  versionInfo: {
57350
- currentVersion: "0.18.8"
57350
+ currentVersion: "0.18.9"
57351
57351
  }
57352
57352
  });
57353
57353
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -57355,5 +57355,5 @@ export {
57355
57355
  app
57356
57356
  };
57357
57357
 
57358
- //# debugId=E58C0A395CC26CDA64756E2164756E21
57358
+ //# debugId=AE7B6E0150AF4F9E64756E2164756E21
57359
57359
  //# sourceMappingURL=mcp-server.js.map