We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Daghis/teamcity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export default {
extends: ['@commitlint/config-conventional'],
rules: {
// Allow Dependabot-style commit bodies with long URLs/metadata
'body-max-line-length': [0, 'always'],
'type-enum': [
2,
'always',
[
'build',
'chore',
'ci',
'docs',
'feat',
'fix',
'perf',
'refactor',
'revert',
'style',
'test',
'deps'
]
]
}
};