Saxonberg Server API
    Preparing search index...
    • Mixin that adds command execution and a per-giver recency stack.

      Type Parameters

      Parameters

      Returns {
          _mixinName: string;
          prototype: __type<any>;
          settings: SettingsSchemaEntry<unknown>[];
          new (...args: any[]): __type;
      } & TBase

        • new (...args: any[]): __type
        • Parameters

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • prototype: __type<any>
      • settings: SettingsSchemaEntry<unknown>[]

        Shell-level settings the command pipeline consumes.

        shell.parser selects which parser turns input text into a ParseResult. Today the only registered parser is 'msh', the Mud SHell tokenizer-driven parser; declared as an enum so the future LLM-backed parser can be added by appending to enumValues.