This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch tui-mcp-CAMEL-23606
in repository https://gitbox.apache.org/repos/asf/camel.git
from e42e47310cb7 CAMEL-23606: camel-tui - extract McpLogPopup from
ActionsPopup
add ad278876d093 CAMEL-23606: camel-tui - add tui_get_options and
tui_wait_for_idle MCP tools
add 5e23b7d958a4 CAMEL-23606: camel-tui - faster key injection, wait
option, and F2 menu discovery
add 3609dbaafc01 CAMEL-23606: camel-tui - MCP selection context metadata
for AI navigation
add 26e1f1270313 CAMEL-23606: camel-tui - auto-select launched integration
and clear stale selection
No new revisions were added by this update.
Summary of changes:
.../dsl/jbang/core/commands/tui/ActionsPopup.java | 56 ++++++-
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 63 +++++++-
.../jbang/core/commands/tui/CircuitBreakerTab.java | 13 ++
.../dsl/jbang/core/commands/tui/ConsumersTab.java | 13 ++
.../dsl/jbang/core/commands/tui/EndpointsTab.java | 18 +++
.../dsl/jbang/core/commands/tui/HealthTab.java | 16 ++
.../dsl/jbang/core/commands/tui/HistoryTab.java | 32 ++++
.../camel/dsl/jbang/core/commands/tui/HttpTab.java | 14 ++
.../dsl/jbang/core/commands/tui/MonitorTab.java | 4 +
.../dsl/jbang/core/commands/tui/RoutesTab.java | 13 ++
.../tui/{LogEntry.java => SelectionContext.java} | 14 +-
.../dsl/jbang/core/commands/tui/TuiMcpServer.java | 175 ++++++++++++++++++++-
12 files changed, 414 insertions(+), 17 deletions(-)
copy
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/{LogEntry.java
=> SelectionContext.java} (83%)