-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path002_session-welcome.json
More file actions
45 lines (45 loc) · 982 Bytes
/
Copy path002_session-welcome.json
File metadata and controls
45 lines (45 loc) · 982 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
38
39
40
41
42
43
44
45
{
"v": "gabp/1",
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "response",
"result": {
"agentId": "minecraft-mod-v2.1",
"app": {
"name": "Minecraft",
"version": "1.20.4"
},
"capabilities": {
"methods": [
"session/hello",
"session/welcome",
"tools/list",
"tools/call",
"events/subscribe",
"events/unsubscribe",
"resources/list",
"resources/read"
],
"events": [
"player/move",
"world/block_change",
"inventory/update"
],
"resources": [
"gabp://game/world",
"gabp://game/players",
"gabp://mod/config"
],
"limits": {
"maxMessageSize": 1048576,
"maxConcurrentRequests": 10,
"requestTimeout": 30
}
},
"schemaVersion": "1.0",
"serverInfo": {
"name": "GABP Minecraft Mod",
"version": "2.1.0",
"author": "Example Author"
}
}
}