Skip to main content
Glama

protolint-mcp

by yoheimuta
issue_139.proto1.03 kB
syntax = "proto3"; package foobar; option java_package = "com.test.foo.bar"; message TestMessage { string test_field = 1; } message TestMessageWithTwoInnerElements { string test_field = 1; string test_field2 = 2; } message TestMessageWithWrongOuterIndentation { string test_field = 1; } message TestMessageWithoutExtraSpaces {string test_field = 1;} message TestMessageWithFollowedSemicolon {string test_field = 1;}; enum enumAllowingAlias { UNKNOWN = 0; option allow_alias = true; } message TestMessageWithFollowedSemicolon { enum EnumAllowingAlias { UNKNOWN = 0; option allow_alias = true; } EnumAllowingAlias enum_field =1; }; service SearchApi { rpc search (SearchRequest) returns (SearchResponse) {};}; service SearchApi { rpc search (SearchRequest) returns (SearchResponse) {}}; service SearchApi { rpc search (SearchRequest) returns (SearchResponse);}; service camelCaseServiceName { rpc Empty(google.protobuf.Empty) returns (google.protobuf.Empty) { option (google.api.http) = { get: "/v2/example/empty", };}}

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