Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GIT_ANALYTICS_DEBUG | No | Enable debug logging (e.g., set to true). | |
| GIT_ANALYTICS_DEFAULT_PATH | No | Set default repository path for the analytics server. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_repository_overview | Get a comprehensive overview of the Git repository including stats, top contributors, and recent activity |
| get_repository_stats | Get detailed repository statistics including commits, authors, branches, and code changes |
| get_author_stats | Get detailed statistics for all contributors including commits, code changes, and activity periods |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |