@invarn/cli 0.1.3 → 0.1.5

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/README.md CHANGED
@@ -38,7 +38,7 @@ Start the MCP server and your AI coding agent can register agents, run builds, a
38
38
  invarn mcp serve
39
39
  ```
40
40
 
41
- Add it to Claude Code, Cursor, Claude Desktop, or Codex:
41
+ Add it to Claude Code, Cursor, Claude Desktop, or Codex. If you installed `@invarn/cli` globally:
42
42
 
43
43
  ```json
44
44
  {
@@ -51,6 +51,19 @@ Add it to Claude Code, Cursor, Claude Desktop, or Codex:
51
51
  }
52
52
  ```
53
53
 
54
+ Or without a global install, using `npx` (pins a specific version for reproducibility):
55
+
56
+ ```json
57
+ {
58
+ "mcpServers": {
59
+ "invarn": {
60
+ "command": "npx",
61
+ "args": ["-y", "@invarn/cli@latest", "mcp", "serve"]
62
+ }
63
+ }
64
+ }
65
+ ```
66
+
54
67
  ## Commands
55
68
 
56
69
  | Command | Description |