Skip to main content
Glama
__init__.py843 B
"""Models for Shepherd MCP providers.""" from shepherd_mcp.models.aiobs import ( Callsite, Evaluation, Event, FunctionEvent, Session, SessionsResponse, TraceNode, ) from shepherd_mcp.models.langfuse import ( LangfuseObservation, LangfuseObservationsResponse, LangfuseScore, LangfuseScoresResponse, LangfuseSession, LangfuseSessionsResponse, LangfuseTrace, LangfuseTracesResponse, ) __all__ = [ # AIOBS models "Callsite", "Evaluation", "Event", "FunctionEvent", "Session", "SessionsResponse", "TraceNode", # Langfuse models "LangfuseObservation", "LangfuseObservationsResponse", "LangfuseScore", "LangfuseScoresResponse", "LangfuseSession", "LangfuseSessionsResponse", "LangfuseTrace", "LangfuseTracesResponse", ]

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