docs: add Customization and Tailscale wiki pages
- New: Customization.md — logo convention, landing branding, QLC+ v4/v5 compat
- New: Tailscale.md — remote access setup guide, MCP over tailnet
- Updated: _Sidebar.md — added new pages under Advanced
- Updated: Configuration.md — branding and remote access cross-links
- Updated: Troubleshooting.md — blank web UI and USB disconnect sections
272f022
docs: post-v2.13.x sweep — mobile/PWA, visual identity, troubleshooting
- Home: mention MCP, mobile/PWA, tab persistence in key capabilities
- Quick-Start: add deploy-vs-update note, PWA install step, MCP caveat
- Troubleshooting: new Common Pitfalls section covering update vs deploy,
stale UI after deploy, lighting-mcp not installed (v2.13.1), Flask
template caching
- Command-Reference: clarify update is apt-only, add deploy.sh section
- Control-Server: bump to v2.13.2, add Visual Identity and Tab Persistence
sections, link to Mobile-and-PWA
- New Mobile-and-PWA page: iOS/Android install, offline behavior, mobile
UX details (44px targets, 16px inputs, safe-area, tabs scroll, modals)
- Sidebar: link Mobile-and-PWA under Usage
202d788
docs: agentic chat (v2.11) — Chat tab + /api/chat endpoint
4005b84
docs(Control-Server): web UI now exposes every Tier 1-3 capability
b8cd518
docs(Quick-Start): bump tool count to 48 (v2.9.0)
5be5d58
docs: document cue lists (audio-synced shows)
384e41e
docs: document chase management tools and endpoints
bde9ab6
docs: full wiki sweep for v2.x agent-driven workflow
Audit pass over every wiki page after the Tier-1 → v2.7.0 buildout —
fixing real gaps where pages were silent on capabilities that now exist.
Quick-Start.md
• Add Step 5 (control-install) and Step 6 (mcp-install) — the original
quick-start ended at "doctor" and never told new users they could
install the AI web UI or the MCP endpoint. Now they get a complete
path from SD card to LLM-driven rig.
Configuration.md
• Add a dedicated "MCP Server Variables" section covering MCP_HOST,
MCP_PORT, MCP_PATH, CONTROL_URL, MCP_BEARER_TOKEN, MCP_HTTP_TIMEOUT
• Fix the firewall description: previously claimed UFW only allows
SSH + QLC+ web UI; in fact control-install and mcp-install open
additional ports as part of their installation.
Troubleshooting.md
• Add "From an MCP Agent" subsection under Quick Diagnostics covering
test_dmx / get_logs / get_system_info. Tells operators (and the
agent itself) the right escape-hatch trio to triage problems
without SSHing in.
AI-Scene-Generation.md
• Add "From an MCP Agent" section explaining that the same
generate_scene pipeline is reachable as an MCP tool, and that
agents can use describe_scene to inspect saved scenes before
activating.
No content removed — only additive gap-filling.
392fbb8
docs(MCP-Server): document strobe tool
0cad514
docs(MCP-Server): document palette tool
2f28f17
docs(MCP-Server): document color_temperature tool
49b11dd
docs: document diagnostics tools (test_dmx, get_logs, get_system_info)
ad08daa
docs(Control-Server): document Tier 1 endpoints — group CRUD, scene mgmt, identify, blackout, batch
2a8c2e6
docs(MCP-Server): document Tier 1 additions — group + scene management, safety
Expands the tool catalog to 28 tools, organized by category:
• Group management: create / delete / update / add_fixtures /
remove_fixtures (5 new)
• Scene management: describe / delete / rename / duplicate (4 new)
• Safety / utility: blackout / batch_action / identify_fixture (3 new)
Ships with control-server v2.3 from lights-pi#13.
fcf0e12
docs: add MCP-Server page and cross-link from Home/Sidebar/Architecture
New MCP-Server.md covers the Streamable HTTP endpoint at :5001/mcp, the
14 tools (discovery + actions) and the lights://workspace resource,
plus client wiring for Claude Desktop / Cursor / MCP Inspector /
Python SDK.
Home, Sidebar, Architecture, Command-Reference, and Control-Server
updated to mention the new sibling service and the /api/action
endpoint it uses.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
e2a7ef0
docs: add AI scene generation, control server, and architecture pages
- New: AI-Scene-Generation.md (fixture-aware generation, save flow, templates)
- New: Control-Server.md (API reference, persistent WebSocket, save endpoint)
- New: Architecture.md (system diagram, services, file locations)
- Updated: Command-Reference.md (AI, control server, fixture group commands)
- Updated: Configuration.md (AI provider variables, PI_HOSTNAME note)
- Updated: _Sidebar.md (new pages in navigation)
1434db5
Update Home.md with real documentation content
050920d
Add Hardware-Setup and Configuration wiki pages
98cee83
Add initial wiki pages migrated from hardcoded docs
3674738