This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch feature/tui-mcp-structured-tools
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 1d7d2d8fae5e CAMEL-23679: Add getTableDataAsJson() to HTTP,
CircuitBreaker, Configuration, and Threads tabs
discard 58624e178b7d CAMEL-23679: camel-tui - Add structured data access MCP
tools
add 69601c7e9015 CAMEL-23678: camel-jbang-mcp - Add runtime tools for
topology, errors, thread-dump, history, stop, and receive (#23730)
add 78a0a09c769f [CAMEL-23481] Replace retired Apache Derby with H2 in
camel-spring-jdbc
add 67a4f2e66d9e chore(deps): Bump aws-java-sdk2-version from 2.46.1 to
2.46.2
add 1e6536a61d4c CAMEL-23679: camel-tui - Add structured data access MCP
tools
add 94bb9714c635 CAMEL-23679: Add getTableDataAsJson() to HTTP,
CircuitBreaker, Configuration, and Threads tabs
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1d7d2d8fae5e)
\
N -- N -- N refs/heads/feature/tui-mcp-structured-tools
(94bb9714c635)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../camel-spring-parent/camel-spring-jdbc/pom.xml | 13 ++--
.../spring/jdbc/AbstractJdbcTestSupport.java | 2 +-
.../src/test/resources/camelContext.xml | 38 +++++------
.../src/test/resources/sql/init.sql | 2 +-
.../camel/dsl/jbang/core/common/RuntimeHelper.java | 20 ++++++
.../jbang/core/commands/mcp/RuntimeService.java | 24 +++++++
.../dsl/jbang/core/commands/mcp/RuntimeTools.java | 74 ++++++++++++++++++++++
parent/pom.xml | 2 +-
8 files changed, 144 insertions(+), 31 deletions(-)