fix: run lint

This commit is contained in:
WangCham
2025-10-28 16:14:31 +08:00
parent 4d3610cdf7
commit d32f783392
12 changed files with 207 additions and 497 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ export interface ApiRespMCPServer {
}
export interface MCPServer {
extra_args: any;
extra_args: Record<string, unknown>;
name: string;
mode: 'stdio' | 'sse';
enable: boolean;