From e0e25ca4c5962d0c943f2b7a13a43e9943e3d85a Mon Sep 17 00:00:00 2001 From: Hong Jiarong Date: Thu, 30 Jul 2026 12:51:48 +0800 Subject: [PATCH] fix(hub): expect always-on todo_write in pbank tool mapping --- hub/test/unit/pbank-client.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hub/test/unit/pbank-client.test.ts b/hub/test/unit/pbank-client.test.ts index 078eb6a..05374cf 100644 --- a/hub/test/unit/pbank-client.test.ts +++ b/hub/test/unit/pbank-client.test.ts @@ -44,6 +44,7 @@ describe("pbank client helpers", () => { describe("role tool mapping for pbank", () => { it("maps umbrella pbank role tool to three MCP tools", () => { expect(cphHubMcpToolsForRole(["pbank"])).toEqual([ + "todo_write", "pbank_search_problems", "pbank_get_problem", "pbank_get_many_problems",