mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
add a claude code command to analyze a jira issue and create a plan from it. This should be used in plan mode! Signed-off-by: Brady Pratt <bpratt@redhat.com>
13 lines
173 B
JSON
13 lines
173 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
}
|