poi-plugin-mcp 0.2.27 → 0.2.28

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.
@@ -18,7 +18,9 @@
18
18
  const fs = require('node:fs')
19
19
  const path = require('node:path')
20
20
 
21
- const MAX_STACK = 8
21
+ // Live 0913 title page: leaf sprites with the atlas identity sit at depth 8+;
22
+ // a cap of 8 truncated before them, leaving container-only stacks.
23
+ const MAX_STACK = 16
22
24
  const MAX_VISIT = 4000
23
25
  const MAX_DEPTH = 40
24
26
  // Wall-clock bound for the whole snapshot. The page-side script has its own
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-mcp",
3
- "version": "0.2.27",
3
+ "version": "0.2.28",
4
4
  "description": "Poi data, WebView capture, and opt-in authenticated input bridge for local KanColle tools.",
5
5
  "main": "index.js",
6
6
  "keywords": [