Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_airports | Search for airports by IATA code or city name |
| plan_flight | Plan a flight route between two airports with performance estimates |
| calculate_distance | Calculate great circle distance between two points |
| get_aircraft_performance | Get performance estimates for an aircraft type (requires OpenAP) |
| get_system_status | Get system status and capabilities |