name: 🐛 Bug Report
description: Report a bug or issue with the Adversary MCP Server
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the information below to help us diagnose and fix the issue.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: A clear and concise description of what the bug is and what happened.
placeholder: Describe what happened...
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: Describe what you expected...
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Install adversary-mcp-server
2. Run command '...'
3. See error
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
Please provide information about your environment.
value: |
- OS: [e.g. Ubuntu 22.04, macOS 14.0, Windows 11]
- Python Version: [e.g. 3.11.5]
- Package Version: [e.g. 0.7.8]
- Installation Method: [e.g. pip, uv, source]
validations:
required: true
- type: textarea
attributes:
label: Error Logs/Output
description: |
If applicable, paste any error messages, stack traces, or relevant output.
This will be automatically formatted as code, so no need for backticks.
render: shell
- type: textarea
attributes:
label: Configuration
description: |
If relevant, please share your configuration (remove any sensitive information).
Include MCP server configuration, CLI settings, etc.
render: json
- type: textarea
attributes:
label: Additional Context
description: |
Add any other context about the problem here. Include screenshots, sample code, or anything else that might help.
- type: checkboxes
attributes:
label: Impact
description: How does this bug affect you?
options:
- label: Blocks my usage completely
- label: Significantly impacts my workflow
- label: Minor inconvenience
- label: Cosmetic issue