Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
998
func
(x *MCPServerConfig) GetToolAllowRegex() string {
999
if
x != nil {
1000
return
x.ToolAllowRegex
1001
}
1002
return
""
1003
}
1004
1005
func
(x *MCPServerConfig) GetToolDenyRegex() string {
1006
if
x != nil {
Callers
2
TestGetMCPServerConfigs
Function · 0.80
newStreamableHTTPServerProxy
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestGetMCPServerConfigs
Function · 0.64