Skip to main content
Glama

Code MCP Server

by block

git_commit

Submit staged changes to a Git repository with a specified commit message. Use to streamline version control workflows within the Code MCP Server environment.

Instructions

Commit staged changes

Input Schema

NameRequiredDescriptionDefault
cwdNoRepository path
messageYesCommit message

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Repository path", "type": "string" }, "message": { "description": "Commit message", "type": "string" } }, "required": [ "message" ], "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