We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/notepadpp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.mdโข1.24 kB
## Description
Brief description of the changes made 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
- [ ] ๐ง Maintenance/refactoring
- [ ] ๐งช Tests
## Changes Made
### Code Changes
- List the specific files and functions modified
### Tests Added/Updated
- List any new tests or test modifications
### Documentation Updates
- List any documentation changes
## Testing
- [ ] All existing tests pass
- [ ] New tests added for new functionality
- [ ] Manual testing performed
- [ ] Demonstration script tested
## Checklist
- [ ] Code follows project style guidelines
- [ ] Commit messages are clear and descriptive
- [ ] Documentation updated if needed
- [ ] No print() statements remain (use logging instead)
- [ ] Type hints added for new functions
- [ ] Error handling implemented
- [ ] Breaking changes documented
## Screenshots (if applicable)
Add screenshots or logs to demonstrate the changes.
## Additional Notes
Any additional information or context about this PR.