MCPcopy Index your code
hub / github.com/github/github-mcp-server / UnrecognizedToolsets

Method UnrecognizedToolsets

pkg/inventory/registry.go:67–69  ·  view source on GitHub ↗

UnrecognizedToolsets returns toolset IDs that were passed to WithToolsets but don't match any registered toolsets. This is useful for warning users about typos.

()

Source from the content-addressed store, hash-verified

65// UnrecognizedToolsets returns toolset IDs that were passed to WithToolsets but don't
66// match any registered toolsets. This is useful for warning users about typos.
67func (r *Inventory) UnrecognizedToolsets() []string {
68 return r.unrecognizedToolsets
69}
70
71// MCP method constants for use with ForMCPRequest.
72const (

Callers 2

NewMCPServerFunction · 0.80
TestUnrecognizedToolsetsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestUnrecognizedToolsetsFunction · 0.64