Skip to main content
Glama
commit-msg743 B
#!/usr/bin/env sh # Validate commit message with commitlint # Add common bun installation paths to PATH export PATH="$HOME/.bun/bin:$PATH" if ! bun x commitlint --edit "$1"; then echo "Commit message validation failed." echo "Please use the Conventional Commits format:\n" echo " <type>(<scope>): <subject>\n" echo "Where:\n <type> is one of: build, chore, ci, doc, feat, fix, perf, refactor, style, test\n <scope> is optional and should be lower-case (e.g., package or feature name)\n <subject> should be a concise description in the imperative mood (no period at end)\n" echo "Examples:\n feat(core): add support for custom dictionaries\n fix(website): correct broken 404 layout\n chore: update lockfile\n" exit 1 fi

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server