mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 18:28:58 +00:00
This enables: * Playwright video recording * Starting the Code OSS on server start (for clients like Copilot CLI that don't react to tool list changes)
8 lines
164 B
Bash
8 lines
164 B
Bash
|
|
SCRIPT_DIR="$(dirname -- "$( readlink -f -- "$0"; )")"
|
|
# Go to mcp server project root
|
|
cd "$SCRIPT_DIR/.."
|
|
|
|
# Start mcp
|
|
npm run start-stdio -- --video --autostart
|