@achieveai/hitl-mcp-server 1.0.0 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +11 -5
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@achieveai/hitl-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Human In The Loop MCP Server - Enables LLM agents to ask questions and get user feedback through interactive dialogs",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "hitl-mcp-server": "./dist/index.js"
7
+ "hitl-mcp-server": "dist/index.js"
8
8
  },
9
9
  "type": "module",
10
10
  "files": [
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/achieveai/HumanInTheLoop.git"
20
+ "url": "git+https://github.com/achieveai/HumanInTheLoop.git"
21
21
  },
22
22
  "bugs": {
23
23
  "url": "https://github.com/achieveai/HumanInTheLoop/issues"
@@ -34,7 +34,13 @@
34
34
  "test:dialog": "tsx src/test-client.ts",
35
35
  "typecheck": "tsc --noEmit"
36
36
  },
37
- "keywords": ["mcp", "llm", "human-in-the-loop", "dialog", "interactive"],
37
+ "keywords": [
38
+ "mcp",
39
+ "llm",
40
+ "human-in-the-loop",
41
+ "dialog",
42
+ "interactive"
43
+ ],
38
44
  "author": "MCQdb LLC <https://achieve.ai>",
39
45
  "license": "GPL-3.0",
40
46
  "dependencies": {
@@ -53,4 +59,4 @@
53
59
  "tsx": "^4.19.2",
54
60
  "typescript": "^5.7.3"
55
61
  }
56
- }
62
+ }