Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ start
Method
start
src/services/mcp/InProcessTransport.ts:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
async
start(): Promise<void> {}
25
26
async
send(message: JSONRPCMessage): Promise<void> {
27
if
(this.closed) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected