MCPcopy
hub / github.com/wechaty/wechaty / IoClientOptions

Interface IoClientOptions

src/io-client.ts:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37import { Wechaty } from './wechaty'
38
39export interface IoClientOptions {
40 token : string,
41 wechaty : Wechaty,
42 port?: number
43}
44
45const DEFAULT_IO_CLIENT_OPTIONS: Partial<IoClientOptions> = {
46 port: 8788,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…