Skip to main content
Glama

protolint-mcp

by yoheimuta
editions.proto696 B
edition = "2023"; import public "other.proto"; option java_package = "com.example.foo"; enum EnumAllowingAlias { option allow_alias = true; EAA_UNSPECIFIED = 0; EAA_STARTED = 1; EAA_RUNNING = 1; EAA_FINISHED = 2 [(custom_option) = "hello world"]; } message Outer { option (my_option).a = true; message Inner { // Level 2 int64 ival = 1 [features.field_presence = LEGACY_REQUIRED]; } repeated Inner inner_message = 2; EnumAllowingAlias enum_field = 3; map<int32, string> my_map = 4; extensions 20 to 30; reserved reserved_field; } message Foo { message GroupMessage { bool a = 1; } GroupMessage groupmessage = 2 [features.message_encoding = DELIMITED]; }

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