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

3 lines (2 loc) 191 B
import type { ValidateContextToolResponse } from '../../schemas/validate-context.js'; export declare function executeValidateContextTool(args: unknown): Promise<ValidateContextToolResponse>;