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

Interface ServerOptions

src/runtime/server.ts:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const __dirname = path.dirname(fileURLToPath(import.meta.url));
21
22export interface ServerOptions {
23 rootDir: string;
24 host?: string;
25 port?: number;
26 runtimeMode?: "standalone" | "embedded";
27}
28
29type DisconnectEmitter = {
30 on(event: "disconnect", listener: () => void): unknown;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected