Skip to content

Commit 2420c58

Browse files
update config
1 parent 55e131b commit 2420c58

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ tests/
127127
- **Jinja2**: https://jinja.palletsprojects.com/
128128
- **Pydantic**: https://docs.pydantic.dev/
129129
- **Uvicorn**: https://www.uvicorn.org/
130-
- **Workshop Guide**: See `workshop/` folder for lab steps and context engineering examples.
130+
- **Workshop Guide**: See `workshop/` folder for lab steps and context engineering examples.

.vscode/mcp.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
{
2-
"servers": {
3-
"microsoft/playwright-mcp": {
4-
"type": "stdio",
5-
"command": "npx",
6-
"args": [
7-
"@playwright/mcp@latest",
8-
"--browser=msedge",
9-
// "--headless=true" // Run in faster headless mode
10-
]
11-
}
12-
}
1+
{
2+
"servers": {}
133
}

0 commit comments

Comments
 (0)