peterparker57_cpp-builder-mcp-server
If you are the rightful owner of peterparker57_cpp-builder-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server providing C++ DLL compilation and analysis capabilities.
The C++ Builder MCP Server is designed to facilitate the building and analysis of C++ DLLs. It leverages Visual Studio build tools to compile DLLs with specific export settings and analyze their exports. This server supports custom export settings through .def files, allowing developers to control which functions are exposed by the DLL. It also provides detailed build output and supports configurable build settings, including platform and configuration targeting. The server is particularly useful for developers working in environments that require precise control over DLL exports and build configurations.
Features
- C++ DLL compilation with MSBuild
- Custom export settings via .def files
- DLL export analysis using dumpbin
- Configurable build settings
- Platform and configuration targeting
Tools
compile_dll
Compile a C++ DLL with specific export settings using MSBuild.
analyze_exports
Analyze exports from a compiled DLL using dumpbin.