Transforms VSCode into a Model Context Protocol server, enabling external clients to remotely execute internal commands and query workspace information.
The VSCode Internal Command tool empowers developers to programmatically interact with their VSCode environment. By converting VSCode into a Model Context Protocol (MCP) server, it facilitates remote execution of internal VSCode commands and retrieval of workspace data through HTTP Streaming and Server-Sent Events. Built on the high-performance FastMCP framework, this extension offers secure and efficient integration, allowing external applications, including AI agents or other development tools, to automate and control the IDE's core functionalities.