MCPcopy Index your code
hub / github.com/modelcontextprotocol/registry / RepositorySource

TypeAlias RepositorySource

internal/validators/constants.go:36–36  ·  view source on GitHub ↗

RepositorySource represents valid repository sources

Source from the content-addressed store, hash-verified

34
35// RepositorySource represents valid repository sources
36type RepositorySource string
37
38const (
39 SourceGitHub RepositorySource = "github"

Callers 1

validateRepositoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected