Coming soon

MCP plugins

How plugins are connected through the Model Context Protocol.

Plugins connect through the Model Context Protocol. New functionality can be added without touching the engine kernel.

The page describes the plugin lifecycle: registration, initialization, invocation, and clean shutdown. For every step it states which interface is called and what the response must look like.

Sample plugins cover file access, web fetching, and external APIs. The examples serve as a template for your own plugins.

The page also covers safe configuration, especially when plugins reach into confidential sources.

Coming soon

This entry is queued up for one of the next iterations. As soon as the content is ready it appears here.