@compass-labs/api-sdk 0.4.2 → 0.4.3

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
@@ -34205,9 +34205,9 @@ var init_config = __esm(() => {
34205
34205
  SDK_METADATA = {
34206
34206
  language: "typescript",
34207
34207
  openapiDocVersion: "0.0.1",
34208
- sdkVersion: "0.4.2",
34208
+ sdkVersion: "0.4.3",
34209
34209
  genVersion: "2.616.1",
34210
- userAgent: "speakeasy-sdk/typescript 0.4.2 2.616.1 0.0.1 @compass-labs/api-sdk"
34210
+ userAgent: "speakeasy-sdk/typescript 0.4.3 2.616.1 0.0.1 @compass-labs/api-sdk"
34211
34211
  };
34212
34212
  });
34213
34213
 
@@ -52881,7 +52881,7 @@ it to be traded on DeFi protocols.`,
52881
52881
  function createMCPServer(deps) {
52882
52882
  const server = new McpServer({
52883
52883
  name: "CompassApiSDK",
52884
- version: "0.4.2"
52884
+ version: "0.4.3"
52885
52885
  });
52886
52886
  const client = new CompassApiSDKCore({
52887
52887
  apiKeyAuth: deps.apiKeyAuth,
@@ -54238,7 +54238,7 @@ var routes = an({
54238
54238
  var app = He(routes, {
54239
54239
  name: "mcp",
54240
54240
  versionInfo: {
54241
- currentVersion: "0.4.2"
54241
+ currentVersion: "0.4.3"
54242
54242
  }
54243
54243
  });
54244
54244
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -54246,5 +54246,5 @@ export {
54246
54246
  app
54247
54247
  };
54248
54248
 
54249
- //# debugId=6C92D070B9D03D1A64756E2164756E21
54249
+ //# debugId=C528D49354379C9064756E2164756E21
54250
54250
  //# sourceMappingURL=mcp-server.js.map