Skip to main content
Glama

Code MCP Server

by block

git_add

Stage specific files or all changes for commit in a Git repository. Specify files or use the 'all' flag to prepare changes for version control efficiently.

Instructions

Stage files for commit

Input Schema

NameRequiredDescriptionDefault
allNoStage all changes
cwdNoRepository path
filesNoFiles to stage

Input Schema (JSON Schema)

{ "properties": { "all": { "description": "Stage all changes", "type": "boolean" }, "cwd": { "description": "Repository path", "type": "string" }, "files": { "description": "Files to stage", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/block/vscode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server