From 080ac7cddf972a0629e1f6a230ffe2c0c5268ece Mon Sep 17 00:00:00 2001 From: HelloThisWorld Date: Sat, 29 Aug 2026 18:07:11 +0800 Subject: [PATCH] fix(ci): update MCP tool count baseline --- docs/README.md | 2 +- scripts/smoke.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 12a47d5..262f425 100644 --- a/docs/README.md +++ b/docs/README.md @@ -228,7 +228,7 @@ the intent in the evening, run one command, read the report in the morning. ## MCP & frontend plugins - [MCP server](mcp-server.md) — the local stdio server. -- [MCP tool reference](mcp/tool-reference.md) — all 75 tools (generated). +- [MCP tool reference](mcp/tool-reference.md) — all 77 tools (generated). - [MCP tools](mcp-tools.md) · [resources](mcp-resources.md) · [prompts](mcp-prompts.md) · [CLI/MCP parity](cli-mcp-parity.md). - [Claude Code integration](claude-code-integration.md) — both directions. diff --git a/scripts/smoke.mjs b/scripts/smoke.mjs index 8d64f89..32d46b5 100644 --- a/scripts/smoke.mjs +++ b/scripts/smoke.mjs @@ -333,7 +333,7 @@ run('mcp manifest reports identity and protocol baseline', { cwd: kiroProject, args: ['mcp', 'manifest'], expectCode: 0, - expectStdout: ['specbridge', '2025-11-25', 'stdio', '75 tools'], + expectStdout: ['specbridge', '2025-11-25', 'stdio', '77 tools'], }); run('mcp tools lists the registry and the approval boundary', {