Deploy the website
deploy_siteRe-renders and publishes a project's site by committing its site folder to git, with optional push and custom commit message.
Instructions
Re-render the project's site and publish it by committing (and optionally pushing) its site/ folder through the git integration — the MCP equivalent of the old website deploy. Requires git integration enabled (set_git_config) with the site folder as a git repo; no-ops with a reason otherwise. Runs on this machine using its git credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| push | No | Override the git config's push setting. | |
| message | No | Custom deploy commit message. | |
| project | Yes |