We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyunghoBae/codebase-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.mdโข1.52 kB
## ๐ Description
<!-- Clearly describe what this PR does and why it's needed -->
## ๐ Type of Change
<!-- Mark with an 'x' in the boxes that apply -->
- [ ] ๐ Bug fix (non-breaking change that fixes an issue)
- [ ] โจ New feature (non-breaking change that adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature causing existing functionality to change)
- [ ] ๐ Documentation update
- [ ] ๐ง Configuration change
- [ ] ๐งช Test update
## ๐งช Testing
<!-- Describe the tests you've done -->
- [ ] Added/updated unit tests
- [ ] Added/updated integration tests
- [ ] Tested with MongoDB
- [ ] Tested with other data sources (specify: **\_\_\_**)
- [ ] Manual testing performed
## ๐ Checklist
<!-- Mark with an 'x' in the boxes that apply -->
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation
- [ ] My changes generate no new warnings
- [ ] All tests pass locally
- [ ] I have added tests that prove my fix/feature works
- [ ] New and existing tests pass with my changes
## ๐ธ Screenshots
<!-- If applicable, add screenshots to help explain your changes -->
## ๐ Related Issues
<!-- Link related issues below. -->
- Fixes #
- Related to #
## ๐ฆ Dependencies
<!-- List any dependencies that are required for this change -->
## ๐ญ Additional Notes
<!-- Add any other context about the PR here -->