MCPcopy Create free account
hub / github.com/github/github-mcp-server / List

Method List

pkg/tooldiscovery/search.go:284–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282}
283
284func (m *matchTracker) List() []string {
285 return m.list
286}
287
288func normalizedSimilarity(a, b string) float64 {
289 if len(a) == 0 || len(b) == 0 {

Callers 6

completeOwnerFunction · 0.80
ListPullRequestsFunction · 0.80
ListGistsFunction · 0.80
expandRepoResourceURIFunction · 0.80
scoreToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected