Implement all remaining tool handlers across categories
- Repo basic controls: SearchRepositories, ListMyRepositories, ListOrgRepositories, GetRepository
- Label management: ListRepoLabels, CreateLabel, EditLabel, DeleteLabel
- Milestone management: ListRepoMilestones, CreateMilestone, EditMilestone, DeleteMilestone
- Release CRUD + Attachments: Complete release and attachment lifecycle operations
- Pull Requests: ListPullRequests, GetPullRequest for repository PR management
- Actions: ListActionTasks using custom client methods for CI/CD workflows
- Wiki management: Complete wiki page lifecycle using custom HTTP implementation
All handlers properly convert SDK responses to types wrappers and use ToMarkdown()
for consistent formatting. Custom client methods handle unsupported SDK features.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>