Ragex. MCP. Server
(Ragex v0.20.0)
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.
Stream a partial content chunk to the client during a long-running tool call.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Send a notification to the client.
Notifications are one-way messages with no response expected.
Stream a partial content chunk to the client during a long-running tool call.
Emits a notifications/progress message carrying the partial text so clients
can display incremental output before the final tools/call response arrives.
request_id— the JSON-RPCidof the originatingtools/callrequestpartial— the new chunk of text to append to any previous outputdone— set totrueon the final chunk (defaultfalse)