Skip to main content
Glama

Onyx Documentation MCP Server

onyx_pkg_build

Build Onyx packages in a specified directory with a customizable timeout. Simplify package creation using the Onyx programming language.

Instructions

Build an Onyx package using "onyx pkg build" in a specified directory

Input Schema

NameRequiredDescriptionDefault
directoryNoDirectory containing the Onyx package (defaults to current working directory).
timeoutNoBuild timeout in seconds

Input Schema (JSON Schema)

{ "properties": { "directory": { "default": ".", "description": "Directory containing the Onyx package (defaults to current working directory)", "type": "string" }, "timeout": { "default": 60, "description": "Build timeout in seconds", "type": "number" } }, "type": "object" }

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/elias-michaias/onyx_mcp'

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