Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | Your GitHub personal access token with repo, read:org, and read:project permissions |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_team_status | Get current status of the development team including active issues, due items, and recent completions for each team member |
| get_person_schedule | Get the schedule and upcoming work for a specific team member |
| analyze_workload | Analyze team workload distribution and identify who can take on new tasks |
| find_best_assignee | Find the team member with the lightest workload for assigning new tasks |
| get_calendar_events | Get GitHub project calendar events with optional filtering |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |