We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kalypsokichu-code/QR-Tool-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•298 B
# Git Hooks
This project uses Husky to manage git hooks.
## Pre-commit Hook
The pre-commit hook automatically runs:
- `lint-staged` - Lints and formats only staged files
- Biome checks and formatting
- Ultracite fixes for code quality
Files are automatically fixed before commit when possible.