@compass-labs/api-sdk 0.0.34 → 0.0.36

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
@@ -34186,9 +34186,9 @@ var init_config = __esm(() => {
34186
34186
  SDK_METADATA = {
34187
34187
  language: "typescript",
34188
34188
  openapiDocVersion: "0.0.1",
34189
- sdkVersion: "0.0.34",
34189
+ sdkVersion: "0.0.36",
34190
34190
  genVersion: "2.604.4",
34191
- userAgent: "speakeasy-sdk/typescript 0.0.34 2.604.4 0.0.1 @compass-labs/api-sdk"
34191
+ userAgent: "speakeasy-sdk/typescript 0.0.36 2.604.4 0.0.1 @compass-labs/api-sdk"
34192
34192
  };
34193
34193
  });
34194
34194
 
@@ -46854,7 +46854,7 @@ var init_morphoVaults2 = __esm(() => {
46854
46854
  name: "morpho-vaults",
46855
46855
  description: `Get Vaults
46856
46856
 
46857
- Query a list of available vaults for depositing tokens.
46857
+ Query a list of available vaults for deposit token.
46858
46858
 
46859
46859
  Each vault has one unique token that can be deposited. In exchange for depositing
46860
46860
  tokens into a vault you receive shares. You earn yield on these shares by their
@@ -50327,7 +50327,7 @@ it to be traded on DeFi protocols.`,
50327
50327
  function createMCPServer(deps) {
50328
50328
  const server = new McpServer({
50329
50329
  name: "CompassApiSDK",
50330
- version: "0.0.34"
50330
+ version: "0.0.36"
50331
50331
  });
50332
50332
  const client = new CompassApiSDKCore({
50333
50333
  apiKeyAuth: deps.apiKeyAuth,
@@ -51666,7 +51666,7 @@ var routes = an({
51666
51666
  var app = He(routes, {
51667
51667
  name: "mcp",
51668
51668
  versionInfo: {
51669
- currentVersion: "0.0.34"
51669
+ currentVersion: "0.0.36"
51670
51670
  }
51671
51671
  });
51672
51672
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -51674,5 +51674,5 @@ export {
51674
51674
  app
51675
51675
  };
51676
51676
 
51677
- //# debugId=CE2B9C32A8CA675C64756E2164756E21
51677
+ //# debugId=95E9A01D2C97B7BC64756E2164756E21
51678
51678
  //# sourceMappingURL=mcp-server.js.map