Git MCP Server

stash_list

Retrieve a list of Git stashes for a specified repository path using the Git MCP Server. Simplifies stash management for efficient version control workflows.

Instructions

List stashes

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "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