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
bundle_deploy requires project_id; add run402 status command
- bundle_deploy now deploys to an existing project (project_id required,
name removed) matching the updated POST /deploy/v1 server contract
- CLI deploy adds --project flag; falls back to active project
- MCP tool validates project exists in local keystore before calling API
- Response no longer returns keys (project already provisioned)
- New `run402 status` command: read-only account snapshot showing
allowance, balance, tier, projects, and active project (JSON output)
- Add --help to both `run402 init` and `run402 status`
- Update e2e tests and mock fetch for new deploy contract
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ server.tool(
239
239
240
240
server.tool(
241
241
"bundle_deploy",
242
-
"One-call full-stack app deployment. Provisions a database and optionally runs migrations, applies RLS, sets secrets, deploys functions, deploys a static site, and claims a subdomain. Free with active tier.",
242
+
"Deploy to an existing project. Runs migrations, applies RLS, sets secrets, deploys functions, deploys a static site, and claims a subdomain. Requires a provisioned project_id. Free with active tier.",
0 commit comments