# Pull Request
## Description
Brief description of the changes in this PR.
## Related Issue
Fixes #(issue number)
## Type of Change
Please delete options that are not relevant:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] MCP tool addition or modification
- [ ] Configuration enhancement
- [ ] Performance improvement
## Changes Made
Please describe the changes made in this PR:
- [ ] Added new MCP tool
- [ ] Updated existing MCP tool
- [ ] Fixed server configuration
- [ ] Improved error handling
- [ ] Updated documentation
- [ ] Fixed build or deployment issues
- [ ] Other: [Please describe]
## Testing
Please describe how you tested your changes:
- [ ] Tested locally with Node.js (`npm run build && npm start`)
- [ ] Verified MCP tools work correctly with Claude Desktop
- [ ] Tested with Amazon Q CLI
- [ ] Validated configuration options
- [ ] Tested error scenarios
- [ ] Verified backward compatibility
## MCP Client Testing
If applicable, describe testing with MCP clients:
### Claude Desktop
- [ ] Server loads correctly
- [ ] Tools are available and functional
- [ ] Error handling works as expected
- [ ] Not applicable
### Amazon Q CLI
- [ ] Server integrates correctly
- [ ] Tools respond appropriately
- [ ] Configuration works as expected
- [ ] Not applicable
## Configuration Changes
If your changes affect configuration:
- [ ] I have updated the README with new configuration options
- [ ] I have updated the example configuration files
- [ ] I have tested with both minimal and full configurations
- [ ] I have verified backward compatibility
- [ ] Not applicable - no configuration changes
## Documentation
- [ ] I have updated relevant documentation
- [ ] I have added usage examples where appropriate
- [ ] I have updated the API documentation
- [ ] I have updated setup instructions if needed
- [ ] Not applicable - no documentation changes needed
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my own changes
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings or errors
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## Additional Notes
Add any additional notes, concerns, or context for reviewers here.