Skip to main content
Glama
__init__.py536 B
"""Pydantic schemas for Ludus API requests and responses.""" from .hosts import Host, HostCreate, HostStatus from .networks import Network, NetworkCreate from .ranges import Range, RangeCreate, RangeDefinition from .snapshots import Snapshot, SnapshotCreate from .templates import Template, TemplateApply __all__ = [ "Range", "RangeCreate", "RangeDefinition", "Network", "NetworkCreate", "Host", "HostCreate", "HostStatus", "Snapshot", "SnapshotCreate", "Template", "TemplateApply", ]

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/tjnull/Ludus-FastMCP'

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