# LLM Test Sandbox — llmtest.kaburu.co Sandbox for testing DiviOps MCP + Vision Pipeline workflow. Documenting what works, what's broken, and what gaps remain before live client builds. ## Environment | Component | Detail | |-----------|--------| | Site | https://llmtest.kaburu.co | | WP Admin | kaburu / Kaburu2026 | | Divi | 5.8.1 (active, API key set) | | DiviOps Agent | 1.5.5 (active) | | DiviOps MCP | 1.5.33, 85 tools registered | | DiviFlash | TBD (Steve uploading) | | Vision Pipeline | minicpm-v:8b + Playwright scroll-review | ## ✅ WORKING ### DiviOps MCP Connectivity - [x] meta_info — 85 tools discovered - [x] page_list — lists pages, detects Divi - [x] schema_list_modules — 80+ modules catalogued - [ ] page_create — create new pages (post-/reset) - [ ] section_append — add sections to pages - [ ] module_update — modify module attributes - [ ] render_preview — get preview URLs ### Site Infrastructure - [x] PHP upload limit fixed (2M → 256M) — vhost.conf merged, duplicate blocks removed - [x] DiviOps MCP server configured for llmtest (diviops-llmtest) — active after /reset ## ❌ BROKEN / TO FIX ### Resolved - [x] PHP upload_max_filesize at 2M default — fixed to 256M in system php.ini (`/usr/local/lsws/lsphp83/etc/php/8.3/litespeed/php.ini`) - [x] vhost.conf had duplicate phpIniOverride blocks inside acme-challenge context — cleaned up - [x] .user.ini settings ignored by LiteSpeed — documented gotcha: LiteSpeed lsphp only respects system php.ini - [x] Flaude legacy trap: .user.ini + vhost phpIniOverride both present but neither effective ### Pending - [ ] DiviOps MCP connects to kaburu.co, not llmtest — new server added, needs session restart - [ ] MCP reload not available — must /reset session to pick up new servers