feat: implement show-task MCP command

- Create direct function wrapper in show-task.js with error handling and caching

- Add MCP tool integration for displaying detailed task information

- Update task-master-core.js to expose showTaskDirect function

- Update changeset to document the new command

- Follow kebab-case/camelCase/snake_case naming conventions
This commit is contained in:
Eyal Toledano
2025-03-31 11:57:23 -04:00
parent d822dc08fe
commit 407a4e880d
7 changed files with 187 additions and 3 deletions

View File

@@ -505,7 +505,7 @@ Following MCP implementation standards:
- Unit test for setTaskStatusDirect.js
- Integration test for MCP tool
## 22. Implement show-task MCP command [pending]
## 22. Implement show-task MCP command [in-progress]
### Dependencies: None
### Description: Create direct function wrapper and MCP tool for showing task details.
### Details: