MCPcopy Create free account
hub / github.com/EvoMap/evolver / readStdin

Function readStdin

scripts/a2a_ingest.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6var a2aProto = require('../src/gep/a2aProtocol');
7
8function readStdin() {
9 try { return fs.readFileSync(0, 'utf8'); } catch (e) { return ''; }
10}
11
12function parseSignalsFromEnv() {
13 var raw = process.env.A2A_SIGNALS || '';

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected