@gr4vy/sdk 0.18.18 → 0.18.19

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/README.md CHANGED
@@ -1013,6 +1013,7 @@ Gr4vy: The Gr4vy API.
1013
1013
  * [Standalone functions](#standalone-functions)
1014
1014
  * [Debugging](#debugging)
1015
1015
  * [Development](#development)
1016
+ * [Testing](#testing)
1016
1017
  * [Maturity](#maturity)
1017
1018
  * [Contributions](#contributions)
1018
1019
 
@@ -1137,6 +1138,15 @@ You can also enable a default debug logger by setting an environment variable `G
1137
1138
 
1138
1139
  # Development
1139
1140
 
1141
+ ## Testing
1142
+
1143
+ To run the tests, install NPM and run the following.
1144
+
1145
+ ```sh
1146
+ npm install
1147
+ npx vitest
1148
+ ```
1149
+
1140
1150
  ## Maturity
1141
1151
 
1142
1152
  This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage
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.18",
4029
+ sdkVersion: "0.18.19",
4030
4030
  genVersion: "2.598.21",
4031
- userAgent: "speakeasy-sdk/typescript 0.18.18 2.598.21 1.0.0 @gr4vy/sdk"
4031
+ userAgent: "speakeasy-sdk/typescript 0.18.19 2.598.21 1.0.0 @gr4vy/sdk"
4032
4032
  };
4033
4033
  });
4034
4034
 
@@ -59869,7 +59869,7 @@ Void a previously authorized transaction.`,
59869
59869
  function createMCPServer(deps) {
59870
59870
  const server = new McpServer({
59871
59871
  name: "Gr4vy",
59872
- version: "0.18.18"
59872
+ version: "0.18.19"
59873
59873
  });
59874
59874
  const client = new Gr4vyCore({
59875
59875
  bearerAuth: deps.bearerAuth,
@@ -61255,7 +61255,7 @@ var routes = an({
61255
61255
  var app = He(routes, {
61256
61256
  name: "mcp",
61257
61257
  versionInfo: {
61258
- currentVersion: "0.18.18"
61258
+ currentVersion: "0.18.19"
61259
61259
  }
61260
61260
  });
61261
61261
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -61263,5 +61263,5 @@ export {
61263
61263
  app
61264
61264
  };
61265
61265
 
61266
- //# debugId=D3160834E2AC4CF564756E2164756E21
61266
+ //# debugId=C9B817539E4902F264756E2164756E21
61267
61267
  //# sourceMappingURL=mcp-server.js.map