We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tmaasen/apple-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•1.98 kB
# Pull Request
## Description
Briefly describe what this PR accomplishes and why it's needed.
## 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
- [ ] Scraper fix/update (due to Apple website changes)
- [ ] Performance improvement
- [ ] Code refactoring
## Related Issues
Closes #(issue number)
Fixes #(issue number)
Related to #(issue number)
## Changes Made
-
-
-
## Testing
- [ ] I have tested this change locally
- [ ] I have added tests for this change (if applicable)
- [ ] All existing tests pass
- [ ] I have tested with the MCP inspector
### Test Commands Used
```bash
npm run build
npm run test
npm run lint
```
## Scraper Changes (if applicable)
- [ ] Updated selectors for new Apple website structure
- [ ] Added support for new HIG sections/platforms
- [ ] Improved error handling for failed requests
- [ ] Updated content parsing logic
**URLs tested:**
-
## Breaking Changes
If this introduces breaking changes, please describe them and migration path:
## Screenshots (if applicable)
Add screenshots to help explain your changes.
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code where necessary
- [ ] My changes generate no new warnings
- [ ] 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
- [ ] Any dependent changes have been merged and published
## Apple Content Attribution
If this PR modifies how we handle Apple's content:
- [ ] I have ensured proper attribution is maintained
- [ ] I have followed fair use principles
- [ ] I have not republished Apple's content inappropriately
## Additional Notes
Add any other notes about the PR here.