MCP tools

emfirge_discard_branch

Discard an isolated branch when it is no longer needed; this does not change AWS.

Parameters

branch_id: string · required

MCP ask / arguments
{ "branch_id": "branch_456" }

Returns

The response is JSON shaped for the operation. The fields and semantics are described below.

JSON response
{ "branch_id": "branch_456", "status": "discarded" }

Validation, behavior, and limits

Discard is a soft state change. A discarded branch remains identifiable but is no longer open for applying changes.

Discarding a branch does not deploy, delete, or roll back any AWS resource.

Based on the Emfirge MCP and engine source.View source
Documentation