MCPcopy Index your code
hub / github.com/coder/coder / GetToolAllowRegex

Method GetToolAllowRegex

coderd/aibridged/proto/aibridged.pb.go:998–1003  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

996}
997
998func (x *MCPServerConfig) GetToolAllowRegex() string {
999 if x != nil {
1000 return x.ToolAllowRegex
1001 }
1002 return ""
1003}
1004
1005func (x *MCPServerConfig) GetToolDenyRegex() string {
1006 if x != nil {

Callers 2

TestGetMCPServerConfigsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGetMCPServerConfigsFunction · 0.64