@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) • 330 B
TypeScript
/**
* Centralized file that exports all MCP tool schemas
*/
export { InitToolSchema, type InitToolInput, type InitToolResponse, } from './init.js';
export { StartContextToolSchema, type StartContextToolInput, } from './start-context.js';
export { ValidateTaskToolSchema, type ValidateTaskToolInput, } from './validate-task.js';