package config
// Ignores represents list about files ignoring the specific rule.
type Ignores []Ignore
func (is Ignores) shouldSkipRule(
ruleID string,
displayPath string,
) bool {
for _, ignore := range is {
if ignore.shouldSkipRule(ruleID, displayPath) {
return true
}
}
return false
}
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/yoheimuta/protolint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server