...
C/C++test provides an MCP (Model Context Protocol) Server extension that allows you to smoothly integrate your LLM AI agents or applications (for example, Copilot) with C/C++test functionality. The C/C++test MCP Server can be integrated within any LLM-based development environment that supports MCP Server integration, including Eclipse, Visual Studio, VS Code, and others. With this extension, an LLM AI agent can interact directly with C/C++test, providing context-aware guidance and analysis.
This extension allows you to use your LLM AI agents to:
- Retrieve details about static analysis rules.
Review static analysis violations reported in your project.
Suggest fixes for violations based on provided code snippets or files.
- Suggest rules that are appropriate for specific issues.
- Access information from the product user guide.
...