Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ session-manager.ts
File
session-manager.ts
packages/mcp/src/session-manager.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ randomUUID } from
'node:crypto'
;
2
import
{ createLogger } from
'@openpanel/logger'
;
3
import
{ getRedisCache } from
'@openpanel/redis'
;
4
import
type
{ McpAuthContext } from
'./auth'
;
Callers
nothing calls this directly
Calls
1
createLogger
Function · 0.90
Tested by
no test coverage detected