MCPcopy
hub / github.com/soketi/soketi / start

Method start

src/cli/cli.ts:202–204  ·  view source on GitHub ↗

* Start the server.

(cliArgs: any)

Source from the content-addressed store, hash-verified

200 * Start the server.
201 */
202 static async start(cliArgs: any): Promise<any> {
203 return (new Cli).start(cliArgs);
204 }
205
206 /**
207 * Start the server with PM2 support.

Callers 4

processQueueMethod · 0.45
index.tsFile · 0.45
startWithPm2Method · 0.45
newServerMethod · 0.45

Calls 3

errorMethod · 0.80

Tested by

no test coverage detected