Skip to main content

Documentation Index

Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

External Transport

The MCI server exposes an HTTP REST API for client interactions. Clients create processes, send process signals, and retrieve outputs through REST endpoints. MCI is protocol-agnostic at the end-service layer. Adapter modules handle communication to target services over their native protocols.

Internal Transport

Internal runtime data flow such as tool invocations, module hydration, and invoke responses is handled through process messaging between runtime components.
Last modified on May 14, 2026