chrome-devtools-axi 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,16 +41,7 @@ snapshot:
41
41
  **Tell your agent:**
42
42
 
43
43
  ```
44
- Execute `npm install -g chrome-devtools-axi` and run the command for browser automation.
45
- ```
46
-
47
- **From source**
48
-
49
- ```sh
50
- git clone https://github.com/kunchenguid/chrome-devtools-axi.git
51
- cd chrome-devtools-axi
52
- npm install && npm run build
53
- npm link
44
+ Execute `npm i -g chrome-devtools-axi` and run `chrome-devtools-axi` for browser automation.
54
45
  ```
55
46
 
56
47
  ## How It Works
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrome-devtools-axi",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "AXI-compliant chrome-devtools-mcp wrapper — combined operations, TOON output, contextual suggestions",
5
5
  "type": "module",
6
6
  "repository": {