Noizu.MCP.Inspector.TapTransport (Noizu MCP v0.1.1)

Copy Markdown View Source

Transport decorator used by the inspector: wraps a real client transport and mirrors every wire frame to the inspector session as {:inspector_frame, :tx | :rx, binary} so the UI can show raw JSON-RPC history without touching Noizu.MCP.Client.

Options: :inner{module, opts} real transport spec; :tap — pid to mirror frames to.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.