import type { FastMCP } from 'fastmcp';
/**
 * Register Get Context tool with MCP server
 * @param server - FastMCP server instance
 */
export declare function registerGetContextTool(server: FastMCP): void;
