Interactive profile setup menu for canonical Gitea MCP config #31
Reference in New Issue
Block a user
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?
Parent
Roadmap #10. Depends on #19 / PR #30 (canonical runtime profiles).
Problem
Hand-editing the canonical profiles JSON is error-prone and unsafe; users should not paste Gitea tokens into Claude/Gemini/Codex MCP configs.
Goal
Interactive setup/menu utility to create, edit, validate, and display safe launcher snippets for the canonical Gitea MCP profile config.
Behavior
security, service id likeprgs-gitea-reviewer-token) or env var name (e.g.GITEA_TOKEN_PRGS_REVIEWER). Never echo/log/commit tokens; never write raw tokens into launcher configs.~/.config/gitea-tools/profiles.json: mkdir parents, atomic write, pretty JSON, preserve existing profiles.Delivery
Stacked on PR #30 (
feat/json-runtime-profiles); merges after #30.Refs #10, #19.