MCPcopy
hub / github.com/infinitered/reactotron / stop

Method stop

lib/reactotron-mcp/src/mcp-server.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11export interface ReactotronMcpServer {
12 start(port?: number): Promise<void>
13 stop(): void
14 readonly started: boolean
15 readonly port: number | null
16 /** Update the redaction configuration at runtime (e.g. from settings UI) */

Callers 10

send.test.tsFile · 0.65
started.test.tsFile · 0.65
configure.test.tsFile · 0.65
mcp-server.test.tsFile · 0.65
handleBenchmarkFunction · 0.65
ProviderFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected