We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SylphxAI/pdf-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
description: Review code for quality, security, and best practices
---
# Code Review
## Context
$ARGUMENTS
## Your Task
Review the code above (or at the specified location) and provide feedback on:
1. **Code Quality**
- Readability and maintainability
- Code organization and structure
- Naming conventions
- Comments and documentation
2. **Security**
- Potential vulnerabilities
- Input validation
- Authentication/authorization issues
- Data exposure risks
3. **Performance**
- Algorithmic efficiency
- Resource usage
- Potential bottlenecks
- Scalability concerns
4. **Best Practices**
- Language-specific idioms
- Design patterns
- Error handling
- Testing coverage
Provide specific, actionable suggestions for improvement.