arkts-lsp-proxy 0.1.5 → 0.1.7

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/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "arkts-lsp-proxy",
3
- "version": "0.1.5",
4
- "description": "ArkTS LSP Proxy — bridges DevEco Studio's ace-server to Claude Code",
3
+ "version": "0.1.7",
4
+ "description": "ArkTS LSP Proxy — bridges DevEco Studio's ace-server to Claude Code and Codex",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "arkts-lsp-proxy": "dist/index.js"
7
+ "arkts-lsp-proxy": "dist/index.js",
8
+ "arkts-lsp-mcp": "dist/mcp-server.js"
8
9
  },
9
10
  "scripts": {
10
11
  "build": "tsc",
@@ -22,13 +23,15 @@
22
23
  "lsp",
23
24
  "harmonyos",
24
25
  "deveco",
25
- "claude-code"
26
+ "claude-code",
27
+ "codex",
28
+ "mcp"
26
29
  ],
27
30
  "author": "",
28
31
  "license": "MIT",
29
32
  "repository": {
30
33
  "type": "git",
31
- "url": "https://github.com/HelloiOS2014/harmony_arkts_lsp_proxy.git"
34
+ "url": "git+https://github.com/HelloiOS2014/harmony_arkts_lsp_proxy.git"
32
35
  },
33
36
  "engines": {
34
37
  "node": ">=18"