From d46c68806e747c05ed670eb969a667e2a463ea20 Mon Sep 17 00:00:00 2001 From: Drew Cain Date: Thu, 11 Jun 2026 01:35:50 -0500 Subject: [PATCH] test(mcp): add workspace to write_note expected signature contract The signature contract test pins exact tool parameters; update it for the new workspace parameter. Co-Authored-By: Claude Signed-off-by: Drew Cain --- tests/mcp/test_tool_contracts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mcp/test_tool_contracts.py b/tests/mcp/test_tool_contracts.py index 9194bb7b..75380196 100644 --- a/tests/mcp/test_tool_contracts.py +++ b/tests/mcp/test_tool_contracts.py @@ -109,6 +109,7 @@ EXPECTED_TOOL_SIGNATURES: dict[str, list[str]] = { "content", "directory", "project", + "workspace", "project_id", "tags", "note_type",