plugins/

directory
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2026 License: MIT

README

Ridu plugins

Plugins add CMS or admin behavior. Available examples include GraphQL and MCP transports and the paired Go/Svelte rich-text field.

mcp/ exposes selected, access-controlled content reads through stateless Streamable HTTP. It remains a separate module-level import so applications that do not enable MCP do not carry the protocol runtime.

A backend plugin implements ridu.Plugin plus the capability interfaces it needs. Register it in Config.Plugins. A descriptor can add generation metadata and an admin pair, but must never contain live clients, credentials, or secrets.

Database and object-storage packages are adapters, not plugins. See the Plugin guide for installation, capabilities, migrations, and version compatibility.

Directories

Path Synopsis
Package formbuilder contributes Payload-familiar dynamic form definitions, submission persistence, validation, payment callbacks, and email delivery.
Package formbuilder contributes Payload-familiar dynamic form definitions, submission persistence, validation, payment callbacks, and email delivery.
Package graphql provides Ridu's optional, manifest-derived GraphQL transport.
Package graphql provides Ridu's optional, manifest-derived GraphQL transport.
Package mcp exposes explicitly selected Ridu content reads through Model Context Protocol without bypassing the ordinary authorization and operation engine.
Package mcp exposes explicitly selected Ridu content reads through Model Context Protocol without bypassing the ordinary authorization and operation engine.
Package richtext provides Ridu's official versioned rich-text field plugin.
Package richtext provides Ridu's official versioned rich-text field plugin.
Package seo contributes Payload-familiar search metadata fields and a paired admin authoring experience without moving executable generators into the schema manifest.
Package seo contributes Payload-familiar search metadata fields and a paired admin authoring experience without moving executable generators into the schema manifest.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL