feat: add platform key usage to mcp auth

This commit is contained in:
a.tolmachev
2026-03-31 15:48:09 +03:00
parent 84f4437ce0
commit 563e17c3df
11 changed files with 363 additions and 30 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ var search = '';
var SCOPES = ['read', 'write', 'deploy'];
var SCOPE_DESC = {
read: 'Read operations, logs, and usage',
write: 'Create and update operations',
deploy: 'Publish agents and operations',
read: 'Initialize MCP sessions and list tools',
write: 'Execute published tools through MCP',
deploy: 'Reserved for deploy-scoped automation',
};
function mapKeyRecord(record) {