@bgx4k3p/huly-mcp-server 2.2.1 → 2.2.3

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.
@@ -37,14 +37,9 @@
37
37
  "@types/jest": "^29.5.5"
38
38
  },
39
39
  "dependencies": {
40
- "@hcengineering/activity": "^0.7.0",
41
40
  "@hcengineering/contact": "^0.7.0",
42
41
  "@hcengineering/core": "^0.7.3",
43
- "@hcengineering/notification": "^0.7.0",
44
42
  "@hcengineering/platform": "^0.7.3",
45
- "@hcengineering/ui": "^0.7.0",
46
- "@hcengineering/view": "^0.7.0",
47
- "@hcengineering/workbench": "^0.7.0",
48
43
  "fast-equals": "^5.2.2"
49
44
  },
50
45
  "repository": "https://github.com/hcengineering/platform",
@@ -46,12 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@hcengineering/platform": "^0.7.3",
49
- "@hcengineering/ui": "^0.7.0",
50
- "@hcengineering/core": "^0.7.3",
51
- "@hcengineering/templates": "^0.7.0",
52
- "@hcengineering/view": "^0.7.0",
53
- "@hcengineering/preference": "^0.7.0",
54
- "@hcengineering/card": "^0.7.0"
49
+ "@hcengineering/core": "^0.7.3"
55
50
  },
56
51
  "repository": "https://github.com/hcengineering/platform",
57
52
  "publishConfig": {
@@ -39,9 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@hcengineering/platform": "^0.7.3",
42
- "@hcengineering/core": "^0.7.3",
43
- "@hcengineering/view": "^0.7.0",
44
- "@hcengineering/ui": "^0.7.0"
42
+ "@hcengineering/core": "^0.7.3"
45
43
  },
46
44
  "repository": "https://github.com/hcengineering/platform",
47
45
  "publishConfig": {
@@ -39,11 +39,8 @@
39
39
  "dependencies": {
40
40
  "@hcengineering/contact": "^0.7.0",
41
41
  "@hcengineering/core": "^0.7.3",
42
- "@hcengineering/notification": "^0.7.0",
43
42
  "@hcengineering/platform": "^0.7.3",
44
- "@hcengineering/rank": "^0.7.3",
45
- "@hcengineering/ui": "^0.7.0",
46
- "@hcengineering/view": "^0.7.0"
43
+ "@hcengineering/rank": "^0.7.3"
47
44
  },
48
45
  "repository": "https://github.com/hcengineering/platform",
49
46
  "publishConfig": {
@@ -39,15 +39,10 @@
39
39
  "dependencies": {
40
40
  "@hcengineering/core": "^0.7.3",
41
41
  "@hcengineering/platform": "^0.7.3",
42
- "@hcengineering/ui": "^0.7.0",
43
- "@hcengineering/view": "^0.7.0",
44
42
  "@hcengineering/contact": "^0.7.0",
45
43
  "@hcengineering/chunter": "^0.7.0",
46
- "@hcengineering/attachment": "^0.7.0",
47
44
  "@hcengineering/task": "^0.7.0",
48
- "@hcengineering/time": "^0.7.0",
49
45
  "@hcengineering/tags": "^0.7.0",
50
- "@hcengineering/preference": "^0.7.0",
51
46
  "lexorank": "~1.0.4"
52
47
  },
53
48
  "repository": "https://github.com/hcengineering/platform",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgx4k3p/huly-mcp-server",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "MCP server for Huly issue tracking with stdio and Streamable HTTP transports",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -44,21 +44,29 @@
44
44
  "version:sync": "node -e \"const{readFileSync:r,writeFileSync:w}=require('fs');const v=r('VERSION','utf-8').trim();const f='package.json';const j=JSON.parse(r(f,'utf-8'));j.version=v;w(f,JSON.stringify(j,null,2)+'\\n');console.log('Synced version '+v+' to package.json')\""
45
45
  },
46
46
  "dependencies": {
47
- "@hcengineering/api-client": "^0.7.3",
48
- "@hcengineering/chunter": "^0.7.0",
49
- "@hcengineering/core": "^0.7.4",
50
- "@hcengineering/tags": "^0.7.0",
51
- "@hcengineering/task": "^0.7.0",
52
- "@hcengineering/tracker": "^0.7.0",
53
47
  "@modelcontextprotocol/sdk": "^1.27.1",
54
48
  "jsdom": "^29.0.0"
55
49
  },
56
50
  "bundleDependencies": [
51
+ "@hcengineering/account-client",
52
+ "@hcengineering/analytics",
57
53
  "@hcengineering/api-client",
58
54
  "@hcengineering/chunter",
55
+ "@hcengineering/client",
56
+ "@hcengineering/client-resources",
57
+ "@hcengineering/collaborator-client",
58
+ "@hcengineering/contact",
59
59
  "@hcengineering/core",
60
+ "@hcengineering/measurements",
61
+ "@hcengineering/platform",
62
+ "@hcengineering/rank",
63
+ "@hcengineering/rpc",
60
64
  "@hcengineering/tags",
61
65
  "@hcengineering/task",
66
+ "@hcengineering/text",
67
+ "@hcengineering/text-core",
68
+ "@hcengineering/text-html",
69
+ "@hcengineering/text-markdown",
62
70
  "@hcengineering/tracker"
63
71
  ],
64
72
  "devDependencies": {