Skip to main content
Glama

FluffOS MCP Server

by gesslar

fluffos_validate

Validate LPC code files by checking for compilation errors using the FluffOS driver's symbol tool to ensure code correctness before deployment.

Instructions

Validate an LPC file using the FluffOS driver's symbol tool. Returns success/failure and any compilation errors.

Input Schema

NameRequiredDescriptionDefault
fileYesAbsolute path to the LPC file to validate

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "Absolute path to the LPC file to validate", "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