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, {