Skip to main content
Glama
commitlint.config.js1 kB
export default { extends: ['@commitlint/config-conventional'], rules: { 'type-enum': [ 2, 'always', [ 'feat', // New feature 'fix', // Bug fix 'docs', // Documentation only changes 'style', // Changes that don't affect code meaning (formatting, etc) 'refactor', // Code change that neither fixes a bug nor adds a feature 'perf', // Performance improvement 'test', // Adding or correcting tests 'build', // Changes to build system or dependencies 'ci', // Changes to CI configuration 'chore', // Other changes that don't modify src or test files 'revert', // Reverts a previous commit ], ], 'subject-case': [0], // Disable - allow any case 'subject-empty': [2, 'never'], 'subject-max-length': [2, 'always', 100], 'type-case': [2, 'always', 'lower-case'], 'type-empty': [2, 'never'], }, };

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/icy-r/jira-mcp'

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