stash_pop
Apply and remove a Git stash from a repository by specifying the path and stash index. Use this tool to manage stashed changes efficiently in the Git MCP Server.
Instructions
Apply and remove a stash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | No | Stash index | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |