Miscellaneous

Generated automatically at build time from the madtea repository - do not edit here. Source: docs/reference/misc.md.

CLI Commands

madtea render markdown

Render markdown to HTML

FlagTypeDefaultDescription
--repostringRepository context (owner/repo)

madtea render markup

Render markup to HTML

FlagTypeDefaultDescription
--modestringgfmMarkup mode (gfm, comment, wiki)
--repostringRepository context (owner/repo)

madtea server-info

Show detected server platform and version

madtea settings api

API settings

madtea settings attachment

Attachment settings

madtea settings repository

Repository settings

madtea settings ui

UI settings

madtea signing-key

Get instance signing key

FlagTypeDefaultDescription
--sshboolfalseGet SSH signing key instead of GPG

madtea templates gitignore

List or get gitignore templates

madtea templates labels

List or get label templates

madtea templates licenses

List or get license templates

Search topics globally

FlagTypeDefaultDescription
--limitint0Maximum number of items to return (0 = server default)
--pageint0Page number for pagination (0 = first page)

MCP Tools

madt_server_info

Show the detected server platform (Gitea or Forgejo) and version. Useful for checking compatibility before using platform-specific features.

Output schema: declared

ParameterTypeRequiredDescription
raw_jsonbooleannoReturn raw JSON instead of formatted text. The formatted text shows the full content — titles, bodies, and comments are complete, not previewed — so do not re-fetch with raw_json to check for truncation; use raw_json only when you need machine-readable fields (ids, URLs, timestamps, full hashes).

Canonical source: docs/reference/misc.md in the madtea repo.