Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
import
{ createInterface } from
"node:readline"
;
16
17
const
send = (message) => {
18
process.stdout.write(`${JSON.stringify(message)}\n`);
19
};
20
21
const
TOOLS = [
22
{
Callers
2
forwardMessage
Function · 0.85
handle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected