---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**SonicWall Environment**
- SonicOS Version: [e.g., 7.0.1, 8.0.0]
- SonicWall Model: [e.g., TZ370, NSa 2700]
- API Access: [Enabled/Disabled]
- Network Setup: [Brief description]
**Server Environment**
- OS: [e.g., Windows, macOS, Linux]
- Node.js Version: [e.g., 20.x]
- MCP Server Version: [e.g., 1.0.0]
- Deployment: [Docker, Native, etc.]
**To Reproduce**
Steps to reproduce the behavior:
1. Configure server with '...'
2. Run command '....'
3. Execute MCP tool '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
What actually happened instead.
**Logs**
If applicable, add relevant log output:
```
Paste log output here
```
**Configuration**
Provide your configuration (remove sensitive data):
```env
SONICWALL_HOST=xxx.xxx.xxx.xxx
SONICWALL_VERSION=7
PORT=3000
# etc...
```
**Additional context**
Add any other context about the problem here.
**Security Note**
⚠️ Please ensure you don't include sensitive information like passwords, IP addresses, or internal network details in your report.