@achieveai/hitl-mcp-server 2.9.0 → 2.9.1

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.
@@ -13,7 +13,7 @@ const TOOL_NAME = 'AskUserQuestion';
13
13
  const NOTIFY_TOOL_NAME = 'Notify';
14
14
  const SETUP_TOOL_NAME = 'setup';
15
15
  const SERVER_NAME = 'hitl-mcp-server';
16
- const SERVER_VERSION = '2.7.1';
16
+ const SERVER_VERSION = '2.9.1';
17
17
  /** Directory where the compiled server JS lives (used for relative binary paths). */
18
18
  const SERVER_DIR = path.dirname(fileURLToPath(import.meta.url));
19
19
  class HumanInTheLoopServer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@achieveai/hitl-mcp-server",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Human-in-the-Loop MCP Server — enables LLM agents to ask questions across all your devices via ntfy.sh",
5
5
  "type": "module",
6
6
  "main": "./dist/mcp-server.js",