Apps which allows to inspect apps which implements mcp protocol support.
cmake, cmake-extra-tools,
kwidgetaddons, ki18n, kcrash, kcoreaddons,
iconthemes, xmlgui, ktextaddons
mkdir build
cd build
cmake ..
make
make installor using CMakePresets support (need cmake > 3.20)
cmake --preset dev && cmake --build --preset dev
or (using mold linker)
cmake --preset dev-mokd && cmake --build --preset dev-moldWe can use sanitizers.supp file example: LSAN_OPTIONS=suppressions=../sanitizers.supp ./bin/kmcpclientinspector
KMcpClientInspector can build with cmake unity support
cmake --preset unity && cmake --build --preset unityContributions are welcome. We use https://invent.kde.org/
The KDE Community Code of Conduct is applied.
This project is licensed under the GPL-2.0-or-later.
More information can be found in the LICENSES folder.
- Laurent Montel [email protected]