mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-06-30 18:41:26 +08:00
♻️ refactor(ai-settings): 抽离 MCP 客户端安装状态逻辑
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { AIMCPClientInstallStatus } from '../types';
|
||||
|
||||
type MCPClientKey = 'claude-code' | 'codex';
|
||||
export type MCPClientKey = 'claude-code' | 'codex';
|
||||
|
||||
export const EMPTY_MCP_CLIENT_STATUSES: AIMCPClientInstallStatus[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user