We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seratch/openai-sdk-knowledge-org'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.md•1.36 KiB
## Description
Brief description of the changes made in this PR.
## Type of Change
Please check the type of change your PR introduces:
- [ ] 🐛 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 (changes to documentation only)
- [ ] 🔧 Refactoring (code changes that neither fix a bug nor add a feature)
- [ ] ⚡ Performance improvement
- [ ] 🧪 Test addition or improvement
## Pre-submission Checklist
Before submitting this PR, please ensure you have completed all of the following:
- [ ] **Linting**: `npm run lint` passes without errors
- [ ] **Unit Testing**: `npm run test` passes (if tests exist)
- [ ] **Manual Testing**: Tested changes locally using `npm run dev`
- [ ] **Config Changes**: Verified changes work with required environment variables
## Screenshots (if applicable)
For UI changes, include before/after screenshots. Otherwise, skip this part.
## Additional Notes
Any additional information that reviewers should know about this PR.
---
**Note**: This PR will be automatically tested by our CI pipeline. All checks must pass before the PR can be merged. Please ensure you've run all the pre-submission commands locally to avoid CI failures.