Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: ed3ab30167ce05db3a4f912a6cbb0417a6e5b6e9 https://github.com/xwiki-contrib/ai-llm/commit/ed3ab30167ce05db3a4f912a6cbb0... Author: Paul Pantiru <[email protected]> Date: 2026-05-26 (Tue, 26 May 2026) Changed paths: M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/XWikiMCPServerManagerTest.java Log Message: ----------- LLMAI-136: Raise XWikiMCPServerManager test coverage above the 0.81 gate Add tests covering the manager's previously untested lifecycle and error-handling behaviour: * handleRequest delegates the request/response to the current transport; * the Reactor scheduler hook propagates the captured ExecutionContext (pushContext -> run -> popContext) when the MCP propagation property is set, and returns the runnable untouched when there is no context; * rebuildServer logs a warning and registers no tools when MCPTool lookup throws ComponentLookupException; * dispose closes the active server gracefully; * both dispose and rebuild log a warning (without throwing) when closeGracefully() fails. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications