package utils
import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
func SanitizeObjectMeta(object *metav1.ObjectMeta) {
// exclude managed fields, since they are not relevant for users and would only
// clutter the context window with irrelevant information
object.ManagedFields = nil
}
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/strowk/mcp-k8s-go'
If you have feedback or need assistance with the MCP directory API, please join our Discord server