MCPcopy Create free account
hub / github.com/SethGammon/Citadel / isAppServerApprovalRequest

Function isAppServerApprovalRequest

core/codex/native-integrations.js:604–613  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

602 .filter(Boolean)
603 .map((line) => JSON.parse(line));
604}
605
606function summarizeAppServerEvents(input) {
607 const lines = parseAppServerMessages(input);
608 const summary = {
609 messageCount: lines.length,
610 threads: new Set(),
611 turns: new Set(),
612 approvals: 0,
613 commandOutputBytes: 0,
614 fileChanges: 0,
615 methods: {},
616 };

Callers 2

verifyAppServerCaptureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected