We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fstubner/npm-run-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.md•1.03 kB
## Description
Brief description of the changes in this PR.
## 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
- [ ] Code refactoring
- [ ] Performance improvement
## Testing
- [ ] I have tested my changes locally
- [ ] I have run `npm run build` successfully
- [ ] I have run `npm run test` successfully
- [ ] I have tested with MCP Inspector or an MCP client
## Checklist
- [ ] My code follows the existing code style
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings or errors
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
## Additional Notes
Any additional information, context, or screenshots that would be helpful for reviewers.