UNPKG

@boundless-oss/atlas

Version:

Atlas - MCP Server for comprehensive startup project management

37 lines 784 B
export const AGILE_TOOLS = [ 'create_sprint', 'plan_sprint', 'start_sprint', 'end_sprint', 'create_story', 'estimate_story', 'create_epic', 'sprint_retrospective', 'generate_burndown', 'calculate_velocity', 'backlog_refinement' ]; export const KANBAN_TOOLS = [ 'create_board', 'create_board_interactive', 'add_task', 'move_task', 'update_task', 'set_wip_limit', 'track_cycle_time', 'generate_cumulative_flow', 'list_boards', 'get_board_status' ]; export const COMMON_TOOLS = [ 'list_tasks', 'get_task_details', 'update_priority', 'assign_task', 'add_comment', 'add_attachment', 'create_subtask', 'track_time', 'generate_report' ]; //# sourceMappingURL=types.js.map