fix: delete description

This commit is contained in:
WangCham
2025-10-24 20:37:48 +08:00
parent 075091ed06
commit 72ca62eae4
4 changed files with 34 additions and 31 deletions
+1
View File
@@ -319,6 +319,7 @@ export interface ApiRespMCPServer {
}
export interface MCPServer {
extra_args: any;
name: string;
mode: 'stdio' | 'sse';
enable: boolean;