forgejo-mcp/tools/pullreq
Ronmi Ren 4a3d21c81c feat: add create_pull_request tool
Add support for creating pull requests through the MCP server. The new tool allows clients to create PRs with full metadata including assignees, labels, milestones, and due dates.

Changes:
- Add CreatePullRequestImpl in tools/pullreq/create.go
- Register create_pull_request tool in cmd/lib.go
- Update pullreq package documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-28 15:35:44 +08:00
..
create.go feat: add create_pull_request tool 2025-10-28 15:35:44 +08:00
doc.go feat: add create_pull_request tool 2025-10-28 15:35:44 +08:00
list.go refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
view.go refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00