Skip to main content
Glama

protolint-mcp

by yoheimuta
ruleSet.go301 B
package shared import "github.com/yoheimuta/protolint/internal/addon/plugin/proto" // RuleSet is the interface that we're exposing as a plugin. type RuleSet interface { ListRules(*proto.ListRulesRequest) (*proto.ListRulesResponse, error) Apply(*proto.ApplyRequest) (*proto.ApplyResponse, error) }

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