MCPcopy Index your code
hub / github.com/upstash/jstack / ServerSocketOptions

Interface ServerSocketOptions

packages/jstack-shared/src/socket.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { logger } from "./logger"
4
5interface ServerSocketOptions {
6 redisUrl: string
7 redisToken: string
8 incomingSchema: z.ZodSchema
9 outgoingSchema: z.ZodSchema
10}
11
12export interface SystemEvents {
13 onConnect: void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected