From 2e9fa87b21d0630c9ea8327032c1e94b633871db Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Tue, 23 Jun 2026 09:21:59 +0200 Subject: [PATCH] Add missing locales around MCP scope These localizations will be shown when the user authorizes a client that requests access to the mcp scope. --- config/locales/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index aea3d9e537ff..d8d818342cfb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -6420,6 +6420,8 @@ en: scopes: api_v3: "Full API v3 access" api_v3_text: "Application will receive full read & write access to the OpenProject API v3 to perform actions on your behalf." + mcp: "Access to MCP" + mcp_text: "Application will receive access to the OpenProject MCP endpoints. They are a limited subset of APIv3, that's tailored for usage with AI agents." grants: created_date: "Approved on" scopes: "Permissions"