MCPcopy Create free account
hub / github.com/CreminiAI/skillpack /

Class

src/runtime/adapters/web.ts:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77// ---------------------------------------------------------------------------
78
79export class WebAdapter implements PlatformAdapter {
80 readonly name = "web";
81
82 private wss: WebSocketServer | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected