feat: convert Gitea-Tools into an MCP server #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expose all script functionality as MCP tools via the official Python MCP SDK (FastMCP).
Tools:
gitea_create_issue— create an issuegitea_create_pr— open a pull requestgitea_close_issue— close an issuegitea_list_issues— query issues with filtersgitea_mark_issue— claim/release an issuegitea_view_issue— inspect a single issuegitea_mirror_refs— bidirectional ref syncBenefits:
Depends on: #1 (shared auth.py), #2 (list_issues), #5 (view_issue)