Noizu.MCP.Inspector.Plug (Noizu MCP v0.1.3)

Copy Markdown View Source

HTTP surface of the inspector: serves the single-page UI from priv/inspector/ and a JSON + SSE bridge to inspector sessions.

Every /api/* call requires the per-run bearer token (also accepted as ?token= for EventSource, which cannot set headers). Binds are expected to be localhost-only; any cross-origin browser request is rejected.

Summary

Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.

Functions

call(conn, opts)

Callback implementation for Plug.call/2.

init(opts)

Callback implementation for Plug.init/1.