MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / RuntimeNodeHttpServer

Interface RuntimeNodeHttpServer

projects/runtime-node/src/server.ts:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface RuntimeNodeHttpServer {
27 runtime: RuntimeServer
28 httpServer: http.Server
29 url: string
30 close(): Promise<void>
31}
32
33function rawText(data: RawData): string {
34 if (typeof data === "string") return data

Callers 8

closeMethod · 0.65
openOnceMethod · 0.65
stopWatchFunction · 0.65
readFileSampleFunction · 0.65
disconnectMethod · 0.65
closeFunction · 0.65
sendFunction · 0.65

Implementers 4

RuntimeClientprojects/runtime-client/src/client.ts
RuntimeLocalClientprojects/runtime-client/src/client.ts
OpenADEClientprojects/openade-client/src/index.ts
TrayManagerprojects/web/src/store/managers/TrayMa

Calls

no outgoing calls

Tested by

no test coverage detected