Skip to main content
Glama
ceshine

Git Prompts MCP Server

by ceshine
version.py283 B
from importlib import metadata try: __version__ = metadata.version("git_prompts_mcp_server") except metadata.PackageNotFoundError: # This handles the case where the package is imported # without being installed (e.g., local script execution) __version__ = "unknown"

Latest Blog Posts

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/ceshine/git-prompts-mcp-server'

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