Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Approve a branch for merging. Your approval counts toward the required approval count.
create_branch_approval
{ "type": "object", "properties": { "branch_id": { "type": "string", "format": "uuid", "description": "Branch ID to approve" }, "comment": { "type": "string", "description": "Optional approval comment" } }, "required": [ "branch_id" ], "additionalProperties": false, "description": "Input schema for the create_branch_approval tool.", "$schema": "http://json-schema.org/draft-07/schema#" }
{ "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the record." } }, "required": [ "id" ], "additionalProperties": false, "description": "Structured approve branch output schema for MCP tools.", "$schema": "http://json-schema.org/draft-07/schema#" }