VSCode Internal Command
0
Transforms VSCode into a server, enabling remote execution of commands and retrieval of workspace information via HTTP streaming.
소개
This powerful extension converts your Visual Studio Code instance into a Model Context Protocol (MCP) server, allowing external clients to interact with it remotely. It facilitates the execution of internal VSCode commands, queries for workspace details, and provides real-time HTTP streaming support. With built-in security features like command whitelisting and asynchronous execution, it offers a secure and efficient way to automate and integrate VSCode workflows with other systems.
주요 기능
- Execute VSCode Commands Remotely
- HTTP Streaming Support for real-time communication
- Workspace Information Queries
- Real-Time Status Monitoring in VSCode status bar
- 0 GitHub stars
- Security Controls with command whitelist
사용 사례
- Integrate VSCode into continuous integration/delivery pipelines
- Automate VSCode tasks from external scripts or applications
- Develop custom dashboards or tools that interact with VSCode workspaces remotely