Skip to main content
Glama

FluffOS MCP Server

by gesslar

fluffos_disassemble

Disassemble LPC files to display compiled bytecode for debugging and understanding code compilation processes.

Instructions

Disassemble an LPC file to show compiled bytecode using lpcc. Useful for debugging and understanding how code compiles.

Input Schema

NameRequiredDescriptionDefault
fileYesAbsolute path to the LPC file to disassemble

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "Absolute path to the LPC file to disassemble", "type": "string" } }, "required": [ "file" ], "type": "object" }

Other Tools from FluffOS MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/gesslar/fluffos-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server