feat: support Tomcat Command WebSocketBypassNginx

This commit is contained in:
ReaJason
2026-01-14 01:21:32 +08:00
parent 251b398a93
commit 4331feb675
23 changed files with 849 additions and 53 deletions
+2
View File
@@ -30,6 +30,8 @@ export interface ShellToolConfig {
export interface CommandShellToolConfig {
shellClassName?: string;
paramName?: string;
headerName?: string;
headerValue?: string;
}
export interface GodzillaShellToolConfig {