| 104 | * (direct mode) or per socket connection (daemon mode). |
| 105 | */ |
| 106 | export class MCPSession { |
| 107 | private clientSupportsRoots = false; |
| 108 | /** From the initialize handshake — attributes usage rollups to the agent host. */ |
| 109 | private clientInfo: ClientInfo | undefined; |
nothing calls this directly
no outgoing calls
no test coverage detected