Skip to main content
Glama
common.proto420 B
syntax = "proto3"; package mcp; // Common message types message Empty {} message Status { enum Code { UNKNOWN = 0; INIT = 1; PRECHECK = 2; FAULT_INJECT = 3; STABILIZE = 4; ASSISTANT_RCA = 5; EVAL_RCA = 6; ASSISTANT_REMEDY = 7; EVAL_REMEDY = 8; EXECUTE_REMEDY = 9; VERIFY = 10; PASS = 11; FAIL = 12; CLEANUP = 13; } Code code = 1; string message = 2; }

Latest Blog Posts

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/Purv123/Remidiation-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server