Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub personal access token for CI polling |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| watch_ci | Watch a GitHub Actions workflow run and emit events on status changes |
| watch_process | Spawn and monitor a local process, capturing stdout/stderr and exit code |
| watch_file | Watch a file or directory for changes using chokidar |
| watch_url | Poll an HTTP endpoint and emit events when status or body changes |
| watch_webhook | Start an HTTP server to receive incoming webhooks |
| check_consequences | Get events associated with an agent action, or all recent events |
| list_watches | List all active watchers |
| cancel_watch | Stop and remove a watcher |
| poll_events | Get new events since a timestamp (push notification fallback) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Active Watches | All currently active watchers |
| Recent Timeline | Last 100 events across all watches |