Skip to main content
Glama

protolint-mcp

by yoheimuta
main.go311 B
package main import ( "os" "github.com/yoheimuta/protolint/internal/cmd" ) // DEPRECATED: Use cmd/protolint. See https://github.com/yoheimuta/protolint/issues/20. func main() { // Initialize the lint runner cmd.Initialize() os.Exit(int( cmd.Do( os.Args[1:], os.Stdout, os.Stderr, ), )) }

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