MCPcopy Create free account
hub / github.com/astercloud/aster / GetAllowedTools

Method GetAllowedTools

pkg/tools/constraints.go:17–17  ·  view source on GitHub ↗

GetAllowedTools 获取所有允许的工具名称

(ctx context.Context)

Source from the content-addressed store, hash-verified

15
16 // GetAllowedTools 获取所有允许的工具名称
17 GetAllowedTools(ctx context.Context) []string
18
19 // GetConstraintType 获取约束类型
20 GetConstraintType() ConstraintType

Callers 1

SelectToolsMethod · 0.65

Implementers 4

NoConstraintspkg/tools/constraints.go
WhitelistConstraintspkg/tools/constraints.go
BlacklistConstraintspkg/tools/constraints.go
RequiredToolConstraintspkg/tools/constraints.go

Calls

no outgoing calls

Tested by

no test coverage detected