Look for MCP-Server for test instantiation

This commit is contained in:
Χγφτ Kompanion 2025-10-19 19:08:40 +02:00
parent 720d445f1f
commit b2197ff11c
2 changed files with 5 additions and 0 deletions

View File

@ -60,4 +60,9 @@ if (BUILD_TESTS)
add_subdirectory(tests)
endif()
find_program(MCP_PROXY_EXECUTABLE mcp-proxy)
if (MCP_PROXY_EXECUTABLE)
message(STATUS "Found mcp-proxy: ${MCP_PROXY_EXECUTABLE}")
endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)