Epic: MCP Control Plane Web Console #631
Open
opened 2026-07-10 14:37:23 -05:00 by jcwalker3
·
2 comments
No Branch/Tag Specified
master
fix/issue-709-decision-lock-cross-profile
fix/issue-695-native-transport-quarantine
fix/issue-698-report-validator-schema
fix/issue-702-stale-binding-lease-recovery
fix/issue-699-structured-auth-mcp-errors
fix/issue-695-native-quarantine-v2
fix/issue-693-review-decision-lock-recovery
fix/issue-691-obsolete-reviewer-lease-cleanup
feat/issue-687-reconciler-branch-delete
fix/issue-683-workflow-guard-hardening
chore/issue-681-preserve-review-session-wip
feat/issue-604-anti-stomp-preflight
feat/issue-606-sentry-observability
fix/issue-671-block-stable-branch-push
fix/issue-675-residual-preflight-remediation
fix/issue-673-remediate-regressions-part2
fix/issue-673-remediate-regressions
feat/issue-603-lifecycle-labels
fix/issue-627-set-issue-labels-pagination
feat/issue-601-first-class-leases
feat/issue-612-incident-bridge
feat/issue-600-controller-allocator-api
fix/issue-620-head-scoped-review-locks
feat/issue-613-allocator-db-substrate
docs/mcp-stable-control-runtime-policy
feat/issue-609-prepared-review-verdict-resume
feat/issue-610-live-remote-parity
feat/issue-503-reviewer-active-worktree
feat/issue-470-preflight-contract
feat/issue-440-lock-recovery
feat/issue-440-branch-recovery
feat/issue-458-queue-fail-closed-copy
feat/issue-400-early-duplicate-work-gate
feat/issue-308-reconcile-inventory-pagination
feat/issue-308-reconcile-pagination-proof
docs/issue-261-agent-temp-artifact-cleanup
feat/issue-262-map-commit-files
fix/infra-stop-conflict-marker-false-positive
feat/issue-139-role-aware-task-routing
feat/issue-188-continuation-selection-wall
feat/issue-189-continuation-mode-proofs
feat/issue-232-refresh-wiki-proof-heads
feat/issue-210-block-workspace-edits
feat/issue-204-exact-issue-lock
docs/issue-80-label-taxonomy
docs/issue-79-safety-boundary-updates
v1.1.0
Labels
Clear labels
allocator
anti-stomp
architecture
bug
chore
codex
concurrency
contamination
control-plane
dashboard
database
design
documentation
enhancement
gitea
glitchtip
important
incident
incident-bridge
integration
jenkins
labels
leases
mcp
mcp-health
mcp-menu
multi-project
mutating
nice-to-have
observability
portability
preflight
protected-branch
queue
read-only
reconnect
recovery
refactor
release
reliability
resumable-review
reviewer
roadmap
safety
security
self-hosted
sentry
stale-runtime
status:blocked
status:in-progress
status:pr-open
status:ready
terminal-lock
testing
tracker
type:bug
type:feature
type:feature
type:guardrail
visibility
workflow
workflow-hardening
workflow-hardening
Controller-owned work allocator
Prevent concurrent LLM session stomping
Architecture / structural design
OpenAI Codex client / workflow session surface
Concurrent session safety
Workflow or session contamination incident
MCP control-plane coordination and allocation authority
MCP operational dashboard/queue view
Internal coordination storage (SQLite/Postgres)
Design / investigation, no implementation
Docs / runbooks
New feature or improvement
Gitea MCP workflow
GlitchTip integration
Operational or process incident requiring durable audit trail
Sentry-to-Gitea incident bridging
Integration testing
Jenkins integration
Label taxonomy management
Lease adopt/release/expire lifecycle
MCP server / tooling
MCP namespace and runtime health
MCP menu surface
Work spanning multiple monitoring projects or Gitea repos
Mutating action; requires gating
Observability, metrics, traces, error reporting
Cross-platform / portability
Shared preflight gates before mutation
Protected branch / stable-branch policy concern
Work queue visibility and allocation
Read-only, no mutation
MCP client reconnect/reload recovery path
Recovery paths for stale/foreign leases
Code refactor / restructure
Release / versioning
Reliability / failure handling
Persist and resume prepared review verdicts across sessions
Reviewer workflow tooling
Roadmap / umbrella issue
Safety rails and fail-closed mutation guards
Security / trust boundary
Self-hosted infrastructure integration
Sentry error monitoring integration
Stale backend daemon / runtime-vs-master parity failures
Issue is blocked
Issue is being worked on
Issue has an open pull request
Issue is ready for work
Terminal review lock (#332) path
Tests / test coverage
Issue tracker hygiene / meta
Bug or defect
Feature or enhancement
Feature or enhancement
Safety gate or guardrail
Workflow state visibility for LLMs/operators
Cross-tool workflow
LLM workflow coordination hardening
LLM workflow coordination hardening
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Scaled-Tech-Consulting/Gitea-Tools#631
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem statement
Operators and LLM workers still lack a single durable MCP Control Plane Web Console that unifies system health, project registry, traffic-control/queue visibility, sessions/leases/locks/worktrees, workflow events, Gitea linkage, observability bridges, AI-provider insights, cost/latency analytics, notifications, and policy management.
The closed MVP tracker #425 and children #426–#436 delivered a read-only internal Starlette UI under
webui/(queue, projects, prompts, runtime, audit, worktrees, leases, gated-actions stubs, deployment boundary, tests). That MVP is foundation, not the full console product.Without a next-generation epic:
User and operational impact
Scope (umbrella)
This epic owns the product roadmap and linkage for the Web Console. Implementation is delivered via child issues only.
Phase 1 — Read-only operational visibility (implement first)
Foundation children (create as independent issues linked here):
Phase 2 — Controlled operational actions
Phase 3 — Workflow orchestration
Phase 4 — AI-assisted insights and optimization
Explicit non-goals
webui/and APIs.pkill/host process killing as recovery (#630).Required implementation investigation
Future implementers must inspect:
webui/package anddocs/webui-*.mdcontrol_plane_db.py,allocator_service.pydocs/architecture/mcp-allocator-control-plane-observability-adr.mddocs/safety-model.md,docs/tool-boundaries.md,docs/credential-isolation.mdProposed architecture direction
Rule: Console never invents policy. It projects live state and executes only capability-checked, audited actions.
Stack preference: extend existing Starlette
webui/with versioned JSON APIs, then progressive UI enhancement. Prefer server-side secret handling; never ship tokens to the browser.Security and workflow-safety requirements
Acceptance criteria (epic)
Required tests (epic-level)
Observability and audit requirements
Dependencies and linkage
Foundation (closed MVP — extend, do not recreate)
Related open / coordination
Phased delivery policy
Canonical issue state (template for updates)
Required final evidence (for this intake session)
Required final response and handoff expectations
User-facing response: brief list of created issues + next role. Full child bodies are durable Gitea context for future LLMs. Controller may reorder; authors claim one child at a time with leases.
Canonical Issue State
STATE:
ready-for-author
WHO_IS_NEXT:
author
NEXT_ACTION:
Claim Phase 1 foundation issues starting with architecture (#632) and auth/audit model (#633); implement only one leased issue at a time
CONTINUATION:
Stored in this epic and child issue bodies. Future sessions must retrieve #631 + selected child from Gitea; do not rely on chat history. Ready-to-paste prompts are recovery aids only.
NEXT_PROMPT:
WHAT_HAPPENED:
Created umbrella epic #631 and linked child issues #632–#651 covering Phases 1–4. Surveyed live
webui/package, docs/webui-*.md, closed MVP tracker #425–#436, open related #605/#606/#607/#603/#628/#626/#630. No product feature implementation performed.WHY:
Durable multi-issue structure so future LLMs can retrieve complete console roadmap and implement independently without this intake chat.
RELATED_ISSUES:
Phase 1 — Read-only operational visibility (implement first)
Phase 2 — Controlled operational actions
Phase 3 — Workflow orchestration
Phase 4 — AI-assisted insights and optimization
Foundation (closed MVP — extend, do not recreate)
webui/)Related open coordination
RELATED_PRS:
none created in this intake session
BLOCKERS:
none for intake
VALIDATION:
Duplicate search completed; #425 is foundation not duplicate; children independently implementable with full durable bodies
LAST_UPDATED_BY:
jcwalker3 / prgs-author / author / 2026-07-10 web-console issue intake
Canonical Issue State
STATE:
implementation-umbrella-active
WHO_IS_NEXT:
author
NEXT_ACTION:
Treat #652 as product vision SoT and #653 as phased roadmap; implement children #632–#651 only; do not treat closing children as vision complete
NEXT_PROMPT:
WHAT_HAPPENED:
Planning package completed: vision #652, roadmap #653. Children #632–#651 unchanged (no duplicates). Role split: #652=vision, #653=sequencing, #631=child registry/umbrella.
WHY:
Avoid three competing incomplete epics; preserve full vision while keeping existing implementation issues.
RELATED_ISSUES:
#652 #653 #632–#651 #425–#436
RELATED_PRS:
none
BLOCKERS:
none
VALIDATION:
No recreation of Phase 1 issues; preserved catalog on #653
LAST_UPDATED_BY:
jcwalker3 / prgs-author / author / 2026-07-10