---
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.
## Steps to Reproduce
1. Go to '...'
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.
## Environment
- **OS**: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
- **Node.js version**: [e.g., 20.10.0] (run `node --version`)
- **Package version**: [e.g., 1.0.0]
- **MCP Client**: [e.g., Claude Desktop, Cursor]
- **Deployment mode**: [stdio / SSE]
## Logs and Error Messages
```
Paste any relevant logs or error messages here
```
## Additional Context
Add any other context about the problem here, such as:
- Screenshots
- Configuration files (remove sensitive data)
- Related issues or PRs
## Possible Solution
If you have ideas on how to fix this, please share them here.