Document static dual-namespace Gitea MCP deployment model #143

Closed
opened 2026-07-05 01:51:42 -05:00 by jcwalker3 · 0 comments
Owner

Purpose

Document the accepted #139 decision: use static per-role MCP namespaces for now.

Acceptance criteria

  • Docs state the preferred model:
    • gitea-author for authoring
    • gitea-reviewer for review/merge
  • Docs explicitly reject dynamic switching and dispatcher routing for now.
  • Explain why:
    • clearer audit
    • less credential concentration
    • simpler two-party review boundary
    • safer fail-closed behavior
  • Include setup examples for MCP clients where safe:
    • author namespace
    • reviewer namespace
    • environment/profile variables
  • Explain that “Auth unsupported” in some clients can be normal for custom/local MCP servers.
  • Explain reconnect/reload requirements after profile/config/tool changes.
  • No secrets, tokens, keychain IDs, or raw service URLs.
  • Update operator guide / workflow docs.

Related to #139.

## Purpose Document the accepted #139 decision: use static per-role MCP namespaces for now. ## Acceptance criteria * Docs state the preferred model: * `gitea-author` for authoring * `gitea-reviewer` for review/merge * Docs explicitly reject dynamic switching and dispatcher routing for now. * Explain why: * clearer audit * less credential concentration * simpler two-party review boundary * safer fail-closed behavior * Include setup examples for MCP clients where safe: * author namespace * reviewer namespace * environment/profile variables * Explain that “Auth unsupported” in some clients can be normal for custom/local MCP servers. * Explain reconnect/reload requirements after profile/config/tool changes. * No secrets, tokens, keychain IDs, or raw service URLs. * Update operator guide / workflow docs. Related to #139.
jcwalker3 added the status:in-progress label 2026-07-05 02:15:41 -05:00
sysadmin removed the status:in-progress label 2026-07-05 02:29:23 -05:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#143