We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ViperJuice/Code-Index-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•1.6 kB
## Description
Brief description of what this PR does.
## Related Issue
Fixes #(issue number)
## 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
- [ ] Performance improvement
- [ ] Code refactoring
## Changes Made
- List the main changes made in this PR
- Be specific about what was modified
## Testing
- [ ] I have tested these changes locally
- [ ] All existing tests pass
- [ ] I have added new tests to cover my changes
- [ ] I have tested with different Python versions (if applicable)
## Performance Impact
Describe any performance implications of this change:
- Does it affect indexing speed?
- Does it change memory usage?
- Does it impact query performance?
## Documentation
- [ ] I have updated the documentation accordingly
- [ ] I have added docstrings to new functions/classes
- [ ] I have updated the README if needed
## Screenshots (if applicable)
Add screenshots to demonstrate visual changes.
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
- [ ] I have run `make lint` and fixed any issues
- [ ] I have run `make test` and all tests pass
- [ ] I have checked my code with `mypy` (type checking)
## Additional Notes
Any additional information that reviewers should know.