Interface: PackedMcpSession
Extends
AsyncDisposable
Properties
client
readonlyclient:Client
close
readonlyclose: () =>Promise<void>
Returns
Promise<void>
provenance
readonlyprovenance:PackedMcpProvenance
stderr
readonlystderr: () =>string
Everything the server wrote to stderr, bounded — stdout is the protocol channel.
Returns
string
Methods
[asyncDispose]()
[asyncDispose]():
PromiseLike<void>
Returns
PromiseLike<void>
Inherited from
AsyncDisposable.[asyncDispose]