Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/smoke.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down
Loading