@eagi/cli
v0.2.0
Published
Enterprise AGI - CLI tool
Downloads
342
Readme
@eagi/cli
Developer CLI tool for EAGI (eagi-mcp-framework) — a unified, production-grade framework for building and orchestrating Model Context Protocol (MCP) servers.
Provides command-line utilities for running and hot-reloading domain servers during development.
Installation
npm install -g @eagi/cli
# or run directly with npx
npx @eagi/cli --helpAvailable Commands
eagi dev— Start the domain server in development mode with watch/hot-reload.eagi serve— Run the domain server in production stdio mode.
Documentation & Source Code
This CLI tool is part of the EAGI open-core monorepo. For full documentation, configuration instructions, and the Go Control Plane (Gateway), please visit the primary repository:
