From a76cb3027125b712135947b76f73077d3163bbad Mon Sep 17 00:00:00 2001 From: Jake Strawn Date: Thu, 26 Mar 2026 20:17:02 -0400 Subject: [PATCH] =?UTF-8?q?refactor:=20fix:=20correct=20tool=20count=20bad?= =?UTF-8?q?ge=20in=20README=20(73=20=E2=86=92=20actual=20count)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/integration/server.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/server.test.ts b/tests/integration/server.test.ts index 57c8dca..5968442 100644 --- a/tests/integration/server.test.ts +++ b/tests/integration/server.test.ts @@ -140,7 +140,7 @@ describe.skipIf(!SERVER_AVAILABLE)('MCP server integration (with tokensPath conf }); }); - it('returns all expected tool names (70 core + 2 token when configured)', async () => { + it('returns all expected tool names (71 core + 2 token when configured)', async () => { sendRequest('tools/list', {}); const response = await recv();