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

Method DefaultToolsetIDs

pkg/inventory/registry.go:162–164  ·  view source on GitHub ↗

DefaultToolsetIDs returns the IDs of toolsets marked as Default in their metadata. The IDs are returned in sorted order for deterministic output.

()

Source from the content-addressed store, hash-verified

160// DefaultToolsetIDs returns the IDs of toolsets marked as Default in their metadata.
161// The IDs are returned in sorted order for deterministic output.
162func (r *Inventory) DefaultToolsetIDs() []ToolsetID {
163 return r.defaultToolsetIDs
164}
165
166// ToolsetDescriptions returns a map of toolset ID to description for all toolsets.
167func (r *Inventory) ToolsetDescriptions() map[ToolsetID]string {

Callers 3

GenerateToolsetsHelpFunction · 0.80
AddDefaultToolsetFunction · 0.80
GetDefaultToolsetIDsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected