Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TC_URL | Yes | TeamCity server URL | |
TLS_KEY | No | Path to TLS private key | |
TC_TOKEN | Yes | TeamCity API token | |
TLS_CERT | No | Path to TLS certificate | |
CACHE_TTL | No | Cache TTL for API responses | 10s |
LOG_LEVEL | No | Log level | info |
LOG_FORMAT | No | Log format | json |
TC_TIMEOUT | No | TeamCity API timeout | 30s |
LISTEN_ADDR | No | Server listen address | :8123 |
SERVER_SECRET | No | HMAC secret for client authentication (optional) |
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 |