GOPATH=$(shell go env | grep GOPATH | sed 's/GOPATH=//' | sed 's/"//g')
gogoproto="$(GOPATH)/src/github.com/gogo/protobuf/gogoproto"
protobuf="$(GOPATH)/src/github.com/gogo/protobuf/protobuf"
all: log.pb.go
go build
log.pb.go: log.proto
go get github.com/gogo/protobuf/proto
go get github.com/gogo/protobuf/protoc-gen-gogo
go get github.com/gogo/protobuf/gogoproto
protoc --proto_path=.:${gogoproto}:${protobuf} --gogo_out=. log.proto
test:
go test
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/mozillazg/kube-audit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server