Fix vscode-playwright-mcp building & improve tools listed in demonstrate (#278856)

1. the mcp server wasn't working... perhaps due to our js -> ts build move... or a bump in a npm package. Either way, good now.
2. I list out all tools across Copilot CLI & VS Code that would apply in this case... there's some overlap for sure... but I want to make sure we're golden for any renamed tools situations.
This commit is contained in:
Tyler James Leonhardt
2025-11-21 12:31:14 -08:00
committed by GitHub
parent c953458da6
commit 7dbfd43384
2 changed files with 23 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as minimist from 'minimist';
import minimist from 'minimist';
const [, , ...args] = process.argv;
export const opts = minimist(args, {