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.48 KiB
## π 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 -->