MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / git_delete_branch

Route git_delete_branch

src/environment/github_environment.py:None–None  ·  view source on GitHub ↗
ecp.action(name="git_delete_branch",
                description="Delete a branch")

Source from the content-addressed store, hash-verified

1"""GitHub Environment for AgentWorld - provides GitHub operations as an environment."""
2from __future__ import annotations
3from dotenv import load_dotenv
4load_dotenv(verbose=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected