We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•1.21 kB
## Description
Brief description of the changes in this PR.
## Related Issues
Fixes #(issue number)
<!-- or -->
Related to #(issue number)
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Test improvements
## Changes Made
- Change 1
- Change 2
- ...
## Testing
Describe the tests you ran to verify your changes:
```bash
# Example:
./dev-cli test run -s shared -k "test_name"
```
- [ ] All existing tests pass
- [ ] New tests added for new functionality
- [ ] Manual testing performed
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have run `./dev-cli dev precommit` and all checks pass
- [ ] I have added/updated tests as appropriate
- [ ] I have updated documentation as needed
- [ ] My changes generate no new warnings
- [ ] I have reviewed my own code
## Screenshots (if applicable)
Add screenshots to help explain your changes.
## Additional Notes
Any additional information that reviewers should know.