Overview
Jtest provides includes an MCP (Model Context Protocol) Server extension that allows you to smoothly integrate your LLM agents or applications (for example, Copilot) with Jtest functionality. The Jtest enables seamless integration between Jtest and AI agents or LLM-based coding assistants (such as GitHub Copilot). This MCP Server can be integrated used within any LLM-based enabled development environment that supports MCP Server integration, including including IntelliJ, VS Code, and others. With this extension, an LLM AI agent can interact directly with Jtest, providing delivering context-aware guidance, analysis, and analysisautomation.
This extension allows you to use your LLM agents 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.
The MCP server launcher is located in the <INSTALL_DIR>/integration/mcp directory.
...
- In Eclipse, go to the Chat window, and select the Agent mode from the combo box.
- and click the Configure Tools... button.
- In the GitHub Copilot/MCP window, in the MCP Servers field, create a new Server Configuration:
- Specify the Server ID.
- Specify stdio as the server type.
- Set the path to MCP server launcher as the server command:
<INSTALL_DIR>/integration/mcp/jtestmcp.bat
- Click Save.
- The MCP Server tools are added and appear in the tool picker. You can enable or disable the tools you want to use.
...