Skip to content

Commit 7dbfd43

Browse files
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.
1 parent c953458 commit 7dbfd43

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

.github/agents/demonstrate.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,28 @@
22
name: Demonstrate
33
description: Agent for demonstrating VS Code features
44
target: github-copilot
5-
tools: ['edit', 'search', 'vscode-playwright-mcp/*', 'github/github-mcp-server/*', 'usages', 'fetch', 'githubRepo', 'todos']
5+
tools:
6+
- "view"
7+
- "create"
8+
- "edit"
9+
- "glob"
10+
- "grep"
11+
- "bash"
12+
- "read_bash"
13+
- "write_bash"
14+
- "stop_bash"
15+
- "list_bash"
16+
- "report_intent"
17+
- "fetch_documentation"
18+
- "agents"
19+
- "read"
20+
- "search"
21+
- "todo"
22+
- "web"
23+
- "github-mcp-server/*"
24+
- "GitHub/*"
25+
- "github/*"
26+
- "vscode-playwright-mcp/*"
627
---
728

829
# Role and Objective

test/mcp/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Microsoft Corporation. All rights reserved.
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
5-
import * as minimist from 'minimist';
5+
import minimist from 'minimist';
66

77
const [, , ...args] = process.argv;
88
export const opts = minimist(args, {

0 commit comments

Comments
 (0)