Thanks to visit codestin.com
Credit goes to github.com

Skip to content

KDE/kmcpclientinspector

Repository files navigation

KMcpClientInspector

Apps which allows to inspect apps which implements mcp protocol support.

Requirements

cmake, cmake-extra-tools, kwidgetaddons, ki18n, kcrash, kcoreaddons, iconthemes, xmlgui, ktextaddons

Building

mkdir build
cd build
cmake ..
make
make install

or 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-mold

ASAN

We can use sanitizers.supp file example: LSAN_OPTIONS=suppressions=../sanitizers.supp ./bin/kmcpclientinspector

UNITY

KMcpClientInspector can build with cmake unity support

cmake --preset unity && cmake --build --preset unity

Contributing

Contributions are welcome. We use https://invent.kde.org/

The KDE Community Code of Conduct is applied.

License

This project is licensed under the GPL-2.0-or-later. More information can be found in the LICENSES folder.

Maintainer

About

App which allows the user to inspect apps which implement MCP protocol support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors