We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JagjeevanAK/OpenFoodFacts-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
copilot-instructions.md•701 B
# GitHub Copilot Instructions
## Documentation Generation
- Do not generate multiple summary .md files when completing agentic work unless an explicit request is made or feature is complex
<!-- - Consolidate documentation into a single, comprehensive file when necessary -->
## Code Comments
- Avoid writing comments for trivial or self-explanatory code
- Only add comments for complex logic that requires explanation
- Do not write comments for every function - let the code be self-documenting where possible
- Focus comments on the "why" rather than the "what" for complex implementations
## Code Style
- Do not use emojis in code, comments, or commit messages
- Keep code clean and professional