fix(mcp): pass measure_id in AddTaskTool and make it optional

Signed-off-by: Yash Gupta <yash3144@gmail.com>
This commit is contained in:
Yash Gupta
2026-01-12 22:45:51 +05:30
committed by Sacha Al Himdani
parent da936c6834
commit 51b31f81f4
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE tasks ALTER COLUMN measure_id DROP NOT NULL;