override fun createCenterPanel()

in src/main/kotlin/org/jetbrains/mcpserverplugin/terminal/Terminal.kt [96:105]


                    override fun createCenterPanel(): JComponent? {
                        return panel {
                            row {
                                label("Do you want to run command `${args.command.take(100)}` in the terminal?")
                            }
                            row {
                                comment("Note: You can enable 'Brave Mode' in settings to skip this confirmation.")
                            }
                        }
                    }