Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
func
(m *matchTracker) List() []string {
285
return
m.list
286
}
287
288
func
normalizedSimilarity(a, b string) float64 {
289
if
len(a) == 0 || len(b) == 0 {
Callers
6
completeOwner
Function · 0.80
ListPullRequests
Function · 0.80
ListGists
Function · 0.80
RepositoryResourceContentsHandler
Function · 0.80
expandRepoResourceURI
Function · 0.80
scoreTool
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected