Skip to main content
Glama

Onyx Documentation MCP Server

onyx_pkg_build

Create an Onyx package by executing a build command in a specified directory; set a timeout to manage build duration effectively.

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