From 1f97191576c597a9b0f705066a6831fde3bec20e Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 27 Aug 2025 23:03:36 -0700 Subject: misc/cpp-mcp: New port: Lightweight C++ MCP (Model Context Protocol) SDK --- misc/cpp-mcp/files/patch-CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/cpp-mcp/files/patch-CMakeLists.txt (limited to 'misc/cpp-mcp/files/patch-CMakeLists.txt') diff --git a/misc/cpp-mcp/files/patch-CMakeLists.txt b/misc/cpp-mcp/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1c9f239fbece --- /dev/null +++ b/misc/cpp-mcp/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2025-08-28 05:34:14 UTC ++++ CMakeLists.txt +@@ -46,7 +46,9 @@ add_subdirectory(src) + add_subdirectory(src) + + # Add examples ++if (CPP_MCP_BUILD_EXAMPLES) + add_subdirectory(examples) ++endif() + + # Add test directory + option(MCP_BUILD_TESTS "Build the tests" OFF) -- cgit v1.2.3