@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).
10 lines • 342 B
JavaScript
/**
* Centralized file that exports all MCP tool schemas
*/
// Init tool schema
export { InitToolSchema, } from './init.js';
// Start Context tool schema
export { StartContextToolSchema, } from './start-context.js';
// Validate Task tool schema
export { ValidateTaskToolSchema, } from './validate-task.js';
//# sourceMappingURL=index.js.map