---
name: Feature request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Example Use Case**
Please provide an example of how this feature would be used:
```javascript
<use_mcp_tool>
<server_name>chrome-debug</server_name>
<tool_name>your_new_feature</tool_name>
<arguments>
{
// Example arguments for the new feature
}
</arguments>
</use_mcp_tool>
```
**Additional context**
Add any other context, mockups, or examples about the feature request here.
**Implementation Ideas**
If you have any thoughts on how this could be implemented, please share them here.