Updated
On this page
Deployment MCP tools that delegate branch staging, production PR creation, and CI pipeline status checks to the wesktop server's authenticated HTTP API.
#src.wesktop.mcp_tools.deployment
#src.wesktop.mcp_tools.deployment
Deployment MCP tools that delegate staging, production PR creation, and pipeline status checks to the wesktop server API.
#stage_branch
python
def stage_branch(server_url: str, auth_token: str, qualified_branch: str, message: str) -> strTrigger staging merge for a branch via a server API.
#create_prod_pr
python
def create_prod_pr(server_url: str, auth_token: str, qualified_branch: str, message: str) -> strCreate a production PR for a branch via a server API.
#check_pipeline
python
def check_pipeline(server_url: str, auth_token: str, qualified_branch: str) -> strCheck pipeline status for a branch via a server API.