We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5719a88 commit a837e57Copy full SHA for a837e57
pkg/toolsets/toolsets.go
@@ -192,10 +192,10 @@ func (t *Toolset) AddReadTools(tools ...ServerTool) *Toolset {
192
}
193
194
type ToolsetGroup struct {
195
- Toolsets map[string]*Toolset
196
- deprecatedAliases map[string]string // oldName → newName for renamed tools
197
- everythingOn bool
198
- readOnly bool
+ Toolsets map[string]*Toolset
+ deprecatedAliases map[string]string // oldName → newName for renamed tools
+ everythingOn bool
+ readOnly bool
199
200
201
func NewToolsetGroup(readOnly bool) *ToolsetGroup {
0 commit comments