From 759d36e85d8c327029c7d71f08b977d873f44c53 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Tue, 8 Sep 2026 13:27:54 +0000 Subject: [PATCH] feat: add the mcp licence feature constant --- license/license.go | 3 +++ 1 file changed, 3 insertions(+) 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