sanguosha-agent-plugin 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mcp/sanguosha-mcp.mjs +1 -0
- package/package.json +1 -1
package/mcp/sanguosha-mcp.mjs
CHANGED
|
@@ -10800,6 +10800,7 @@ async function runPlay(hgc, input) {
|
|
|
10800
10800
|
const deadline = Date.now() + timeoutMs;
|
|
10801
10801
|
return new Promise((resolve) => {
|
|
10802
10802
|
const snapshot = () => ({
|
|
10803
|
+
roomId: hgc.roomId,
|
|
10803
10804
|
phase: hgc.phase === "connecting" ? "lobby" : hgc.phase,
|
|
10804
10805
|
gameOver: hgc.gameOverWinner ? { winner: hgc.gameOverWinner } : null,
|
|
10805
10806
|
needsAction: hgc.needsAction(),
|