Ragex.MCP.SocketServer (Ragex v0.14.0)

View Source

Unix socket server for MCP protocol.

Allows multiple clients to connect to a persistent server instance. Each connection handles requests independently.

Uses the :gen_tcp module with inet_af_local for Unix domain socket support.

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.

start_link(opts \\ [])