We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
analyze_bugs.prompt•442 B
---
model: googleai/gemini-2.0-flash
input:
schema:
code: string
language?: string
output:
schema: Analysis
---
You are an expert code reviewer. Analyze the following {{language}} code for potential bugs and logic errors.
Code:
```{{language}}
{{code}}
```
Focus on:
- Null pointer/undefined errors
- Race conditions and concurrency issues
- Resource leaks
- Logic errors and edge cases
Return ONLY bugs with HIGH confidence.