We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/safedep/vet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
syntax = "proto3";
option go_package = "github.com/safedep/vet/gen/violations";
import "models.proto";
import "checks.proto";
import "filter_suite_spec.proto";
message Violation {
CheckType check_type = 1;
Package package = 2;
Filter filter = 3;
map<string, string> extra = 4;
}