Overview
C/C++test
...
includes an MCP (Model Context Protocol) Server extension that
...
enables seamless integration between C/C++test and AI agents or
...
LLM-based coding assistants (such as GitHub Copilot). This MCP Server can be
...
used within any LLM-
...
enabled development environment that supports MCP
...
integration,
...
including VS Code and others. With this extension, an AI agent can interact directly with C/C++test,
...
delivering context-aware guidance, analysis, and
...
automation.
This extension allows you to
...
use an AI coding assistant 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.
...