We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c16e33 commit 98267feCopy full SHA for 98267fe
1 file changed
pkg/inventory/server_tool.go
@@ -31,6 +31,9 @@ type ToolsetMetadata struct {
31
// Use the base name without size suffix, e.g., "repo" not "repo-16".
32
// See https://primer.style/foundations/icons for available icons.
33
Icon string
34
+ // InstructionsFunc optionally returns instructions for this toolset.
35
+ // It receives the inventory so it can check what other toolsets are enabled.
36
+ InstructionsFunc func(inv *Inventory) string
37
}
38
39
// Icons returns MCP Icon objects for this toolset, or nil if no icon is set.
0 commit comments