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:
@@ -74,6 +74,7 @@ const HOST_CONTRACT_METHODS = [
|
||||
"unsharePage",
|
||||
"restorePageVersion",
|
||||
"transformPage",
|
||||
"stashPage",
|
||||
// write (comment)
|
||||
"createComment",
|
||||
"resolveComment",
|
||||
|
||||
Reference in New Issue
Block a user