This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 089b95a62d Pin modelcontextprotocol/server-everything to 2025.12.18
for Langchain4jAgentTest.agentWithMcpClient test
089b95a62d is described below
commit 089b95a62d4b53bec91c0c406ffda17e290da898
Author: James Netherton <[email protected]>
AuthorDate: Thu Jan 15 08:57:30 2026 +0000
Pin modelcontextprotocol/server-everything to 2025.12.18 for
Langchain4jAgentTest.agentWithMcpClient test
Fixes #8153
---
.../camel/quarkus/component/langchain4j/agent/it/AgentProducers.java | 2 +-
.../quarkus/component/langchain4j/agent/it/Langchain4jAgentTest.java | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git
a/integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/AgentProducers.java
b/integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/AgentProducers.java
index 7e9b15314a..5f2124c2d2 100644
---
a/integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/AgentProducers.java
+++
b/integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/AgentProducers.java
@@ -239,7 +239,7 @@ public class AgentProducers {
.initializationTimeout(Duration.ofSeconds(120))
.transport(new StdioMcpTransport.Builder()
.command(List.of(ProcessUtils.getNpxExecutable(), "-y",
-
"@modelcontextprotocol/server-everything"))
+
"@modelcontextprotocol/[email protected]"))
.logEvents(true)
.build())
.build())
diff --git
a/integration-tests/langchain4j-agent/src/test/java/org/apache/camel/quarkus/component/langchain4j/agent/it/Langchain4jAgentTest.java
b/integration-tests/langchain4j-agent/src/test/java/org/apache/camel/quarkus/component/langchain4j/agent/it/Langchain4jAgentTest.java
index 818d1c53a8..b68dc89859 100644
---
a/integration-tests/langchain4j-agent/src/test/java/org/apache/camel/quarkus/component/langchain4j/agent/it/Langchain4jAgentTest.java
+++
b/integration-tests/langchain4j-agent/src/test/java/org/apache/camel/quarkus/component/langchain4j/agent/it/Langchain4jAgentTest.java
@@ -23,7 +23,6 @@ import
org.apache.camel.quarkus.component.langchain4j.agent.it.guardrail.Validat
import
org.apache.camel.quarkus.component.langchain4j.agent.it.guardrail.ValidationFailureOutputGuardrail;
import org.eclipse.microprofile.config.ConfigProvider;
import org.junit.jupiter.api.Assumptions;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@@ -228,7 +227,6 @@ class Langchain4jAgentTest {
"toolWasInvoked", is(true));
}
- @Disabled("https://github.com/apache/camel-quarkus/issues/8153")
@Test
void agentWithMcpClient() {
boolean isNodeJSInstalled =
ConfigProvider.getConfig().getValue("nodejs.installed", boolean.class);