Git MCP Server

by Sheshiyer

stash_pop

Apply and remove a Git stash by specifying the stash index and repository path. Use this tool to manage changes in your workflow with the Git MCP Server.

Instructions

Apply and remove a stash

Input Schema

NameRequiredDescriptionDefault
indexNoStash index
pathNoPath to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)

Input Schema (JSON Schema)

{ "properties": { "index": { "default": 0, "description": "Stash index", "type": "number" }, "path": { "description": "Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo)", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Git MCP Server

Related Tools

ID: 46aozzlyhx