@shippo/shippo-mcp 0.8.33 → 0.8.34

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
@@ -80,8 +80,6 @@ claude mcp add @shippo/shippo-mcp npx @shippo-mcp start -- --api-key-header "Shi
80
80
  <details>
81
81
  <summary>Claude Desktop</summary>
82
82
 
83
- Claude Desktop doesn't yet support SSE/remote MCP servers.
84
-
85
83
  You need to do the following
86
84
  1. Open claude Desktop
87
85
  2. Open left hand side pane, then click on your Username
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.33",
46626
+ sdkVersion: "0.8.34",
46627
46627
  genVersion: "2.770.0",
46628
- userAgent: "speakeasy-sdk/mcp-typescript 0.8.33 2.770.0 2018-02-08 @shippo/shippo-mcp"
46628
+ userAgent: "speakeasy-sdk/mcp-typescript 0.8.34 2.770.0 2018-02-08 @shippo/shippo-mcp"
46629
46629
  };
46630
46630
  });
46631
46631
 
@@ -60994,7 +60994,7 @@ Updates an existing webhook using the webhook object ID.`,
60994
60994
  function createMCPServer(deps) {
60995
60995
  const server = new McpServer({
60996
60996
  name: "ShippoSDK",
60997
- version: "0.8.33"
60997
+ version: "0.8.34"
60998
60998
  });
60999
60999
  const getClient = deps.getSDK || (() => new ShippoSDKCore({
61000
61000
  security: deps.security,
@@ -62386,7 +62386,7 @@ var routes = ln({
62386
62386
  var app = _e(routes, {
62387
62387
  name: "mcp",
62388
62388
  versionInfo: {
62389
- currentVersion: "0.8.33"
62389
+ currentVersion: "0.8.34"
62390
62390
  }
62391
62391
  });
62392
62392
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -62394,5 +62394,5 @@ export {
62394
62394
  app
62395
62395
  };
62396
62396
 
62397
- //# debugId=1EC75E7F25642FCB64756E2164756E21
62397
+ //# debugId=694EF00B2011AE8A64756E2164756E21
62398
62398
  //# sourceMappingURL=mcp-server.js.map