From 1afb68165837105f57c24ba37a8a46026b7d4e0f Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 17 Jun 2025 14:23:38 +0200 Subject: [PATCH] [ui] unifying category names of AI plugins; fixing description formatting (cherry picked from commit ba34a693da8cfddd38d1ca1ddf968e57d562cfe6) IJ-CR-166063 GitOrigin-RevId: df0da12d674945752f176e77e6610cc0e6aa9cc3 --- .../mcp-server/resources/META-INF/plugin.xml | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/plugins/mcp-server/resources/META-INF/plugin.xml b/plugins/mcp-server/resources/META-INF/plugin.xml index 74093393c31f..588f05883667 100644 --- a/plugins/mcp-server/resources/META-INF/plugin.xml +++ b/plugins/mcp-server/resources/META-INF/plugin.xml @@ -1,16 +1,19 @@ MCP Server com.intellij.mcpServer - AI Tools - + AI-Powered + + This plugin integrates the MCP server into IntelliJ-based IDEs, enabling seamless communication between Large Language Models (LLMs) + and your development environment. It provides tools for interacting with the IDE, including: +
    +
  • Reading the current file
  • +
  • Executing terminal commands
  • +
  • Setting breakpoints
  • +
  • Searching project files
  • +
  • And more
  • +
+ ]]>
JetBrains org.jetbrains.plugins.terminal