feat(server): add actions and wiki tools #16

Merged
David merged 1 commit from feat/actions-wiki-tools-fjmcp-15 into main 2026-06-14 22:25:32 +02:00
Owner

Expose every operation in fj_core::actions (15 tools) and fj_core::wiki (3 tools) as MCP tools, completing the FJMCP-9 full-coverage criterion. Each tool is tagged with its FJMCP-10 permission tier: READ tools run unconditionally, EDIT-tier tools (create/update variables, create_repo_secret, dispatch_workflow) call self.require(Tier::Edit)?, and DELETE-tier tools (delete variables and secret) call self.require(Tier::Delete)?.

Action secrets are write-only by design: list_repo_secrets returns names only, create_repo_secret warns that its data argument is a sensitive credential stored write-only, and there is no get-secret-value tool because the Forgejo API never exposes secret values.

Update the get_info instructions and the README tool tables for all 18 new tools.

#FJMCP-15

Expose every operation in fj_core::actions (15 tools) and fj_core::wiki (3 tools) as MCP tools, completing the FJMCP-9 full-coverage criterion. Each tool is tagged with its FJMCP-10 permission tier: READ tools run unconditionally, EDIT-tier tools (create/update variables, create_repo_secret, dispatch_workflow) call self.require(Tier::Edit)?, and DELETE-tier tools (delete variables and secret) call self.require(Tier::Delete)?. Action secrets are write-only by design: list_repo_secrets returns names only, create_repo_secret warns that its data argument is a sensitive credential stored write-only, and there is no get-secret-value tool because the Forgejo API never exposes secret values. Update the get_info instructions and the README tool tables for all 18 new tools. #FJMCP-15
feat(server): add actions and wiki tools
All checks were successful
Check / fmt + clippy + build + tests (pull_request) Successful in 39s
Create release / Create release from merged PR (pull_request) Has been skipped
88b03da7c4
Expose every operation in fj_core::actions (15 tools) and fj_core::wiki (3 tools) as MCP tools, completing the FJMCP-9 full-coverage criterion. Each tool is tagged with its FJMCP-10 permission tier: READ tools run unconditionally, EDIT-tier tools (create/update variables, create_repo_secret, dispatch_workflow) call self.require(Tier::Edit)?, and DELETE-tier tools (delete variables and secret) call self.require(Tier::Delete)?.

Action secrets are write-only by design: list_repo_secrets returns names only, create_repo_secret warns that its data argument is a sensitive credential stored write-only, and there is no get-secret-value tool because the Forgejo API never exposes secret values.

Update the get_info instructions and the README tool tables for all 18 new tools.

#FJMCP-15
David merged commit 5af08c9da9 into main 2026-06-14 22:25:32 +02:00
David deleted branch feat/actions-wiki-tools-fjmcp-15 2026-06-14 22:25:32 +02:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pandoras-box/forgejo-mcp!16
No description provided.