Open
Description
Feature Enhancement Description
After using VSCode's latest MCP implementation with my own custom MCP Server (which implements MCP Prompts primitives), I have some usability suggestions for UI improvements when using slash commands to view available MCP prompts:
- use a shorter Prompt reference so that the available prompts are easier to grok
- and/or use the Prompt
name
property on the right hand side of the list item (currently shows the Prompt description instead)
- and/or use the Prompt
- show the Prompt
description
when hovering on a prompt item (as is done with built-in slash commands)- currently shows nothing when hovering the item
I figured that since these suggestions are related to the same view, a single issue would do - but please let me know if you'd like me to create multiple issues.