UNPKG

@grec0/mcp-s2s-asterisk

Version:

MCP server para asistente telefónico conversacional con Asterisk S2S

14 lines (13 loc) 502 B
/** * @fileoverview Tools module for the MCP Kanban server * * This module exports higher-level tools that combine multiple operations * to provide more comprehensive functionality for the MCP Kanban server. * These tools are designed to simplify common workflows and provide * aggregated data from multiple sources. */ // Export all tools export * from "./board-summary.js"; export * from "./card-details.js"; export * from "./create-card-with-tasks.js"; export * from "./workflow-actions.js";