@compass-labs/api-sdk 0.0.6 → 0.0.7

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
@@ -34185,9 +34185,9 @@ var init_config = __esm(() => {
34185
34185
  SDK_METADATA = {
34186
34186
  language: "typescript",
34187
34187
  openapiDocVersion: "0.0.1",
34188
- sdkVersion: "0.0.6",
34188
+ sdkVersion: "0.0.7",
34189
34189
  genVersion: "2.596.2",
34190
- userAgent: "speakeasy-sdk/typescript 0.0.6 2.596.2 0.0.1 @compass-labs/api-sdk"
34190
+ userAgent: "speakeasy-sdk/typescript 0.0.7 2.596.2 0.0.1 @compass-labs/api-sdk"
34191
34191
  };
34192
34192
  });
34193
34193
 
@@ -45694,7 +45694,7 @@ it to be traded on DeFi protocols.`,
45694
45694
  function createMCPServer(deps) {
45695
45695
  const server = new McpServer({
45696
45696
  name: "CompassApiSDK",
45697
- version: "0.0.6"
45697
+ version: "0.0.7"
45698
45698
  });
45699
45699
  const client = new CompassApiSDKCore({
45700
45700
  apiKeyAuth: deps.apiKeyAuth,
@@ -47009,7 +47009,7 @@ var routes = an({
47009
47009
  var app = He(routes, {
47010
47010
  name: "mcp",
47011
47011
  versionInfo: {
47012
- currentVersion: "0.0.6"
47012
+ currentVersion: "0.0.7"
47013
47013
  }
47014
47014
  });
47015
47015
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -47017,5 +47017,5 @@ export {
47017
47017
  app
47018
47018
  };
47019
47019
 
47020
- //# debugId=D9B6317D2043B2BA64756E2164756E21
47020
+ //# debugId=B641558C3F35384D64756E2164756E21
47021
47021
  //# sourceMappingURL=mcp-server.js.map