{"name":"cf-www","version":"9.0.0","description":"MobiCycle website orchestrator — REST API + MCP tools","interfaces":{"rest":"/api/* — Hono REST endpoints (layers, brand, AI, discussions)","mcp":"/mcp — MCP tools (pipeline generation)"},"endpoints":["GET  /health                          — Health + binding status","GET  /api/company                     — Layer 1 company info","GET  /api/layers                      — All layers overview","GET  /api/layers/:level               — Specific layer","GET  /api/domains                     — All domains (?level=&parent=&group=)","GET  /api/domains/:domain             — Single domain info","GET  /api/site/:domain                — Full site context","GET  /api/sections                    — Site section definitions","GET  /api/footer/:domain              — 5-column footer","GET  /api/brand/css?domain=           — Full CSS with custom properties","GET  /api/brand/theme?domain=         — JSON theme object","GET  /api/brand/fonts?domain=         — Google Fonts link tags","GET  /api/brand/domains               — Domains with brand overrides","GET  /api/brand/styles                — All reference styles","GET  /api/brand/styles/:style         — Specific style definition","GET  /api/brand/domain/:domain        — Full brand + style for domain","POST /api/ai/consult                  — Generate + store knowledge","POST /api/ai/consult-all              — Generate ALL topics","GET  /api/ai/knowledge                — List all stored knowledge","GET  /api/ai/knowledge/:domain        — Domain knowledge (?topic=)","GET  /api/ai/knowledge/:domain/:topic — Specific knowledge","DEL  /api/ai/knowledge/:domain        — Delete knowledge (?topic=)","POST /api/ai                          — Free-form chat","POST /api/ai/stream                   — Streaming chat","GET  /api/ai/models                   — Available models","POST /api/discussions                 — Record discussion","GET  /api/discussions                 — List all discussions","GET  /api/discussions/date/:date      — Discussions by date","GET  /api/discussions/domain/:domain  — Discussions by domain","GET  /api/discussions/:date/:domain   — Specific discussion","POST /api/generate/:domain            — Generate all 4 sections + assemble page","GET  /api/serve/:domain               — Serve assembled page as HTML"],"mcp_tools":["generate_instructions_complete        — All 4 sections → full page","generate_instructions_hero            — Hero section only","generate_instructions_main-content    — Main content only","generate_instructions_interactive-demo — Interactive demo only","generate_instructions_footer          — Footer only"]}