jamesnetherton opened a new issue, #8007:
URL: https://github.com/apache/camel-quarkus/issues/8007

   Follow up from https://github.com/apache/camel-quarkus/pull/8001.
   
   There's something odd happening on the GitHub Windows runner with 
`Langchain4jAgentTest.agentWithMcpClient`. On a local Windows 11 machine, the 
test passes fine:
   
   The `server-everything` process process is started and produces messages:
   
   ```
   [dev.langchain4j.mcp.client.transport.stdio.StdioMcpTransport] (main) 
Starting process: [npx.cmd, -y, @modelcontextprotocol/server-everything]
   [dev.langchain4j.mcp.client.transport.stdio.StdioMcpTransport] (main) PID of 
the started process: 1480
   [MCP] (main) > 
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"langchain4j","version":"1.0"}}}
   [dev.langchain4j.mcp.client.transport.stdio.ProcessStderrHandler] 
(Thread-31) [ERROR] Starting default (STDIO) server...
   [dev.langchain4j.mcp.client.transport.stdio.ProcessStderrHandler] 
(Thread-31) [ERROR] Starting logs update interval
   ```
   
   On GitHub Actions, the process is apparently started, but it doesn't seem to 
do anything:
   
   ```
   DEBUG [dev.langchain4j.mcp.client.transport.stdio.StdioMcpTransport] (main) 
Starting process: [npx.cmd, -y, @modelcontextprotocol/server-everything]
   DEBUG [dev.langchain4j.mcp.client.transport.stdio.StdioMcpTransport] (main) 
PID of the started process: 1296
   [MCP] (main) > 
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{"roots":{"listChanged":true}},"clientInfo":{"name":"langchain4j","version":"1.0"}}}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to