All of a sudden, neither Claude Code nor Github Copilot can list the tools from the JetBrains MCP server.
These are my configurations:
~/.config/github-copilot/intellij/mcp.json
{
"servers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}
~/.claude.json
"mcpServers": {
"jetbrains": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
],
"env": {}
}
},
All of a sudden, neither Claude Code nor Github Copilot can list the tools from the JetBrains MCP server.
These are my configurations:
~/.config/github-copilot/intellij/mcp.json
{ "servers": { "jetbrains": { "command": "npx", "args": ["-y", "@jetbrains/mcp-proxy"] } } }~/.claude.json