Getting Support¶
Channels¶
| Channel | Purpose |
|---|---|
| GitHub Discussions | Questions, ideas, show-and-tell |
| GitHub Issues | Confirmed bugs, feature requests |
Response time is best-effort.
Do not use GitHub Issues for security vulnerabilities. See
SECURITY.md for the coordinated-disclosure process.
How to file a good bug report¶
The faster the project can reproduce a bug, the faster it gets fixed. Ideal reports include:
- AlphaFold Sovereign MCP version
(
python -m alphafold_sovereign --version). - Python version, OS, deployment mode (stdio / HTTP).
- Minimal configuration (env vars and CLI flags, redacted of credentials).
- The exact tool call that failed (MCP JSON or
mcp-inspectordump). - Full stderr / structured log output.
- What you expected vs. what happened.
- Whether it is reproducible, and how often.
Issues without a reproduction take significantly longer to fix and
may be closed as needs-info after 14 days of inactivity.