-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlitegraph.json
More file actions
48 lines (48 loc) · 1.06 KB
/
litegraph.json
File metadata and controls
48 lines (48 loc) · 1.06 KB
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
46
47
48
{
"CreatedUtc": "2025-11-24T10:13:33.307268Z",
"CreatedBy": "Setup",
"DeploymentType": "Private",
"SoftwareVersion": "v1.0.0",
"Node": {
"GUID": "d2ebf75d-ec51-4836-b831-6555bff66ef7",
"Name": "LiteGraph Model Context Protocol Server",
"Hostname": "localhost",
"InstanceType": "McpServer",
"LastStartUtc": "2025-11-27T07:02:15.780868Z",
"CreatedUtc": "2025-11-24T10:13:33.309647Z"
},
"Logging": {
"Servers": [],
"LogDirectory": "./logs/",
"LogFilename": "litegraph-mcp.log",
"ConsoleLogging": true,
"EnableColors": true,
"MinimumSeverity": 0
},
"LiteGraph": {
"Endpoint": "http://localhost:8701",
"ApiKey": "litegraphadmin"
},
"Http": {
"Hostname": "*",
"Port": 8200
},
"Tcp": {
"Address": "*",
"Port": 8201
},
"WebSocket": {
"Hostname": "*",
"Port": 8202
},
"Storage": {
"BackupsDirectory": "./backups/",
"TempDirectory": "./temp/"
},
"Debug": {
"Exceptions": true,
"Requests": false,
"DatabaseQueries": false,
"McpOperations": false
}
}