Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/
Class
packages/hosts/mcp/src/seams.ts:248–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
export
type
McpDispatchResult = Response |
"not-found"
|
"forbidden"
;
247
248
export
class
McpSessionStore extends Context.Service<
249
McpSessionStore,
250
{
251
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected