---
name: Bug Report
about: Create a report to help us improve
title: "🐛 [BUG] "
labels: bug
assignees: ""
---
## Description
A clear and concise description of what the bug is.
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- OS: [e.g., Linux, macOS, Windows]
- Python version: [e.g., 3.13.0]
- Neptune MCP version: [e.g., 0.1.2]
- MCP client: [e.g., Cursor, Claude Desktop]
- Installation method: [ ] curl command (`curl -LsSf https://neptune.dev/install.sh | bash`) [ ] Python 3.13+ with uv (local development)
## MCP Configuration
```json
{
"mcpServers": {
"neptune": {
// your config here
}
}
}
```
## Logs/Error Messages
```
Paste any relevant logs or error messages here
```
## Additional Context
Add any other context about the problem here.