From 7dbfd433845df4e2d3ecb0264eaef7d63f0ddf58 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:31:14 -0800 Subject: [PATCH] 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. --- .github/agents/demonstrate.md | 23 ++++++++++++++++++++++- test/mcp/src/options.ts | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.github/agents/demonstrate.md b/.github/agents/demonstrate.md index 1a59be8b211..7b2e66cda93 100644 --- a/.github/agents/demonstrate.md +++ b/.github/agents/demonstrate.md @@ -2,7 +2,28 @@ name: Demonstrate description: Agent for demonstrating VS Code features target: github-copilot -tools: ['edit', 'search', 'vscode-playwright-mcp/*', 'github/github-mcp-server/*', 'usages', 'fetch', 'githubRepo', 'todos'] +tools: +- "view" +- "create" +- "edit" +- "glob" +- "grep" +- "bash" +- "read_bash" +- "write_bash" +- "stop_bash" +- "list_bash" +- "report_intent" +- "fetch_documentation" +- "agents" +- "read" +- "search" +- "todo" +- "web" +- "github-mcp-server/*" +- "GitHub/*" +- "github/*" +- "vscode-playwright-mcp/*" --- # Role and Objective diff --git a/test/mcp/src/options.ts b/test/mcp/src/options.ts index eb81d9982d6..12ff501d127 100644 --- a/test/mcp/src/options.ts +++ b/test/mcp/src/options.ts @@ -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, {