Skip to content

Commit 969e683

Browse files
Merge pull request #43 from Guiziweb/feat/devcontainer-playwright-mcp
feat: add devcontainer + Playwright MCP
2 parents f134f04 + 0797ff3 commit 969e683

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Sylius Plugin (GridAssistant)",
3+
"dockerComposeFile": [
4+
"../compose.yml",
5+
"../compose.override.dist.yml"
6+
],
7+
"service": "php",
8+
"workspaceFolder": "/srv/sylius",
9+
"shutdownAction": "stopCompose",
10+
"postCreateCommand": "composer install --no-interaction"
11+
}

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@
3636
/.vscode/
3737

3838
# Claude Code
39-
/.claude/
39+
/.claude/
40+
.playwright-mcp/
41+
*.png

.mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"playwright": {
4+
"command": "npx",
5+
"args": ["@playwright/mcp@latest", "--headless", "--isolated"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)