UNPKG

@noanswer/context-compose

Version:

Orchestrate complex AI interactions with Context Compose. A powerful CLI and server for building, validating, and managing context for large language models using the Model Context Protocol (MCP).

10 lines (9 loc) 238 B
import { Command } from 'commander'; /** * Create environment variable command */ export declare function createEnvCommand(): Command; /** * 환경변수 명령 사용 예시 표시 */ export declare function showEnvExamples(): void;