name: Feature Request
description: Suggest a new feature or enhancement for NCP
title: "[Feature]: "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please provide detailed information to help us understand your request.
- type: checkboxes
id: terms
attributes:
label: Prerequisites
description: Please confirm the following before submitting
options:
- label: I have searched existing issues to ensure this feature hasn't been requested
required: true
- label: I have checked the roadmap to see if this feature is already planned
required: true
- type: dropdown
id: type
attributes:
label: Feature Type
description: What type of feature is this?
options:
- New MCP Server Support
- CLI Enhancement
- Discovery/Search Improvement
- Performance Optimization
- Developer Experience
- Documentation
- Other
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem does this feature solve?
placeholder: "As a [user type], I want [functionality] so that [benefit]"
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe your ideal solution for this problem
placeholder: What would you like to see implemented?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: What other approaches have you considered?
placeholder: Are there workarounds or alternative solutions you've tried?
- type: dropdown
id: priority
attributes:
label: Priority Level
description: How important is this feature to you?
options:
- Critical - Blocking my workflow
- High - Would significantly improve my workflow
- Medium - Nice to have improvement
- Low - Minor convenience
validations:
required: true
- type: textarea
id: use-cases
attributes:
label: Use Cases
description: Describe specific scenarios where this feature would be useful
placeholder: |
1. When working with [specific MCP/workflow]...
2. During [specific development phase]...
3. For users who need to [specific task]...
- type: textarea
id: examples
attributes:
label: Examples/Mockups
description: |
Provide examples, mockups, or references to similar implementations
You can attach images or link to examples from other tools
- type: checkboxes
id: contribution
attributes:
label: Contribution
description: Would you be interested in contributing to this feature?
options:
- label: I would be willing to help implement this feature
- label: I can provide testing/feedback during development
- label: I can help with documentation
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other information that would help us understand this request
placeholder: Links to relevant documentation, similar features in other tools, etc.