GitHub Copilot

To configure the MCP Server in Eclipse GitHub Copilot, go to Window ‣ Preferences, select the GitHub Copilot ‣ Model Context Protocol (MCP) preference page, and add the following configuration.

{
    "servers": {
        "dvt": {
            "type": "stdio",
            "command": "/bin/bash",
            "args" : [
                "-c",
                "$HOME/.dvt/bin/dvt_env exec dvt_mcp.sh connect"
            ]
        }
    }
}
{
    "servers": {
        "dvt": {
            "type": "stdio",
            "command": "cmd",
            "args" : [
                "/c",
                "%UserProfile%/.dvt/bin/dvt_env.exe exec dvt_mcp.bat connect"
            ]
        }
    }
}