Config

View and set configuration. Use when the user asks to change trigger behavior, extension settings, or other settings.

michaelliv 09bd56e 656 B Updated

File contents

Commands

mrctl config get [key]
mrctl config set <key> <value>

Built-in keys

Key Values Description
trigger.match prefix, mention, always How the bot is triggered
trigger.patterns comma-separated words Custom trigger words
trigger.case_sensitive true, false Case-sensitive trigger matching

Extension config keys are also available and shown in mrctl config get output with descriptions and defaults.

michaelliv/mercury/tree/main/resources/skills/config commit 09bd56ea3a

Frequently asked questions

npx skillmds@latest add michaelliv/config