Files
wx-win-agent/docs/webui-mcp-config.example.json
T
2026-09-07 19:07:16 +08:00

12 lines
453 B
JSON

{
"ListenUrl": "http://127.0.0.1:5088",
"AllowExternal": false,
"AllowedHosts": ["127.0.0.1:5088", "localhost:5088", "[::1]:5088"],
"AllowedOrigins": ["http://127.0.0.1:5088", "http://localhost:5088", "http://[::1]:5088"],
"CredentialFile": "C:/Users/USERNAME/wx-agent/credentials.json",
"DataDirectory": "C:/Users/USERNAME/wx-agent/data",
"QueueCapacity": 100,
"ListenerSession": "文件传输助手",
"EnableListenerEvents": false
}