Skip to main content
Glama

protolint-mcp

by yoheimuta
orderWithComments.proto671 B
// Syntax here syntax = "proto3"; // Inline syntax comment /* Package comment Line 2 Line 3 */ package my.package; // Inline package comment /* comment */ /* License information */ // Before outer message message Outer { /* Inside outer message */ // Option option (my_option).a = true; // Inline option // inner is an inner message. message Inner { // Level 2 // field 1 int64 ival = 1; // Inline field 1 // after field 1 } // Inline Innter Message repeated Inner inner_messages = 2; // Inline field 2 } // Trailing outer message // Last comments /* License information */

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