We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/non-dirty/imap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_task.md•1.08 KiB
---
name: Feature Task
about: Create a new feature development task with TDD approach
title: 'Task: '
labels: 'type:feature, status:prioritized'
assignees: ''
---
## Task Description
<!-- Brief description of the feature to be implemented -->
## Test Specifications
<!-- List specific tests that should be written to verify this feature -->
- [ ] Test 1:
- [ ] Test 2:
- [ ] Test 3:
## Implementation Steps
<!-- Break down the implementation into clear steps -->
1.
2.
3.
## Expected Outcome
<!-- What is the expected result when this task is completed? -->
## Acceptance Criteria
<!-- What criteria must be met for this task to be considered complete? -->
- [ ] All tests pass
- [ ] Code coverage meets threshold (≥90%)
- [ ] Documentation updated
- [ ] Implementation follows project standards
## Dependencies
<!-- List any tasks that this depends on -->
- Depends on #
## Priority
<!-- Set task priority (1-highest to 10-lowest) -->
Priority:
## Complexity
<!-- Estimate the complexity (Low, Medium, High) -->
Complexity:
## Notes
<!-- Any additional information that might be helpful -->