Add support for organization label management in MCP tools #99
Reference in New Issue
Block a user
No description provided.
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?
I'd like to propose adding support for managing organization-level labels (create, update, delete, list) in the MCP server tools.
Labels help keep issues organized and easy to navigate. One of Gitea’s strengths is its use of organizations to structure repositories, and since labels can be defined at the organization level, assigning them per repository becomes redundant.
I’ve seen work underway (link to active pull request here) to extend the SDK with this functionality—once that’s complete, it would be great to align the MCP tools accordingly.
Let me know if this fits within current plans. Happy to help draft a spec or contribute.
fixed in #102