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) 175 B
import type { Command } from 'commander'; /** * Creates the CLI command for validating a context. */ export declare function validateContextCommand(program: Command): void;