Skip to main content
Glama
__init__.py924 B
# Aerospace MCP - Core flight planning functionality from .core import ( KM_PER_NM, # Constants NM_PER_KM, OPENAP_AVAILABLE, # Models AirportOut, # Exceptions AirportResolutionError, OpenAPError, PlanRequest, PlanResponse, SegmentEst, # Functions _airport_from_iata, _find_city_airports, _resolve_endpoint, airports_by_city, estimates_openap, great_circle_points, health, plan_flight, ) __version__ = "0.1.0" __all__ = [ "NM_PER_KM", "KM_PER_NM", "OPENAP_AVAILABLE", "AirportOut", "PlanRequest", "SegmentEst", "PlanResponse", "_airport_from_iata", "_find_city_airports", "_resolve_endpoint", "great_circle_points", "estimates_openap", "search_airports_by_city", "get_health_status", "create_flight_plan", "AirportResolutionError", "OpenAPError", "FlightPlanError", ]

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/cheesejaguar/aerospace-mcp'

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