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

6 lines (5 loc) 163 B
import type { Command } from 'commander'; /** * Create Start Context CLI command */ export declare function registerStartContextCommand(program: Command): void;