How to use
- Enable the MCP server in AutoDev settings
- Use the MCP client to connect to the AutoDev server (We use JetBrains MCP Proxy Server to keep same protocol)
{
"mcpServers": {
"AutoDev": {
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
],
"disabled": false,
"autoApprove": []
}
}
}