Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
type
RepositorySource string
37
38
const
(
39
SourceGitHub RepositorySource =
"github"
Callers
1
validateRepository
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected