You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.0.4 metadata (canonical docs slugs, DXT manifest version sync) plus release-flow hardening: fix the .dxt packing so the extension contains its entry point (with a CI integrity gate), create bridge releases with --latest=false and auto-refresh the .dxt on the latest release, carry the .dxt forward onto new plugin releases, and a dispatch-only OIDC npm STAGE job (CI can stage but never release). npm 3.0.4 was already published from a byte-verified tarball. AI-331.
Copy file name to clipboardExpand all lines: tools/modelcontextprotocol/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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.
Copy file name to clipboardExpand all lines: tools/modelcontextprotocol/manifest.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
"dxt_version": "0.1",
3
3
"name": "@shippo/shippo-mcp",
4
4
"display_name": "Shippo",
5
-
"version": "3.0.0",
5
+
"version": "3.0.4",
6
6
"description": "Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, and validate addresses. Local bridge to the hosted Shippo MCP server.",
Copy file name to clipboardExpand all lines: tools/modelcontextprotocol/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
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.",
0 commit comments