/** * Projects Tool * Handles project operations for Vikunja */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { AuthManager } from '../auth/AuthManager'; export declare function registerProjectsTool(server: McpServer, authManager: AuthManager): void; //# sourceMappingURL=projects.d.ts.map