Description
VSCode's chat allows for auto-attaching prompt/instructions files, given frontmatter that matches the format expected in the VSCode docs.
It would be really awesome if there was a way to have MCP Prompts / Resources also auto-included in chat context, based on similar frontmatter in either the prompt/resource TextContent
itself, or in metadata of the base MCP Prompt
or Resource
objects.
This would greatly improve the UX of Prompts for end-users, which as of now requires explicit Prompt selection in order to include MCPServer-specific system prompts.
I'm unsure of whether this is functionality that would be best defined in the MCP spec itself, or specifically with the VSCode implementation; therefore, I opened a related discussion in the MCP repo.