{{/* Contributors Page Content */}} {{/* Support both direct context and dict with context/repoKey */}} {{ $context := . }} {{ $repoKey := "" }} {{ if reflect.IsMap . }} {{ with .context }}{{ $context = . }}{{ end }} {{ with .repoKey }}{{ $repoKey = . }}{{ end }} {{ end }} {{ $data := partial "load-metrics.html" (dict "context" $context "repoKey" $repoKey) }} {{ $m := $data.metrics }} {{ $contributors := $data.contributors }} {{ if not $m }}
{{ len $maintainers.maintainers }} maintainers from modelcontextprotocol/access
| GitHub ID | Roles |
|---|---|
| @{{ .github }} |
{{ range .roles }}
{{ . }}
{{ end }}
|