We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toolprint/mcp-graphql-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_request.yml•3.66 KiB
name: Feature Request
description: Suggest a new feature or enhancement for MCP GraphQL Forge
title: "[Feature] "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please fill out the form below to help us understand your request.
- type: textarea
id: summary
attributes:
label: Feature Summary
description: A clear and concise description of the feature you'd like to see
placeholder: Brief description of the feature...
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem does this feature solve? What use case does it address?
placeholder: Describe the problem this feature would solve...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like to see implemented
placeholder: Describe your proposed solution...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you considered any alternative solutions or workarounds?
placeholder: Describe any alternatives you've considered...
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Low - Nice to have
- Medium - Would be helpful
- High - Critical for my use case
validations:
required: true
- type: dropdown
id: complexity
attributes:
label: Estimated Complexity
description: How complex do you think this feature would be to implement?
options:
- Low - Small change or addition
- Medium - Moderate implementation effort
- High - Major feature requiring significant work
- Unknown - I'm not sure
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your specific use case for this feature
placeholder: |
Example:
- I'm working with a GraphQL API that has...
- I need to be able to...
- This would help me...
- type: textarea
id: examples
attributes:
label: Examples
description: Provide examples of how this feature would be used
placeholder: |
Example configuration or code that demonstrates the feature...
render: javascript
- type: dropdown
id: category
attributes:
label: Feature Category
description: What category does this feature fall into?
options:
- Core functionality
- Performance improvement
- Developer experience
- Documentation
- Security
- Testing
- Configuration
- Transport (HTTP/STDIO)
- GraphQL schema handling
- Caching
- Other
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Any other context, screenshots, or references that would help
placeholder: Add any other context about the feature request here...
- type: checkboxes
id: terms
attributes:
label: Checklist
description: Please confirm the following
options:
- label: I have searched existing issues to make sure this is not a duplicate
required: true
- label: This feature request is related to MCP GraphQL Forge functionality
required: true
- label: I have provided enough detail to understand the request
required: true