Skip to main content
Glama
1yhy
by 1yhy
commitlint.config.js687 B
export default { extends: ["@commitlint/config-conventional"], rules: { "type-enum": [ 2, "always", [ "feat", // New feature "fix", // Bug fix "docs", // Documentation "style", // Code style (formatting, etc.) "refactor", // Code refactoring "perf", // Performance improvement "test", // Tests "build", // Build system "ci", // CI configuration "chore", // Maintenance "revert", // Revert commit ], ], "subject-case": [0], // Disable case checking for Chinese commits "header-max-length": [2, "always", 100], }, };

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/1yhy/Figma-Context-MCP'

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