You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@
22
22
"ConnectNeedAuthMethod": "A compatible MCP client that supports your chosen authentication method",
23
23
"ConnectNeedEndpoint": "The MCP server endpoint (URL)",
24
24
"ConnectNeedOAuth2Client": "An OAuth2 client configured for your Matomo if you want to connect using OAuth2",
25
+
"ConnectNeedOAuth2ClientNoPermission": "An OAuth2 client configured by a Matomo superuser if you want to connect using OAuth2",
25
26
"ConnectNeedToken": "A Matomo %1$stoken_auth%2$s (used as a Bearer token)",
26
27
"ConnectNeedTokenAlternative": "A Matomo %1$stoken_auth%2$s if you want to connect using token-based authentication",
27
28
"ConnectOAuth2HelpLink": "OAuth2 is available for this MCP Server because the Matomo OAuth2 plugin is installed and enabled. If you do not already have an OAuth2 client for your MCP client, create one in %1$sAdministration -> Platform -> OAuth2 Clients%2$s first. OAuth2 allows you to use a dedicated client and can provide more granular access control.",
29
+
"ConnectOAuth2HelpNoPermission": "OAuth2 is available for this MCP Server because the Matomo OAuth2 plugin is installed and enabled. If you do not already have an OAuth2 client for your MCP client, ask a Matomo superuser to create one for you. OAuth2 allows you to use a dedicated client and can provide more granular access control.",
28
30
"ConnectOAuth2Title": "Recommended: Connect Using OAuth2",
29
31
"ConnectPageTitle": "How to Connect to the MCP Server",
30
32
"ConnectTokenAlternativeTitle": "Alternative: Connect Using token_auth",
expect(text).to.contain('OAuth2 is available for this MCP Server and is the recommended way to connect.');
303
+
expect(text).to.contain('Recommended: Connect Using OAuth2');
304
+
expect(text).to.contain('An OAuth2 client configured by a Matomo superuser if you want to connect using OAuth2');
305
+
expect(text).to.contain('If you do not already have an OAuth2 client for your MCP client, ask a Matomo superuser to create one for you.');
306
+
expect(text).to.not.contain('If you do not already have an OAuth2 client for your MCP client, create one in Administration -> Platform -> OAuth2 Clients first.');
0 commit comments