get_standup
Fetch your recent GitHub activity (commits, pull requests, reviews, issues) and format it as a standup report for the last specified hours.
Instructions
Fetch your GitHub activity for the last N hours and format it as a standup report — commits, PRs opened/merged, reviews, and issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Your GitHub username, e.g. 'torvalds' | |
| hours_back | No | How many hours back to look. Default 24. | |
| github_token | No | GitHub personal access token. If omitted, uses the GITHUB_TOKEN env var set in MCP config. |