mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2026-02-27 09:05:12 +00:00
## Summary - Add `edit_pull_request` MCP tool to modify pull request properties - Supports editing title, body, base branch, assignees, milestone, state, and maintainer edit permission - Enables toggling WIP/draft status by modifying the title prefix Fixes https://gitea.com/gitea/gitea-mcp/issues/124 ## Test plan - [x] `go test ./...` passes - [x] Verified against gitea.com: toggled WIP on/off via title edit, changed PR state 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/125 Reviewed-by: Bo-Yi Wu (吳柏毅) <appleboy.tw@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-committed-by: silverwind <me@silverwind.io>