/** * Tool Registration * Registers all Vikunja tools with the MCP server */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { AuthManager } from '../auth/AuthManager'; export declare function registerTools(server: McpServer, authManager: AuthManager): void; //# sourceMappingURL=index.d.ts.map