run_command
Execute shell commands directly within VS Code using the Model Context Protocol. Specify commands, working directories, and environment variables for efficient task automation.
Instructions
Execute a shell command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
cwd | No | Working directory | |
env | No | Environment variables |