Skip to main content
Glama

protolint-mcp

by yoheimuta
trailingcomment2.proto579 B
syntax = "proto3"; enum enumAllowingAlias { // enum comment option allow_alias = true; // option comment UNKNOWN = 0; // UNKNOWN is an enumField comment } message outer { option (my_option).a = true; // option comment message inner { // inner is Level 2 int64 ival = 1; // ival is a field comment } repeated inner inner_message = 2; // inner_message is a field comment } // outer is a message comment service SearchApi { // SearchApi is a service comment rpc search (SearchRequest) returns (SearchResponse) {}; // search is rpc comment };

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