Add support for Projects #42
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#42
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?
It would be helpful if I can let AI clean up my projects, for instance to ask it to sort the project board by milestone.
User Epic
Feature: Forgejo Projects API Support
Add MCP tools to interact with Forgejo's Projects API, enabling AI assistants to:
Example use case: "Sort the project board by milestone"
Status Update: Blocked on Upstream
After research, this feature is blocked - the Forgejo/Gitea Projects API does not exist yet.
Upstream Status
Proposed API Endpoints (from draft PRs)
Projects:
POST/GET /user/projects- User projectsPOST/GET /orgs/{org}/projects- Organization projectsPOST/GET /repos/{owner}/{repo}/projects- Repository projectsGET/PATCH/DELETE /projects/{id}- Project managementBoards (Columns):
POST/GET /projects/{projectId}/boards- List/create boardsGET/PATCH/DELETE /projects/boards/{boardId}- Board managementNext Steps
forgejo-sdkadds Projects support (contribute if not)Implementation Plan
Full implementation plan documented at:
docs/plans/projects-support.mdStatus Update (2026-03-28): Still Blocked
Re-evaluated whether upstream progress or the new forgejo-sdk v3.0.0 unblocks this. It does not.
Upstream Status
SDK & API Check
HasProjectsbool on repo structs and aRepoUnitProjectspermission constant — no API client support.Summary
The blocker chain remains unchanged:
We'll check again when Gitea 1.26.0 ships or Forgejo adds project API support independently.
Looks like another PR has been opened!
https://github.com/go-gitea/gitea/pull/37518
its still a draft, so lets wait a little. @twstagg thanks for keeping an eye on it!