@compass-labs/api-sdk 0.3.0 → 0.3.1

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.3.0",
34208
+ sdkVersion: "0.3.1",
34209
34209
  genVersion: "2.616.1",
34210
- userAgent: "speakeasy-sdk/typescript 0.3.0 2.616.1 0.0.1 @compass-labs/api-sdk"
34210
+ userAgent: "speakeasy-sdk/typescript 0.3.1 2.616.1 0.0.1 @compass-labs/api-sdk"
34211
34211
  };
34212
34212
  });
34213
34213
 
@@ -51682,7 +51682,7 @@ it to be traded on DeFi protocols.`,
51682
51682
  function createMCPServer(deps) {
51683
51683
  const server = new McpServer({
51684
51684
  name: "CompassApiSDK",
51685
- version: "0.3.0"
51685
+ version: "0.3.1"
51686
51686
  });
51687
51687
  const client = new CompassApiSDKCore({
51688
51688
  apiKeyAuth: deps.apiKeyAuth,
@@ -53031,7 +53031,7 @@ var routes = an({
53031
53031
  var app = He(routes, {
53032
53032
  name: "mcp",
53033
53033
  versionInfo: {
53034
- currentVersion: "0.3.0"
53034
+ currentVersion: "0.3.1"
53035
53035
  }
53036
53036
  });
53037
53037
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -53039,5 +53039,5 @@ export {
53039
53039
  app
53040
53040
  };
53041
53041
 
53042
- //# debugId=D69703958E100F5564756E2164756E21
53042
+ //# debugId=BAACB54FBA4899DA64756E2164756E21
53043
53043
  //# sourceMappingURL=mcp-server.js.map