We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChiR24/Unreal_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.mdโข1.1 kB
## Summary
<!-- Concisely describe what this PR changes and why. Focus on impact. -->
## Changes
<!-- List the key changes made in this PR. -->
-
## Related Issues
<!-- Use keywords to auto-close issues (Closes #123, Fixes #456).
If only related, use: Related to #123 -->
## Type of Change
<!-- Check all that apply -->
- [ ] ๐ Bug fix (non-breaking change that fixes an issue)
- [ ] โจ New feature (non-breaking change that adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] ๐ Documentation update
- [ ] ๐ง Configuration/build change
- [ ] โป๏ธ Refactoring (no functional changes)
- [ ] ๐งช Test addition/update
## Testing
<!-- Describe how to test these changes -->
- [ ] Tested with Unreal Engine (version: ___)
- [ ] Tested MCP client integration (client: ___)
- [ ] Added/updated tests
## Pre-Merge Checklist
- [ ] Code follows project style guidelines
- [ ] Self-reviewed the code
- [ ] Updated relevant documentation (if needed)
- [ ] Added/updated tests (if applicable)
- [ ] CI passes