We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dnnyngyen/gemini-cli-orchestrator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•907 B
# Pull Request
## Description
Brief description of the changes 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
## Testing
- [ ] I have tested my changes locally
- [ ] The MCP server starts without errors
- [ ] All tool functions return appropriate metaprompts
## Metaprompting Philosophy
- [ ] My changes maintain the "pure metaprompting" approach
- [ ] No execution logic has been added to the server
- [ ] Changes guide user intelligence rather than replacing it
## Checklist
- [ ] My code follows the existing code style
- [ ] I have updated documentation as needed
- [ ] My changes maintain backward compatibility
- [ ] I have added appropriate comments to my code