---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: ['bug', 'needs-triage']
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. 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.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Environment Information
**Please complete the following information:**
- OS: [e.g. macOS, Windows, Linux]
- Node.js version: [e.g. 18.17.0]
- Package version: [e.g. 1.0.0]
- MCP Client: [e.g. Claude Desktop, Roo]
**Google Cloud Environment:**
- Project ID: [if relevant]
- Region: [e.g. us-central1]
- Authentication method: [e.g. Service Account, ADC]
## Configuration
**Server Configuration (if relevant):**
```json
{
"authentication": {
// Your authentication config (remove sensitive data)
},
"security": {
// Your security config
}
}
```
**Profile Configuration (if relevant):**
```yaml
# Your cluster profile (remove sensitive data)
```
## Error Messages/Logs
**Console Output:**
```
Paste any relevant console output here
```
**Log Files:**
```
Paste any relevant log entries here
```
**Error Stack Trace:**
```
Paste any error stack traces here
```
## MCP Tool Information
**Tool Name:** [e.g. start_dataproc_cluster]
**Parameters Used:**
```json
{
// Parameters you provided (remove sensitive data)
}
```
## Additional Context
Add any other context about the problem here.
## Possible Solution
If you have ideas on how to fix the issue, please describe them here.
## Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have provided all the requested information
- [ ] I have removed any sensitive information from logs and configurations
- [ ] I have tested with the latest version of the package
- [ ] I have checked the documentation and troubleshooting guide
## Priority
- [ ] Critical (system unusable)
- [ ] High (major feature broken)
- [ ] Medium (minor feature broken)
- [ ] Low (cosmetic issue)