Skip to main content
Glama
commitlint.config.js597 B
module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'type-enum': [ 2, 'always', [ 'feat', // 新功能 'fix', // 修复bug 'docs', // 文档更新 'style', // 代码格式化 'refactor', // 重构 'test', // 测试相关 'chore', // 构建过程或辅助工具的变动 'perf', // 性能优化 'ci', // CI配置 'build', // 构建系统 'revert', // 回滚 ], ], 'subject-case': [0, 'never'], 'subject-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/zhiyingzzhou/ai-notify-mcp'

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