Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind to for HTTP transports. Optional - defaults to 127.0.0.1. | 127.0.0.1 |
| MCP_PATH | No | Path for the MCP endpoint. Optional - defaults to /mcp for streamable-http. | /mcp |
| MCP_PORT | No | Port to listen on for HTTP transports. Optional - defaults to 8000. | 8000 |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR). Optional - defaults to INFO. | INFO |
| API_BASE_URL | No | Base URL for the Flight Control API (e.g., https://api.flightctl.example.com). Optional - can be read from config file. | |
| CA_CERT_PATH | No | Path to custom CA certificate file for SSL verification. Optional. | |
| MCP_LOG_LEVEL | No | Server log level (debug, info, warning, error). Optional - defaults to info. | info |
| MCP_TRANSPORT | No | Transport mechanism (stdio, sse, streamable-http). Optional - defaults to stdio. | stdio |
| REFRESH_TOKEN | No | OAuth2 refresh token for authentication. Optional - can be read from config file. | |
| OIDC_CLIENT_ID | No | OIDC client identifier. Optional - defaults to 'flightctl'. | flightctl |
| OIDC_TOKEN_URL | No | Full URL to the OIDC token endpoint (e.g., https://auth.flightctl.example.com/realms/flightctl/protocol/openid-connect/token). Optional - can be read from config file. | |
| INSECURE_SKIP_VERIFY | No | Skip SSL certificate verification (true/false). Optional - can be read from config file. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |