-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathcurrenttime-users.json
More file actions
37 lines (37 loc) · 1004 Bytes
/
currenttime-users.json
File metadata and controls
37 lines (37 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"scope_name": "currenttime-users",
"description": "Users with access to currenttime server",
"server_access": [
{
"server": "currenttime",
"methods": ["initialize", "tools/list", "tools/call"],
"tools": ["current_time_by_timezone"]
},
{
"server": "/currenttime/",
"methods": ["initialize", "tools/list", "tools/call"],
"tools": ["current_time_by_timezone"]
},
{
"server": "/currenttime",
"methods": ["initialize", "tools/list", "tools/call"],
"tools": ["current_time_by_timezone"]
},
{
"server": "context7",
"methods": ["initialize", "tools/list", "tools/call"],
"tools": ["*"]
},
{
"server": "api",
"methods": ["initialize", "GET", "POST", "servers", "agents", "search", "rating"],
"tools": []
}
],
"group_mappings": ["currenttime-users"],
"ui_permissions": {
"list_service": ["all"],
"health_check_service": ["all"]
},
"create_in_idp": true
}