import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { ElnoraApiClient } from "../services/elnora-api-client.js"; import { RequestContext } from "../server.js"; /** * The `elnora_projects_*` tools are deprecated no-ops (ELN-880/881 removed the * platform "project" concept). They stay registered with unchanged names and * input schemas — so the CLI↔MCP parity gate and any existing MCP clients keep * resolving — but no longer call the retired `/projects` compat shim. Each * returns a structured deprecation notice. `getClient` is intentionally unused. */ export declare function registerProjectTools(server: McpServer, _getClient: () => ElnoraApiClient, getContext: () => RequestContext): void; //# sourceMappingURL=projects.d.ts.map