1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/.mcp.json
jbpratt 92eddf2dbc chore: add create-plan-from-issue CC command (#4531)
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>
2025-11-17 11:44:34 -05:00

13 lines
173 B
JSON

{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {}
}
}
}