Ragex.MCP.Server (Ragex v0.14.1)

View Source

MCP Server implementation that communicates via stdio.

Reads JSON-RPC messages from stdin, processes them, and writes responses to stdout.

Summary

Functions

Returns a specification to start this module under a supervisor.

Send a notification to the client.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

send_notification(method, params \\ nil)

Send a notification to the client.

Notifications are one-way messages with no response expected.

start_link(opts \\ [])