Skip to main content
Glama

GitMCP

version_bump

Automatically update version numbers in projects by specifying the current version and bump level (major, minor, patch). Simplifies version control and ensures accurate versioning.

Instructions

Bump version number

Input Schema

NameRequiredDescriptionDefault
currentYesCurrent version
levelNoBump level (major, minor, patch)patch

Input Schema (JSON Schema)

{ "properties": { "current": { "description": "Current version", "type": "string" }, "level": { "default": "patch", "description": "Bump level (major, minor, patch)", "type": "string" } }, "required": [ "current" ], "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/idosal/git-mcp'

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