@compass-labs/api-sdk 1.3.2-rc.1 → 1.3.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
@@ -34414,9 +34414,9 @@ var init_config = __esm(() => {
34414
34414
  SDK_METADATA = {
34415
34415
  language: "typescript",
34416
34416
  openapiDocVersion: "0.0.1",
34417
- sdkVersion: "1.1.2",
34417
+ sdkVersion: "2.0.0",
34418
34418
  genVersion: "2.755.6",
34419
- userAgent: "speakeasy-sdk/typescript 1.1.2 2.755.6 0.0.1 @compass-labs/api-sdk"
34419
+ userAgent: "speakeasy-sdk/typescript 2.0.0 2.755.6 0.0.1 @compass-labs/api-sdk"
34420
34420
  };
34421
34421
  });
34422
34422
 
@@ -54933,7 +54933,7 @@ The user position is only included if 'user_address' parameter is included.`,
54933
54933
  function createMCPServer(deps) {
54934
54934
  const server = new McpServer({
54935
54935
  name: "CompassApiSDK",
54936
- version: "1.1.2"
54936
+ version: "2.0.0"
54937
54937
  });
54938
54938
  const client = new CompassApiSDKCore({
54939
54939
  apiKeyAuth: deps.apiKeyAuth,
@@ -56323,7 +56323,7 @@ var routes = ln({
56323
56323
  var app = _e(routes, {
56324
56324
  name: "mcp",
56325
56325
  versionInfo: {
56326
- currentVersion: "1.1.2"
56326
+ currentVersion: "2.0.0"
56327
56327
  }
56328
56328
  });
56329
56329
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -56331,5 +56331,5 @@ export {
56331
56331
  app
56332
56332
  };
56333
56333
 
56334
- //# debugId=F2E238EF2BD3800764756E2164756E21
56334
+ //# debugId=347B4F3C6B7B667464756E2164756E21
56335
56335
  //# sourceMappingURL=mcp-server.js.map