Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLUFFOS_BIN_DIR | Yes | Directory containing FluffOS binaries (symbol, lpcc) | |
| MUD_RUNTIME_CONFIG | Yes | Path to your FluffOS config file (e.g., /mud/lib/etc/config.test) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fluffos_validate | Validate an LPC file using the FluffOS driver's symbol tool. Returns success/failure and any compilation errors. |
| fluffos_disassemble | Disassemble an LPC file to show compiled bytecode using lpcc. Useful for debugging and understanding how code compiles. |