Unify MCP across clients; remove legacy plugin server
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# DSS Admin UI - AI Reference Documentation
|
||||
|
||||
Human-facing docs live in `docs/README.md` (start there). This document is an AI-oriented reference for Admin UI structure and API usage.
|
||||
|
||||
## Overview
|
||||
The DSS Admin UI is a Preact + Signals application that provides a team-centric dashboard for managing design system operations. It connects to the DSS backend API (FastAPI server running on port 8002).
|
||||
The DSS Admin UI is a Preact + Signals application that provides a team-centric dashboard for managing design system operations. It connects to the DSS backend API (FastAPI server; typically `:6220` in dev setups).
|
||||
|
||||
In development, the UI usually runs on `:6221` (Vite) and proxies `/api/*` to the API server. In server/headless mode, the API can serve the built UI from `admin-ui/dist/` on the same port.
|
||||
|
||||
## Technology Stack
|
||||
- **Framework**: Preact 10.x (~3KB)
|
||||
|
||||
Reference in New Issue
Block a user