Skip to main content
Glama

AiDD MCP Server

by skydeckai

git_commit

Records staged changes in a Git repository with a specified commit message, ensuring repository paths are within allowed directories. Enhances AI-assisted development workflows on the AiDD MCP Server.

Instructions

Records changes to the repository. Commits all staged changes with the provided message. Repository must be within the allowed directory.

Input Schema

NameRequiredDescriptionDefault
messageYesCommit message
repo_pathYesPath to git repository

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Commit message", "type": "string" }, "repo_path": { "description": "Path to git repository", "type": "string" } }, "required": [ "repo_path", "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/skydeckai/mcp-server-aidd'

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