Skip to main content
Glama
__init__.py656 B
"""Shepherd MCP - Debug your AI agents like you debug your code. Supports multiple observability providers: - AIOBS (Shepherd backend) - Langfuse """ __version__ = "0.1.0" # Re-export providers for programmatic use from shepherd_mcp.providers import AIOBSClient, LangfuseClient from shepherd_mcp.providers.base import ( AuthenticationError, NotFoundError, ProviderError, RateLimitError, ) from shepherd_mcp.server import main __all__ = [ "main", "__version__", # Providers "AIOBSClient", "LangfuseClient", # Exceptions "AuthenticationError", "NotFoundError", "ProviderError", "RateLimitError", ]

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/neuralis-in/shepherd-mcp'

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