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

7 lines (6 loc) 194 B
import type { FastMCP } from 'fastmcp'; /** * Register Init tool with MCP server * @param server - FastMCP server instance */ export declare function registerInitTool(server: FastMCP): void;