File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,16 @@ body:
3131
3232 - id : mcp-configuration
3333 type : textarea
34+ render : json
3435 attributes :
3536 label : MCP configuration
3637
37- - id : node -version
38+ - id : chrome-devtools-mcp -version
3839 type : input
3940 attributes :
40- label : Node version
41- description : >
42- Please verify you have the minimal supported version listed in the README.md
41+ label : Chrome DevTools MCP version
42+ validations :
43+ required : true
4344
4445 - id : chrome-version
4546 type : input
@@ -61,13 +62,21 @@ body:
6162 attributes :
6263 label : Chat log
6364
65+ - id : node-version
66+ type : input
67+ attributes :
68+ label : Node version
69+ description : >
70+ Please verify you have the minimal supported version listed in the README.md
71+
6472 - id : operating-system
6573 type : dropdown
6674 attributes :
6775 label : Operating system
6876 description : What supported operating system are you running?
6977 options :
7078 - Windows
79+ - Windows Subsystem for Linux (WSL)
7180 - macOS
7281 - Linux
7382
You can’t perform that action at this time.
0 commit comments