tududi/backend/modules/mcp
Chris 46329fc82b
fix(mcp): Include subtasks in get_task API response (#1040)
Add Subtasks association to the findTaskByIdentifier function
so that the get_task MCP API endpoint returns subtasks along
with the main task. This enables clients to access the full
task hierarchy in a single API call.

The serializeTask function already supported subtasks
serialization, so this change only required updating the
query includes to load the Subtasks relation with proper
ordering and Tag associations.

Fixes #1029
2026-04-18 00:29:16 +03:00
..
tools fix(mcp): Include subtasks in get_task API response (#1040) 2026-04-18 00:29:16 +03:00
controller.js feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00
httpTransport.js feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00
index.js feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00
middleware.js feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00
routes.js feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00
server.js feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00
toolRegistry.js feat: Add MCP Integration with client-agnostic instructions (#953) 2026-03-20 16:55:49 +02:00