We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sam3690/Hackernews_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature-request.yml•2.59 kB
---
name: Feature Request
description: Suggest a new feature or enhancement
title: "[FEATURE] "
labels: ["enhancement", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please fill out the form below to help us understand your idea.
- type: textarea
id: summary
attributes:
label: Summary
description: A brief summary of the feature request.
placeholder: What would you like to see added?
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem/Use Case
description: What problem does this feature solve? What use case does it address?
placeholder: Describe the problem or use case...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe your proposed solution or implementation.
placeholder: How should this feature work?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternative Solutions
description: Have you considered any alternative solutions or workarounds?
placeholder: List any alternatives you've considered...
validations:
required: false
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Nice to have
- Would be helpful
- Important
- Critical
validations:
required: true
- type: dropdown
id: complexity
attributes:
label: Estimated Complexity
description: How complex do you think this feature would be to implement?
options:
- Simple (small changes)
- Medium (moderate changes)
- Complex (significant changes)
- Very Complex (architectural changes)
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples that might help.
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Please check the following before submitting
options:
- label: This feature doesn't already exist
required: true
- label: I've searched for similar feature requests
required: true
- label: This feature aligns with the project's goals
required: true