feat: add the mcp licence feature constant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user