forgejo-mcp/tools/wiki
Ronmi Ren 8209738d65 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>
2025-08-05 04:40:11 +08:00
..
crud.go Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00
list.go Implement all remaining tool handlers across categories 2025-08-05 04:40:11 +08:00