Commit 0040403
test(mcp): cover superdoc_attach in protocol tool-list assertions
The collab feature added a superdoc_attach lifecycle tool; the protocol
integration test predates it. Add superdoc_attach to EXPECTED_TOOLS and to the
action-enum / session_id exclusion lists — like superdoc_open, attach creates a
session rather than consuming one, so it carries no action enum and no required
session_id.
No other test changes: the full apps/mcp suite (incl. dist-bundle) passes as-is
once the workspace is built per ci-mcp.yml (pnpm run build:superdoc before
apps/mcp test). The transient '9 failing tests' seen locally were solely the
missing build:superdoc step, not a code or bundler defect.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 35d0ec1 commit 0040403
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
96 | | - | |
97 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
| |||
0 commit comments