Skip to main content
Glama
crd_test.go334 B
package example import ( "testing" "github.com/weibaohui/kom/kom" ) func TestCRDList(t *testing.T) { list := kom.DefaultCluster().Status().CRDList() for _, crd := range list { t.Logf("%s", crd.GetName()) } supported := kom.DefaultCluster().Status().IsGatewayAPISupported() t.Logf("gateway api supported: %v", supported) }

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/weibaohui/kom'

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