@shippo/shippo-mcp 0.8.8 → 0.8.10

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
@@ -46623,9 +46623,9 @@ var init_config = __esm(() => {
46623
46623
  SDK_METADATA = {
46624
46624
  language: "typescript",
46625
46625
  openapiDocVersion: "2018-02-08",
46626
- sdkVersion: "0.8.8",
46626
+ sdkVersion: "0.8.10",
46627
46627
  genVersion: "2.769.1",
46628
- userAgent: "speakeasy-sdk/mcp-typescript 0.8.8 2.769.1 2018-02-08 @shippo/shippo-mcp"
46628
+ userAgent: "speakeasy-sdk/mcp-typescript 0.8.10 2.769.1 2018-02-08 @shippo/shippo-mcp"
46629
46629
  };
46630
46630
  });
46631
46631
 
@@ -55635,9 +55635,9 @@ var ResponseMessage$zodSchema;
55635
55635
  var init_responsemessage = __esm(() => {
55636
55636
  init_zod();
55637
55637
  ResponseMessage$zodSchema = objectType({
55638
- code: stringType().optional(),
55639
- source: stringType().optional(),
55640
- text: stringType().optional()
55638
+ code: stringType().nullable().optional(),
55639
+ source: stringType().nullable().optional(),
55640
+ text: stringType().nullable().optional()
55641
55641
  }).describe(`Message returned with supporting information from a request. In some cases this can be an error message,
55642
55642
  ` + "for example a timeout from a carrier. If available, the origin of the message is displayed in `source`.");
55643
55643
  });
@@ -60875,7 +60875,7 @@ Updates an existing webhook using the webhook object ID.`,
60875
60875
  function createMCPServer(deps) {
60876
60876
  const server = new McpServer({
60877
60877
  name: "ShippoSDK",
60878
- version: "0.8.8"
60878
+ version: "0.8.10"
60879
60879
  });
60880
60880
  const getClient = deps.getSDK || (() => new ShippoSDKCore({
60881
60881
  security: deps.security,
@@ -62267,7 +62267,7 @@ var routes = ln({
62267
62267
  var app = _e(routes, {
62268
62268
  name: "mcp",
62269
62269
  versionInfo: {
62270
- currentVersion: "0.8.8"
62270
+ currentVersion: "0.8.10"
62271
62271
  }
62272
62272
  });
62273
62273
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -62275,5 +62275,5 @@ export {
62275
62275
  app
62276
62276
  };
62277
62277
 
62278
- //# debugId=547B6EEAB987619D64756E2164756E21
62278
+ //# debugId=2AB6505FACAB72D464756E2164756E21
62279
62279
  //# sourceMappingURL=mcp-server.js.map