@moovio/sdk 0.13.0 → 0.14.0

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
@@ -34246,9 +34246,9 @@ var init_config = __esm(() => {
34246
34246
  SDK_METADATA = {
34247
34247
  language: "typescript",
34248
34248
  openapiDocVersion: "latest",
34249
- sdkVersion: "0.13.0",
34250
- genVersion: "2.638.5",
34251
- userAgent: "speakeasy-sdk/typescript 0.13.0 2.638.5 latest @moovio/sdk"
34249
+ sdkVersion: "0.14.0",
34250
+ genVersion: "2.640.2",
34251
+ userAgent: "speakeasy-sdk/typescript 0.14.0 2.640.2 latest @moovio/sdk"
34252
34252
  };
34253
34253
  });
34254
34254
 
@@ -74745,7 +74745,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
74745
74745
  function createMCPServer(deps) {
74746
74746
  const server = new McpServer({
74747
74747
  name: "Moov",
74748
- version: "0.13.0"
74748
+ version: "0.14.0"
74749
74749
  });
74750
74750
  const client = new MoovCore({
74751
74751
  security: deps.security,
@@ -76261,7 +76261,7 @@ var routes = rn({
76261
76261
  var app = Ve(routes, {
76262
76262
  name: "mcp",
76263
76263
  versionInfo: {
76264
- currentVersion: "0.13.0"
76264
+ currentVersion: "0.14.0"
76265
76265
  }
76266
76266
  });
76267
76267
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -76269,5 +76269,5 @@ export {
76269
76269
  app
76270
76270
  };
76271
76271
 
76272
- //# debugId=97E1772EF1221D8764756E2164756E21
76272
+ //# debugId=8B6D282DBF3AE5AB64756E2164756E21
76273
76273
  //# sourceMappingURL=mcp-server.js.map