feat: add the mcp licence feature constant

This commit is contained in:
2026-09-08 13:27:54 +00:00
parent 02a6502f12
commit 759d36e85d
+3
View File
@@ -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