Skip to main content
Glama
crd_annotations.sh337 B
#!/usr/bin/env bash # Add additional annotations variable to the CRDS CRDS="charts/karpenter-crd/templates/*.yaml" for CRD in $CRDS do awk '{print} / annotations:/ && !n {print " {{- with .Values.additionalAnnotations }}\n {{- toYaml . | nindent 4 }}\n {{- end }}"; n++}' "$CRD" > "$CRD.new" && mv "$CRD.new" "$CRD" done

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/mengfwan/test-mcp-glama'

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