feat: support Tomcat Command WebSocketBypassNginx

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 8458becfbc
commit 5b5c225edb
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 {