Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| LOG_LEVEL | No | Logging level (debug/info/warn/error) | info |
| CACHE_ENABLED | No | Enable response caching | true |
| MCP_TRANSPORT | No | Transport method (stdio/sse/http) | sse |
| RATE_LIMIT_MAX | No | Max requests per window | 100 |
| FIREWALLA_API_TOKEN | Yes | Your Firewalla MSP API token | |
| FIREWALLA_MSP_DOMAIN | Yes | Your MSP domain URL |
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 | |