MCPcopy
hub / github.com/xpf0000/FlyEnv / StaticHttpServe

Interface StaticHttpServe

src/main/type.d.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { IPty } from 'node-pty'
3
4export interface StaticHttpServe {
5 server: Server
6 port: number
7 host: Array<string>
8}
9export interface PtyLast {
10 command: string
11 key: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected