Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRONE_TOKEN | Yes | Drone API token | |
| DRONE_BASE_URL | Yes | Drone base URL (for example https://drone.example.com) | |
| DRONE_TIMEOUT_MS | No | Drone connection timeout in milliseconds | 10000 |
| DRONE_MAX_RETRIES | No | Maximum number of retries for Drone API requests | 2 |
| DRONE_WEBHOOK_SECRET | Yes | shared secret to verify webhook signatures | |
| MCP_ENABLE_WRITE_ACTIONS | No | Whether to enable write actions (keep disabled until authorization guardrails are in place) | false |
Capabilities
Server capabilities have not been inspected yet.
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 | |