diff --git a/license/license.go b/license/license.go index 651bd92..752f24b 100644 --- a/license/license.go +++ b/license/license.go @@ -40,6 +40,9 @@ const ( // than 403, because the page has to render an explanation to a member of // the public who cannot do anything about it. FeatureStatusPages = "status_pages" + // FeatureMCP gates agent access over the Model Context Protocol. It is + // opt-in per customer like console and OIDC, so no plan bundles it. + FeatureMCP = "mcp" ) // Support levels. Carried for display and enforced by nothing — there is no code