Skip to main content
Glama

MCP Git Server

by MementoRC
__init__.py536 B
""" MCP Server Git Models Module This module contains Pydantic models for handling MCP protocol messages and validating incoming client notifications. """ from .middleware import notification_validator_middleware from .notifications import CancelledNotification, CancelledParams from .validation import validate_cancelled_notification, validate_notification __all__ = [ "CancelledNotification", "CancelledParams", "validate_cancelled_notification", "validate_notification", "notification_validator_middleware", ]

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/MementoRC/mcp-git'

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