Add support for creating organisations #92
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/OpenSpec
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
RFC - Request For Comments
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
hermes-attempted
hermes-needs-clarification
hermes-ready
hermes-review
hermes-wip
human-required
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
agentic-forges/forgejo-mcp#92
Loading…
Reference in a new issue
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?
Thank you so much for Forgejo MCP! 🙏
Hi @alexanderadam 👋 — thanks for the feature request!
We've started working on this. The branch
feature/org-managementhas a full design proposal covering 15 new MCP tools across three capabilities:create_org,get_org,list_my_orgs,list_user_orgs,edit_org,delete_orglist_org_members,check_org_membership,remove_org_memberlist_org_teams,create_org_team,add_team_member,remove_team_member,add_team_repo,remove_team_repoAll tools will be available via both MCP and CLI (
--cli).The design document with key decisions and trade-offs is here:
👉 design.md
Could you take a look and let us know if this covers your use case? In particular:
Looking forward to your feedback!
It does cover my use case! Awesome! You're quick! Thank you so much!
@alexanderadam please have a look at https://codeberg.org/goern/forgejo-mcp/pulls/94/files#diff-9063b64c3175a2cb0b1b6e7725ab64462f11a45e and let me know if you like it.
I have also released https://codeberg.org/goern/forgejo-mcp/releases/tag/v2.16.0-beta.1
try it out, let me know!