forgejo-mcp/tools
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
..
action refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
issue refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
label refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
milestone refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
pullreq feat: add create_pull_request tool 2025-10-28 15:35:44 +08:00
release refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
repo refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
wiki refactor: upgrade MCP SDK from v0.2.x to v0.4.0 2025-09-12 05:17:28 +08:00
client.go feat: add automatic version info update in CI releases 2025-08-07 17:07:46 +08:00
client_actions.go Move action task types from tools to types package 2025-08-06 02:43:13 +08:00
client_issue_attachments.go refactor: remove client issue attachment upload method 2025-08-11 00:37:11 +08:00
client_issue_dependencies.go docs: clarify dependencies vs blocking concepts 2025-08-06 21:12:05 +08:00
client_test.go Implement all custom API methods for unsupported endpoints 2025-08-05 01:20:47 +08:00
client_wiki.go refactor: move wiki types from tools to types package 2025-08-06 17:40:48 +08:00
doc.go Add package documentation for all subpackages 2025-08-06 16:44:23 +08:00
helpers.go Refactor tools architecture to modular design 2025-08-04 20:54:38 +08:00
module.go Refactor tools architecture to modular design 2025-08-04 20:54:38 +08:00