Skip to content

Commit 40c381d

Browse files
enable npm provenance
1 parent e03df6c commit 40c381d

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
1114
steps:
12-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1316

1417
- uses: actions/setup-node@v4
1518
with:
@@ -24,7 +27,7 @@ jobs:
2427

2528
- run: pnpm run build
2629

27-
- run: pnpm publish --access public --no-git-checks
30+
- run: pnpm publish --access public --no-git-checks --provenance
2831
env:
2932
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
3033

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Claude Code instructions for the **ShipStatic MCP Server**.
44

5-
**@shipstatic/mcp** — MCP server that exposes the ShipStatic SDK to AI agents via stdio. Thin wrapper over `@shipstatic/ship`. Published to the MCP Registry as `com.shipstatic/mcp`. **Maturity:** v0.2.x — Deployments + Domains (15 tools).
5+
**@shipstatic/mcp** — MCP server that exposes the ShipStatic SDK to AI agents via stdio. Thin wrapper over `@shipstatic/ship`. Published to the MCP Registry as `com.shipstatic/mcp`. **Maturity:** v0.4.x — Deployments + Domains (15 tools).
66

77
## Architecture
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shipstatic/mcp",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"mcpName": "com.shipstatic/mcp",
55
"description": "Free, no account needed — deploy static websites, landing pages, and prototypes instantly from AI agents",
66
"type": "module",
@@ -61,4 +61,4 @@
6161
"typescript": "^6.0.2",
6262
"vitest": "^4.1.3"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)