MCPcopy Create free account
hub / github.com/Noumena-Network/code / getPendingPermissionRequests

Method getPendingPermissionRequests

src/cli/structuredIO.ts:264–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 }
263
264 getPendingPermissionRequests() {
265 return Array.from(this.pendingRequests.values())
266 .map(entry => entry.request)
267 .filter(pr => pr.request.subtype === 'can_use_tool')
268 }
269
270 setUnexpectedResponseCallback(
271 callback: (response: SDKControlResponse) => Promise<void>,

Callers 2

createCanUseToolMethod · 0.95
handleInitializeRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected