From 1809b68bd3ada7470dabe40a0dab8a36f8ce232e Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:20:33 -0800 Subject: [PATCH] docs: fix extensions page (#6484) --- documentation/static/servers.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index c43fb2e16d..09b309ba60 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -357,6 +357,8 @@ "id": "jetbrains", "name": "JetBrains", "description": "Integrate with any JetBrains IDE (requires local setup, dependent on your IDE version)", + "command": "", + "show_install_command": false, "link": "https://github.com/JetBrains/mcp-jetbrains", "installation_notes": "Requires IDE v2025.2+. Use STDIO from Settings > Tools > MCP Server.", "is_builtin": false,