@shippo/shippo-mcp 0.8.4 → 0.8.5

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/README.md CHANGED
@@ -214,7 +214,7 @@ npx @shippo/shippo-mcp --version
214
214
  ### Update to Latest Version
215
215
 
216
216
  ```bash
217
- npx clear-npx-cache
217
+ npm update -g @shippo/shippo-mcp
218
218
  ```
219
219
 
220
220
  Next time you start your MCP client (Cursor, Claude), it will fetch the latest version.
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.4",
46626
+ sdkVersion: "0.8.5",
46627
46627
  genVersion: "2.769.1",
46628
- userAgent: "speakeasy-sdk/mcp-typescript 0.8.4 2.769.1 2018-02-08 @shippo/shippo-mcp"
46628
+ userAgent: "speakeasy-sdk/mcp-typescript 0.8.5 2.769.1 2018-02-08 @shippo/shippo-mcp"
46629
46629
  };
46630
46630
  });
46631
46631
 
@@ -60862,7 +60862,7 @@ Updates an existing webhook using the webhook object ID.`,
60862
60862
  function createMCPServer(deps) {
60863
60863
  const server = new McpServer({
60864
60864
  name: "ShippoSDK",
60865
- version: "0.8.4"
60865
+ version: "0.8.5"
60866
60866
  });
60867
60867
  const getClient = deps.getSDK || (() => new ShippoSDKCore({
60868
60868
  security: deps.security,
@@ -62254,7 +62254,7 @@ var routes = ln({
62254
62254
  var app = _e(routes, {
62255
62255
  name: "mcp",
62256
62256
  versionInfo: {
62257
- currentVersion: "0.8.4"
62257
+ currentVersion: "0.8.5"
62258
62258
  }
62259
62259
  });
62260
62260
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -62262,5 +62262,5 @@ export {
62262
62262
  app
62263
62263
  };
62264
62264
 
62265
- //# debugId=7AFC15D19A9C5A6364756E2164756E21
62265
+ //# debugId=CBB7B2B63FFF4EB664756E2164756E21
62266
62266
  //# sourceMappingURL=mcp-server.js.map