We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyaltoledano/claude-task-master'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
task-status.ts•283 B
/**
* @fileoverview Utilities for working with task statuses
* Re-exports status utilities from @tm/core for CLI convenience
*/
// Re-export terminal status utilities from @tm/core (single source of truth)
export {
TERMINAL_COMPLETE_STATUSES,
isTaskComplete
} from '@tm/core';