Skip to main content
Glama

Code MCP Server

by block

auto_commit_changes

Automatically tracks and commits AI-generated code changes in VS Code, enabling precise file selection and session-specific amendments for streamlined collaboration.

Instructions

Automatically commit AI-made changes with tracking

Input Schema

NameRequiredDescriptionDefault
amendSessionNoAmend to current session commit
filesNoSpecific files to commit
messageYesCommit message

Input Schema (JSON Schema)

{ "properties": { "amendSession": { "description": "Amend to current session commit", "type": "boolean" }, "files": { "description": "Specific files to commit", "items": { "type": "string" }, "type": "array" }, "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