GitHub Copilot
To configure the MCP Server in Eclipse GitHub Copilot, go to , select the 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"
]
}
}
}