MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel /

Class

packages/mcp/src/session-manager.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 * No sticky sessions required.
19 */
20export class SessionManager {
21 generateId(): string {
22 return randomUUID();
23 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected