AttestoMCP.Server.Stdio (attesto_mcp_server v0.8.0)

Copy Markdown View Source

Line-delimited stdio adapter over the shared protocol core.

Summary

Functions

Starts a server and runs the stdio adapter until EOF.

Run until stdin reaches EOF. Only compact JSON-RPC messages go to stdout.

Functions

main(opts \\ [])

@spec main(keyword()) :: term()

Starts a server and runs the stdio adapter until EOF.

run(server, opts \\ [])

@spec run(
  pid() | atom(),
  keyword()
) :: term()

Run until stdin reaches EOF. Only compact JSON-RPC messages go to stdout.