@shippo/shippo-mcp 3.0.3 → 3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ You must register for a [Shippo account](https://apps.goshippo.com/join) to use
9
9
  You sign in through your browser (OAuth), so there is no API key to manage.
10
10
 
11
11
  <!-- API-KEY-AUTH (hidden until the hosted key door ships; the code path stays live, this is docs-only):
12
- For headless or automation use (CI, cron, service accounts) you can supply a Shippo [API token](https://docs.goshippo.com/docs/guides_general/authentication/) instead. A `shippo_test_` key runs in test mode and produces test labels; a `shippo_live_` key runs on your live account, where buying a label is billable.
12
+ For headless or automation use (CI, cron, service accounts) you can supply a Shippo [API token](https://docs.goshippo.com/guides/authentication) instead. A `shippo_test_` key runs in test mode and produces test labels; a `shippo_live_` key runs on your live account, where buying a label is billable.
13
13
  -->
14
14
 
15
15
  ## Summary
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shippo/shippo-mcp",
3
3
  "mcpName": "com.shippo/shippo-mcp",
4
- "version": "3.0.3",
4
+ "version": "3.0.4",
5
5
  "description": "Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses. Local bridge to the hosted Shippo MCP server.",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/goshippo/ai.git",
10
10
  "directory": "tools/modelcontextprotocol"
11
11
  },
12
- "homepage": "https://docs.goshippo.com/docs/Guides_general/MCPServer",
12
+ "homepage": "https://docs.goshippo.com/guides/mcp-server",
13
13
  "bugs": "https://github.com/goshippo/ai/issues",
14
14
  "type": "module",
15
15
  "bin": {