Documentation
¶
Overview ¶
Package mcpserver builds the read-only Model Context Protocol surface akari exposes to coding agents. It mirrors what the web UI shows (the overview analytics, the projects index, the session feed, a session's full transcript) and adds the raw underlying data the UI reaches for on demand (tool-call bodies from the CAS, and the lossless bytes a session was ingested from).
The server is transport-agnostic: this package only registers tools against an *mcp.Server. The HTTP wiring (the Streamable-HTTP handler and the OAuth bearer check that names the calling user) lives in package httpapi, which owns the store and the request lifecycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.