awesome-mineflayer-mcp 1.3.1 → 1.3.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/dist/config.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  * for an LLM agent's limited context window.
7
7
  */
8
8
  export declare const SERVER_NAME = "awesome-mineflayer-mcp";
9
- export declare const SERVER_VERSION = "1.3.1";
9
+ export declare const SERVER_VERSION = "1.3.2";
10
10
  /** Hard ceiling on the characters returned by any single tool call. */
11
11
  export declare const CHARACTER_LIMIT: number;
12
12
  /** Maximum number of game events retained in the in-memory ring buffer. */
package/dist/config.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * for an LLM agent's limited context window.
7
7
  */
8
8
  export const SERVER_NAME = "awesome-mineflayer-mcp";
9
- export const SERVER_VERSION = "1.3.1";
9
+ export const SERVER_VERSION = "1.3.2";
10
10
  function readInt(envVar, fallback) {
11
11
  const raw = process.env[envVar];
12
12
  if (raw === undefined || raw.trim() === "")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "awesome-mineflayer-mcp",
3
- "version": "1.3.1",
4
- "mcpName": "io.github.g0osey99/awesome-mineflayer-mcp",
3
+ "version": "1.3.2",
4
+ "mcpName": "io.github.G0Osey99/awesome-mineflayer-mcp",
5
5
  "description": "Production-ready MCP server exposing standalone-equivalent control of a Mineflayer Minecraft bot: movement, mining, crafting, inventory, combat, chat, containers, lifecycle, and event streaming.",
6
6
  "type": "module",
7
7
  "bin": {