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
PULL_REQUEST_TEMPLATE.mdโข2.07 kB
## Description
<!--- Describe your changes in detail -->
## Type of Change
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] ๐ Bug fix (non-breaking change which fixes an issue)
- [ ] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] ๐ Documentation update
- [ ] ๐จ Style/Code quality improvement
- [ ] ๐ง Refactoring (no functional changes)
- [ ] ๐งช Tests (adding or updating tests)
- [ ] ๐ Security enhancement
- [ ] ๐ Performance improvement
- [ ] ๐ ๏ธ Build/CI improvement
## Changes Made
<!--- List the specific changes you made -->
### Code Changes
-
### Tests Added/Updated
-
### Documentation Updated
-
## Testing
<!--- Please describe the tests that you ran to verify your changes -->
### Test Results
```bash
# Paste test output here
```
### Manual Testing
- [ ] Tested in VS Code with GitHub Copilot
- [ ] Tested in Claude Desktop
- [ ] Tested with MCP Inspector
- [ ] Verified all existing functionality still works
## Quality Gates
<!--- Ensure all quality gates pass -->
- [ ] `npm run lint` passes
- [ ] `npm run check` passes
- [ ] `npm test` passes
- [ ] `npm run test:coverage` passes (โฅ80% coverage)
- [ ] `npm audit` passes
- [ ] Constitution compliance checklist completed
## Screenshots (if applicable)
<!--- Add screenshots to help explain your changes -->
## Additional Notes
<!--- Anything else reviewers should know -->
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules