docs(security): address second round of review feedback
- SECURITY.md: add Supported Versions table; reword SLA paragraph as a bullet list per reviewer suggestion - bug_report.yml: render reproduction textarea as shell so commands and JSON get syntax highlighting, matching the logs field - question.yml: add transport and install_method dropdowns mirroring bug_report.yml so setup questions capture the same context Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
dc820aaa4c
commit
bd4921091e
@@ -54,3 +54,28 @@ body:
|
||||
- Other / not sure
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: transport
|
||||
attributes:
|
||||
label: MCP transport
|
||||
options:
|
||||
- stdio
|
||||
- streamable-http
|
||||
- sse (legacy)
|
||||
- Other / not sure
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: install_method
|
||||
attributes:
|
||||
label: How are you running the server?
|
||||
options:
|
||||
- uvx
|
||||
- Docker / docker compose
|
||||
- Helm chart on Kubernetes
|
||||
- Local checkout (`uv run`)
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user