Skip to main content
Glama
commitlint.config.js842 B
export default { extends: ['@commitlint/config-conventional'], rules: { // Allow longer subjects for detailed commit messages 'header-max-length': [2, 'always', 100], // Conventional commit types 'type-enum': [ 2, 'always', [ 'feat', // New feature 'fix', // Bug fix 'docs', // Documentation only 'style', // Formatting, no code change 'refactor', // Code change that neither fixes a bug nor adds a feature 'perf', // Performance improvement 'test', // Adding or updating tests 'build', // Build system or external dependencies 'ci', // CI configuration 'chore', // Other changes that don't modify src or test files 'revert', // Revert a previous commit ], ], }, };

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/littlebearapps/wp-navigator-mcp'

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