@gr4vy/sdk 0.18.12 → 0.18.13

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.example.gr4vy.app",
4023
+ [ServerProduction]: "https://api.{id}.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.12",
4029
+ sdkVersion: "0.18.13",
4030
4030
  genVersion: "2.593.3",
4031
- userAgent: "speakeasy-sdk/typescript 0.18.12 2.593.3 1.0.0 @gr4vy/sdk"
4031
+ userAgent: "speakeasy-sdk/typescript 0.18.13 2.593.3 1.0.0 @gr4vy/sdk"
4032
4032
  };
4033
4033
  });
4034
4034
 
@@ -55983,7 +55983,7 @@ Void a previously authorized transaction.`,
55983
55983
  function createMCPServer(deps) {
55984
55984
  const server = new McpServer({
55985
55985
  name: "Gr4vy",
55986
- version: "0.18.12"
55986
+ version: "0.18.13"
55987
55987
  });
55988
55988
  const client = new Gr4vyCore({
55989
55989
  bearerAuth: deps.bearerAuth,
@@ -57341,7 +57341,7 @@ var routes = an({
57341
57341
  var app = He(routes, {
57342
57342
  name: "mcp",
57343
57343
  versionInfo: {
57344
- currentVersion: "0.18.12"
57344
+ currentVersion: "0.18.13"
57345
57345
  }
57346
57346
  });
57347
57347
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -57349,5 +57349,5 @@ export {
57349
57349
  app
57350
57350
  };
57351
57351
 
57352
- //# debugId=346D70C02C56A6FC64756E2164756E21
57352
+ //# debugId=82A2B221BF3555F964756E2164756E21
57353
57353
  //# sourceMappingURL=mcp-server.js.map