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();