优化MCP管理,支持所有Agent

This commit is contained in:
xintaofei
2026-03-31 22:15:48 +08:00
parent fafe970309
commit 296b0c7806
3 changed files with 316 additions and 3 deletions

View File

@@ -573,7 +573,13 @@ export interface GitHubTokenValidation {
message: string | null
}
export type McpAppType = "claude_code" | "codex" | "open_code"
export type McpAppType =
| "claude_code"
| "codex"
| "gemini"
| "open_claw"
| "open_code"
| "cline"
export interface LocalMcpServer {
id: string