Skip to main content
Glama

protolint-mcp

by yoheimuta
files.go344 B
package config import "github.com/yoheimuta/protolint/internal/stringsutil" // Files represents the target files. type Files struct { Exclude []string `yaml:"exclude" json:"exclude" toml:"exclude"` } func (d Files) shouldSkipRule( displayPath string, ) bool { return stringsutil.ContainsCrossPlatformPathInSlice(displayPath, d.Exclude) }

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