Skip to main content
Glama

protolint-mcp

by yoheimuta
single-quoted.proto639 B
syntax = 'proto3'; package examplePb; option java_package = 'com.example.foo'; option go_package = 'com.example.foo'; import public 'new.proto'; import public 'new2.proto'; import 'google/protobuf/empty.proto'; import 'google/protobuf/empty2.proto'; enum enumAllowingAlias { option allow_alias = true; UNKNOWN = 0; STARTED = 1; RUNNING = 2 [(custom_option) = 'hello world']; STOPPED = 3 [(custom_option) = 'hello world2']; } message outer { option (my_option).a = true; string reason_for_error = 1 [(custom_option) = 'hello world']; string reason_for_error_2 = 2 [(custom_option) = 'hello world2']; }

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