mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
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:
committed by
GitHub
parent
c953458da6
commit
7dbfd43384
23
.github/agents/demonstrate.md
vendored
23
.github/agents/demonstrate.md
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user