We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zuga-luga/ZugaShield'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•521 B
## What
<!-- Brief description of the change -->
## Why
<!-- What problem does this solve? Link issues with "Fixes #123" -->
## How to test
- [ ] All existing tests pass (`python -m pytest tests/ -v`)
- [ ] New tests added for new functionality
- [ ] `ruff check` and `ruff format --check` pass
## Checklist
- [ ] No new dependencies added (or added as optional extra)
- [ ] Detection changes include test cases for both positive and negative
- [ ] Signature changes include example payloads in the PR description