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

Function parseAppServerMessages

core/codex/native-integrations.js:559–565  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

557 args,
558 localOnly: listen === 'stdio://' || listen.startsWith('unix://') || listen.startsWith('ws://127.0.0.1') || listen.startsWith('ws://localhost'),
559 warning: listen.startsWith('ws://') && !options.wsAuth
560 ? 'WebSocket app-server probes should use a local listener or explicit auth.'
561 : null,
562 improvesOnScraping: 'App-server emits structured protocol events instead of requiring terminal scraping.',
563 };
564}
565
566function parseAppServerMessages(input) {
567 if (Array.isArray(input)) return input;
568 return String(input || '')

Callers 2

summarizeAppServerEventsFunction · 0.85
verifyAppServerCaptureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected