We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samwang0723/mcp-booking'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.mdβ’1.48 KiB
## π Pull Request Description
### What does this PR do?
<!-- Brief description of the changes -->
### Type of Change
- [ ] π 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 not work as expected)
- [ ] π Documentation update
- [ ] π§ Refactoring (no functional changes)
- [ ] β‘ Performance improvement
- [ ] π§ͺ Test coverage improvement
### π§ͺ Testing
- [ ] Tests pass locally
- [ ] New tests added for new functionality
- [ ] Performance tests pass
- [ ] Integration tests pass
### π Performance Impact
<!-- If applicable, describe any performance implications -->
- [ ] No performance impact
- [ ] Performance improvement
- [ ] Potential performance regression (explained below)
### π Related Issues
<!-- Link to related issues -->
Fixes #(issue_number)
### π· Screenshots/Videos
<!-- If applicable, add screenshots or videos -->
### 𧬠Additional Context
<!-- Add any other context about the pull request here -->
---
### β Pre-flight Checklist
- [ ] Code follows the existing style guidelines
- [ ] Self-review of the code has been performed
- [ ] Code has been commented, particularly in hard-to-understand areas
- [ ] Corresponding changes to documentation have been made
- [ ] Changes generate no new warnings
- [ ] New and existing unit tests pass locally
- [ ] Any dependent changes have been merged and published