Path A · Agents (MCP) — Done state
In about 5 minutes you can operate LUNO from your site repo via an agent.
What you have
| Item | State |
|---|---|
| MCP | Connected in Cursor / Claude Code / Codex (Verified) |
| Keys | In .agents/luno/ (gitignored). Public default is prod |
| Scope | Prefer full (or content / schema) |
| First ask | List form sets or draft one entry — not publish |
Checklist
- [ ]
npx @luno-cms/mcp setupcompleted (browser confirm) - [ ] Agent approved workspace trust / MCP
- [ ] “List the form sets on this LUNO, or draft one entry. Don't publish or change the schema.” returns a real response
- [ ] (Optional) Public structure readable via
llms.txt
Do this now
Follow in order to reach the done state.
- Run setup from your site repo root
bash
cd my-existing-site
npx @luno-cms/mcp setup
# → browser confirm → healthcheck against productionDo not paste a key into the agent chat.
Open the project in the chosen agent and approve trust / MCP if prompted
Ask:
List the form sets on this LUNO, or draft one entry. Don't publish or change the schema.Later: teammates run npx @luno-cms/mcp login. Use --env stg only if you have access.
- If stuck, open the AI agents guide setup section
Next
| Goal | Page |
|---|---|
| Full setup | AI agents guide |
| Product overview | AI Agents |
| Path B · Console | Done state |
| Path C · API only | Done state |