We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scarecr0w12/whmcs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•1.02 kB
## Description
Brief description of changes made.
## 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
- [ ] Refactoring (no functional changes)
## Related Issue
Fixes #(issue number)
## Changes Made
- Change 1
- Change 2
- Change 3
## New Tools Added (if applicable)
| Tool Name | Description |
|-----------|-------------|
| `whmcs_example` | Brief description |
## Testing
- [ ] I have tested these changes locally
- [ ] I have verified the connection to WHMCS works
- [ ] I have added/updated documentation as needed
## Checklist
- [ ] My code follows the project's coding standards
- [ ] I have updated the CHANGELOG.md
- [ ] I have updated the API_REFERENCE.md (if adding tools)
- [ ] I have added TypeScript types for all new functions
- [ ] I have used Zod schemas for input validation