Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/agent-device
/ writeMessage
Function
writeMessage
src/mcp/server.ts:166–168 ·
view source on GitHub ↗
(message: unknown)
Source
from the content-addressed store, hash-verified
164
}
165
166
function
writeMessage(message: unknown): void {
167
process.stdout.write(`${JSON.stringify(message)}\n`);
168
}
Callers
1
runAgentDeviceMcpServer
Function · 0.85
Calls
1
write
Method · 0.80
Tested by
no test coverage detected