Skip to main content
Glama

protolint-mcp

by yoheimuta
issue_99.proto244 B
syntax = "proto3"; package test; message Test { enum State { UNKNOWN_STATE = 0; CLEAR = 1; PULLED = 2; STARTED = 3; }; } message TestResponse { } service RunnerService { rpc ReceiveTest (Test) returns (TestResponse); }

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