Skip to main content
Glama

protolint-mcp

by yoheimuta
disable_next.proto597 B
syntax = "proto3"; // protolint:disable:next ENUM_NAMES_UPPER_CAMEL_CASE enum enum { option allow_alias = true; UNKNOWN = 0; STARTED = 1; RUNNING = 2 [(custom_option) = "hello world"]; } // protolint:disable:next ENUM_NAMES_UPPER_CAMEL_CASE enum Enum_allowing_alias { option allow_alias = true; UNKNOWN = 0; STARTED = 1; RUNNING = 2 [(custom_option) = "hello world"]; } // protolint:disable:next ENUM_NAMES_UPPER_CAMEL_CASE enum enumAllowing { option allow_alias = true; UNKNOWN = 0; STARTED = 1; RUNNING = 2 [(custom_option) = "hello world"]; }

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