We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pixxelboy/amplify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•1.03 KiB
## Description
Brief description of the changes.
## Type of Change
- [ ] Bug fix (non-breaking change fixing an issue)
- [ ] New feature (non-breaking change adding functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
## Related Issues
Closes #
## Changes Made
-
-
-
## Testing
- [ ] All existing tests pass (`npm test`)
- [ ] New tests added for new functionality
- [ ] TypeScript types check (`npm run typecheck`)
- [ ] Linting passes (`npm run lint`)
- [ ] Build succeeds (`npm run build`)
## MCP Protocol Compliance
- [ ] Tool definitions follow MCP specification
- [ ] Error responses include actionable suggestions
- [ ] Tool outputs are JSON-serializable
## Checklist
- [ ] My code follows the project's coding style
- [ ] I have updated the documentation if needed
- [ ] I have added tests that prove my fix/feature works
- [ ] All new and existing tests pass
- [ ] I have updated CHANGELOG.md with my changes