@flexprice/mcp-server 2.0.3 → 2.0.4

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
@@ -50435,9 +50435,9 @@ var init_config = __esm(() => {
50435
50435
  SDK_METADATA = {
50436
50436
  language: "typescript",
50437
50437
  openapiDocVersion: "1.0",
50438
- sdkVersion: "2.0.3",
50439
- genVersion: "2.856.1",
50440
- userAgent: "speakeasy-sdk/mcp-typescript 2.0.3 2.856.1 1.0 @flexprice/mcp-server"
50438
+ sdkVersion: "2.0.4",
50439
+ genVersion: "2.858.2",
50440
+ userAgent: "speakeasy-sdk/mcp-typescript 2.0.4 2.858.2 1.0 @flexprice/mcp-server"
50441
50441
  };
50442
50442
  });
50443
50443
 
@@ -51574,7 +51574,7 @@ function resolveHeader(headers, headerName, schema, cliFlagValue, disableStaticA
51574
51574
  function buildSDK(headers, cliFlags, disableStaticAuth, logger) {
51575
51575
  const flags = {
51576
51576
  ...cliFlags,
51577
- "api-key-auth": resolveHeader(headers, "ApiKeyAuth", string2(), cliFlags["api-key-auth"], disableStaticAuth)
51577
+ "api-key-auth": resolveHeader(headers, "api-key-auth", string2(), cliFlags["api-key-auth"], disableStaticAuth)
51578
51578
  };
51579
51579
  return new FlexpriceCore({
51580
51580
  security: { ApiKeyAuth: flags["api-key-auth"] ?? "" },
@@ -59901,7 +59901,7 @@ Use when changing price configuration (e.g. amount, billing scheme, or metadata)
59901
59901
  function createMCPServer(deps) {
59902
59902
  const server = new McpServer({
59903
59903
  name: "Flexprice",
59904
- version: "2.0.3"
59904
+ version: "2.0.4"
59905
59905
  });
59906
59906
  const getClient = deps.getSDK || (() => new FlexpriceCore({
59907
59907
  security: deps.security,
@@ -63804,7 +63804,7 @@ var routes = buildRouteMap({
63804
63804
  var app = buildApplication(routes, {
63805
63805
  name: "mcp",
63806
63806
  versionInfo: {
63807
- currentVersion: "2.0.3"
63807
+ currentVersion: "2.0.4"
63808
63808
  }
63809
63809
  });
63810
63810
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -63812,5 +63812,5 @@ export {
63812
63812
  app
63813
63813
  };
63814
63814
 
63815
- //# debugId=674E2BD63E511D5D64756E2164756E21
63815
+ //# debugId=29D15984584037AB64756E2164756E21
63816
63816
  //# sourceMappingURL=mcp-server.js.map