---
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.
**To Reproduce**
Steps to reproduce the behavior:
1. Run command '...'
2. With configuration '...'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment:**
- OS: [e.g. Windows, macOS, Linux]
- Node.js version: [e.g. 18.19.0]
- Package manager: [e.g. npm, pnpm, yarn, bun]
- npm-run-mcp-server version: [e.g. 0.1.0]
- MCP client: [e.g. Claude, Copilot Chat, Cursor]
**Package.json scripts**
If relevant, share your package.json scripts:
```json
{
"scripts": {
"build": "...",
"test": "..."
}
}
```
**Error output**
If applicable, add the full error output:
```
paste error here
```
**Additional context**
Add any other context about the problem here.