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) 139 B
import { Command } from 'commander'; /** * Create Get Context CLI command */ export declare function createGetContextCommand(): Command;