@compass-labs/api-sdk 0.0.4 → 0.0.5

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
@@ -34190,9 +34190,9 @@ var init_config = __esm(() => {
34190
34190
  SDK_METADATA = {
34191
34191
  language: "typescript",
34192
34192
  openapiDocVersion: "0.0.1",
34193
- sdkVersion: "0.0.4",
34193
+ sdkVersion: "0.0.5",
34194
34194
  genVersion: "2.595.4",
34195
- userAgent: "speakeasy-sdk/typescript 0.0.4 2.595.4 0.0.1 @compass-labs/api-sdk"
34195
+ userAgent: "speakeasy-sdk/typescript 0.0.5 2.595.4 0.0.1 @compass-labs/api-sdk"
34196
34196
  };
34197
34197
  });
34198
34198
 
@@ -45700,7 +45700,7 @@ it to be traded on DeFi protocols.`,
45700
45700
  function createMCPServer(deps) {
45701
45701
  const server = new McpServer({
45702
45702
  name: "CompassApiSDK",
45703
- version: "0.0.4"
45703
+ version: "0.0.5"
45704
45704
  });
45705
45705
  const client = new CompassApiSDKCore({
45706
45706
  apiKeyAuth: deps.apiKeyAuth,
@@ -47015,7 +47015,7 @@ var routes = an({
47015
47015
  var app = He(routes, {
47016
47016
  name: "mcp",
47017
47017
  versionInfo: {
47018
- currentVersion: "0.0.4"
47018
+ currentVersion: "0.0.5"
47019
47019
  }
47020
47020
  });
47021
47021
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -47023,5 +47023,5 @@ export {
47023
47023
  app
47024
47024
  };
47025
47025
 
47026
- //# debugId=D2B3534D2D1AE17064756E2164756E21
47026
+ //# debugId=A8142EAC1530AD8764756E2164756E21
47027
47027
  //# sourceMappingURL=mcp-server.js.map