@twofeetup/clickup-mcp
Version:
Optimized ClickUp MCP Server - High-performance AI integration with consolidated tools and response optimization
17 lines (16 loc) • 490 B
JavaScript
/**
* SPDX-FileCopyrightText: © 2025 Sjoerd Tiemensma
* SPDX-License-Identifier: MIT
*
* Tools Index
*
* This file exports all tool definitions and handlers for the ClickUp MCP server.
* Each tool category (workspace, task, list, folder) is organized into its own module
* for better maintainability.
*/
export * from './workspace.js';
export * from './task/index.js';
export * from './list.js';
export * from './folder.js';
export * from './tag.js';
export * from './member.js';