feature_request.md•1.58 kB
---
name: Feature request
about: Suggest a new feature for Codex MCP Tool
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Feature Description
<!-- Clear description of the feature you'd like to see -->
## Problem It Solves
<!-- What problem or limitation does this feature address? -->
## Proposed Solution
<!-- How do you envision this feature working? -->
## Use Cases
<!-- Specific examples of how this feature would be used -->
1.
2.
3.
## Tool Enhancement
<!-- Which tool(s) would this feature affect? -->
- [ ] ask-codex
- [ ] brainstorm
- [ ] New tool (please describe)
- [ ] Core MCP server functionality
- [ ] Integration/compatibility
- [ ] Documentation
## Model Considerations
<!-- Would this feature require specific models? -->
- [ ] Works with all models
- [ ] Requires GPT-5
- [ ] Requires o3/o4-mini
- [ ] Model-specific feature
## Example Implementation
```javascript
// Example of how you would use this feature
{
"name": "tool-name",
"arguments": {
// your proposed API
}
}
```
## Alternatives Considered
<!-- Have you considered other solutions or workarounds? -->
## Additional Context
<!-- Any other context, mockups, or examples -->
## Impact Assessment
- **Benefit to users**:
- **Implementation complexity**: Low / Medium / High
- **Breaking changes**: Yes / No
- **Documentation needs**:
## Checklist
- [ ] I have searched existing issues for similar requests
- [ ] This feature aligns with the project's goals
- [ ] I would be willing to help implement this feature
- [ ] I have considered the impact on existing users