//! Cursor writer — HIGH confidence (MCP).
//!
//! Config-schema landmines: MCP key `mcpServers` in `~/.cursor/mcp.json`
//! (global) / `.cursor/mcp.json` (project). URL transport uses `url`. Cursor has
//! no native Skills concept (it uses Rules `.cursor/rules/*.mdc`), so a `kind:skill`
//! is rendered to a `.mdc` Agent-Requested rule by the shared skill renderer
//! (`writers::render`, plan 02) — backend `agent_compat` now lists skill for all
//! eight agents, so Cursor IS a skill target. Source: cursor.com/docs/mcp + /rules
//! (2026-06-04).
use ;
use crateAgentId;