()
| 117 | } |
| 118 | |
| 119 | function buildDefaultConfig(): MCPConfig { |
| 120 | return { |
| 121 | command: [], |
| 122 | enabled: true, |
| 123 | type: "local", |
| 124 | }; |
| 125 | } |
| 126 | |
| 127 | export function AddMCPDialog({ onAdd }: AddMCPDialogProps) { |
| 128 | const [open, setOpen] = useState(false); |
no outgoing calls
no test coverage detected