MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getGroupOptions

Function getGroupOptions

src/core/tools/validateToolUse.ts:106–108  ·  view source on GitHub ↗
(group: GroupEntry)

Source from the content-addressed store, hash-verified

104}
105
106function getGroupOptions(group: GroupEntry): GroupOptions | undefined {
107 return Array.isArray(group) ? group[1] : undefined
108}
109
110function doesFileMatchRegex(filePath: string, pattern: string): boolean {
111 try {

Callers 1

isToolAllowedForModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected