Starlette read-only MVP with shared layout, /health JSON liveness, and route stubs for projects, prompts, runtime, audit, worktrees, and leases. Includes scripts/run-webui, docs/webui-local-dev.md, and tests. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
5 lines
131 B
Python
5 lines
131 B
Python
"""Internal MCP Control Plane web UI (read-only MVP skeleton, #426)."""
|
|
|
|
from webui.app import create_app
|
|
|
|
__all__ = ["create_app"] |