@moovio/sdk 0.21.8 → 0.21.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
@@ -34030,9 +34030,9 @@ var init_config = __esm(() => {
34030
34030
  SDK_METADATA = {
34031
34031
  language: "typescript",
34032
34032
  openapiDocVersion: "latest",
34033
- sdkVersion: "0.21.8",
34033
+ sdkVersion: "0.21.9",
34034
34034
  genVersion: "2.748.0",
34035
- userAgent: "speakeasy-sdk/typescript 0.21.8 2.748.0 latest @moovio/sdk"
34035
+ userAgent: "speakeasy-sdk/typescript 0.21.9 2.748.0 latest @moovio/sdk"
34036
34036
  };
34037
34037
  });
34038
34038
 
@@ -79670,7 +79670,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
79670
79670
  function createMCPServer(deps) {
79671
79671
  const server = new McpServer({
79672
79672
  name: "Moov",
79673
- version: "0.21.8"
79673
+ version: "0.21.9"
79674
79674
  });
79675
79675
  const client = new MoovCore({
79676
79676
  security: deps.security,
@@ -81218,7 +81218,7 @@ var routes = rn({
81218
81218
  var app = Ve(routes, {
81219
81219
  name: "mcp",
81220
81220
  versionInfo: {
81221
- currentVersion: "0.21.8"
81221
+ currentVersion: "0.21.9"
81222
81222
  }
81223
81223
  });
81224
81224
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -81226,5 +81226,5 @@ export {
81226
81226
  app
81227
81227
  };
81228
81228
 
81229
- //# debugId=62AD896511AC36EA64756E2164756E21
81229
+ //# debugId=6C2F7333ACACEC7664756E2164756E21
81230
81230
  //# sourceMappingURL=mcp-server.js.map