What problem does it solve? Customization enablement (plugins, MCP servers, agents, skills, instructions) in the agent host involves scoped decisions, overlay semantics, and per-provider enforcement that are easy to get wrong, causing disabled servers to still reach the model or user decisions to be silently erased. ## Core Features & Use Cases - Enablement Architecture Guide: Explains the scoped decision list (Session, Workspace, Global), the client-base/host-overlay model, and identity rules for MCP server storage keys. - Debugging Playbook: Ranks diagnostic signals (published objects, Agent Host.log tool_search overrides, UI, model claims) and gives a cross-session reproduction recipe. - Provider Enforcement Reference: Documents how Copilot, Claude, and Codex enforce enablement at launch and mid-session, including known traps like the not_configured status bug. - Use Case: A disabled MCP server still appears to the model; use this Skill to trace the publication path, verify the stored decision, and identify which code path skipped resolveCustomizationEnablement(). ## Quick Start Ask the agent to explain why a disabled MCP server is still reaching the model and which enablement code path to inspect first.