test(mcp): add stashPage to HOST_CONTRACT_METHODS (fix drift-guard)

stashPage is declared in the server's DocmostClientLike interface and
shipped as the stash_page MCP tool (client.ts, tool-specs.ts, index.ts),
but the hand-maintained HOST_CONTRACT_METHODS mirror in the contract test
was never updated — so the drift-guard test failed and broke CI's
unit-test job. Add the missing name; both directions now agree.
This commit is contained in:
claude_code
2026-06-30 03:44:29 +03:00
parent 5c1187b864
commit f8d26420eb

View File

@@ -74,6 +74,7 @@ const HOST_CONTRACT_METHODS = [
"unsharePage",
"restorePageVersion",
"transformPage",
"stashPage",
// write (comment)
"createComment",
"resolveComment",