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) 207 B
import type { FastMCP } from 'fastmcp'; /** * Register Get Context tool with MCP server * @param server - FastMCP server instance */ export declare function registerGetContextTool(server: FastMCP): void;