Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HOST | No | Server host address | 127.0.0.1 |
MCP_PATH | No | HTTP path | /mcp |
MCP_PORT | No | Server port | 8000 |
LOG_LEVEL | No | Log level | INFO |
MCP_DEBUG | No | Debug mode | false |
LOG_MAX_SIZE | No | Maximum log file size in MB | 10 |
MCP_SSE_PATH | No | SSE path | /sse |
LOG_FILE_PATH | No | Log file path | logs/flight_server.log |
MCP_TRANSPORT | No | Transmission protocol type | sse |
LOG_BACKUP_COUNT | No | Number of log backups | 5 |
FASTMCP_LOG_LEVEL | No | FastMCP log level | INFO |
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 |
---|---|
No tools |