MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / send

Function send

e2e/local/fixtures/stdio-mcp-server.mjs:17–19  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

15import { createInterface } from "node:readline";
16
17const send = (message) => {
18 process.stdout.write(`${JSON.stringify(message)}\n`);
19};
20
21const TOOLS = [
22 {

Callers 2

forwardMessageFunction · 0.85
handleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected