---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Environment
- OS: [e.g., Windows 11, macOS 14, Ubuntu 22.04]
- Python version: [e.g., 3.11]
- as400-mcp version: [e.g., 0.1.0]
- IBM i Access version: [e.g., 7.5]
- IBM i OS version: [e.g., V7R5]
## Steps to Reproduce
1. Configure MCP server with '...'
2. Run command '...'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
A clear and concise description of what actually happened.
## Error Messages
```
Paste any error messages here
```
## Additional Context
Add any other context about the problem here.
## Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have tested with the latest version
- [ ] I have removed any sensitive information (passwords, system names, etc.)