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
| Flag | Type | Default | Description |
|---|---|---|---|
--repo | string | Repository context (owner/repo) |
madtea render markup
Render markup to HTML
| Flag | Type | Default | Description |
|---|---|---|---|
--mode | string | gfm | Markup mode (gfm, comment, wiki) |
--repo | string | Repository 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
| Flag | Type | Default | Description |
|---|---|---|---|
--ssh | bool | false | Get 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
madtea topics search
Search topics globally
| Flag | Type | Default | Description |
|---|---|---|---|
--limit | int | 0 | Maximum number of items to return (0 = server default) |
--page | int | 0 | Page 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
| Parameter | Type | Required | Description |
|---|---|---|---|
raw_json | boolean | no | Return 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.