What problem does it solve? Editing an everjust.app tenant's public marketing site requires navigating Odoo 19's copy-on-write view forking, the Tailwind-based QWeb page idiom, and the /-vs-/odoo debrand gate — mistakes like raw view edits get clobbered by module upgrades or mutate shipped templates for every site. ## Core Features & Use Cases - COW-safe page editing: Edit complete QWeb arch templates through the website_edit_page tool, which forks module views into website-specific copies so upgrades never overwrite changes. - Site structure management: Create pages, list and reorder nav menus, and create 301/302/308/404 redirects via dedicated MCP tools. - SEO and publishing control: Set per-page meta title, description, OG image, and URL slug, plus publish, unpublish, schedule, and gate pages behind sign-in or passwords. - Use Case: A tenant admin asks to launch a new Pricing page — create it as a draft, rewrite its body in the existing Tailwind class vocabulary, set its SEO metadata, add a nav item, and publish it, all through the everjust_agent_mcp server. ## Quick Start Ask the agent to list all pages on the tenant's website and then edit the homepage hero copy using the everjust website tools.