We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShunsukeHayashi/miyabi-mcp-bundle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•1.13 kB
## Description
Brief description of the changes.
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] New tool (adds a new MCP tool)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
## New Tools Added
If adding new tools, list them here:
- `tool_name` - Description
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have added tests that prove my fix/feature works
- [ ] All tests pass locally (`npm test`)
- [ ] Build succeeds (`npm run build`)
- [ ] Lint passes (`npm run lint`)
- [ ] I have updated the documentation accordingly
- [ ] I have updated the CHANGELOG.md
## Security Checklist (if applicable)
- [ ] All shell commands use `sanitizeShellArg()`
- [ ] All file paths use `sanitizePath()`
- [ ] Network inputs use `isValidHostname()`
- [ ] Process IDs use `isValidPid()`
## Screenshots (if applicable)
Add screenshots to help explain your changes.