Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

C/C++test CT includes an MCP (Model Context Protocol) Server extension that enables seamless integration between C/C++test CT 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 CT, delivering context-aware guidance, analysis, and automation.

...

The MCP server launcher is located in the <INSTALL_DIR>/integration/mcp directory.

Note

The Parasoft MCP server uses the stdio transport protocol exclusively. Parasoft MCP tools do not access any external systems or services.

The following procedure demonstrates how to integrate an LLM-based agent (using Copilot as an example) with C/C++test CT.

...