Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GIT_TIMEOUT | No | Set GIT_TIMEOUT env var (default: 30s) | 30 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_check | Verify server is operational |
| get_commit_stats | Get commit statistics for a repository |
| get_author_metrics | Get detailed metrics per author |
| get_file_churn | Get files with most changes (churn) |
| get_team_summary | Get comprehensive team performance summary |
| get_commit_patterns | Analyze commit frequency patterns by day and hour |
| get_code_ownership | Analyze code ownership and bus factor |
| get_velocity_trends | Track velocity trends over time |
| get_collaboration_metrics | Analyze team collaboration patterns |
| get_quality_metrics | Code quality indicators (commit size, reverts, etc) |
| get_technical_debt | Identify technical debt indicators |
| get_conventional_commits | Analyze conventional commit usage and release patterns |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |