fix(mcp): sync FORGE_TOOLS_ALLOWLIST with real forge-mcp tool names (FM-4) #815
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!815
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/808"
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?
Renames 11 legacy forgejo-mcp names in
FORGE_TOOLS_ALLOWLISTto match the short verb names thatapps/forge-mcp/src/tools.tsactually registers (e.g.get_issue_by_index→get_issue,get_file_content→read_file). Adds 4 previously-missing tools (create_pull_request,get_workflow_run,list_pull_request_files,submit_review).Closes #808
Test plan
FORGE_TOOLS_ALLOWLISTname is inTOOL_NAMESfromapps/forge-mcp/src/tools.ts— fails closed on driftmcp__forge__get_issue_by_indexrefs inmcp-config.test.tsanddefault-mcp-registry.test.tsAll 11 renames correct, 4 new tools added, cross-package drift test in place.
tsconfig.jsonrootDirdrop needed for the relative import — correct. CI green.