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).

7 lines (6 loc) 251 B
import type { Command } from 'commander'; /** * Initializes the project by creating a .contextcompose directory and necessary files. * @param program - The commander program instance. */ export declare function initCommand(program: Command): void;