---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of the bug.
## Steps to Reproduce
1. Start the server with '...'
2. Call tool '...'
3. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- OS: [e.g., macOS 14.0, Ubuntu 22.04]
- Python version: [e.g., 3.11.5]
- MCP SDK version: [e.g., 1.23.2]
- OpManager version: [e.g., 12.8]
## Logs
```
Paste relevant log output here
```
## Additional Context
Any other context about the problem.