feat(org): add MCP tools for organization-level labels (list/create/edit/delete) (#99) #102
Reference in New Issue
Block a user
No description provided.
Delete Branch "dwichers/gitea-mcp:feat/org-label-tools"
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?
This PR adds full support for managing organization-level labels via MCP. It uses the newly added SDK APIs now available on main branch, see gitea/go-sdk#732.
Registers following tools under label module and wires them into the MCP server as read/write tools:
Dependency note:
go.mod/go.sum updated to use the SDK main branch pseudo-version that includes the org-label APIs.
If you prefer to merge only after a tagged SDK release, I can bump the dependency to the new tag as soon as it’s available.
Thanks for considering!
Add MCP tools for organization-level labels (list/create/edit/delete) (#99)to feat(org): add MCP tools for organization-level labels (list/create/edit/delete) (#99)