@nicolasmondain/cli-agent 3.0.2 → 3.0.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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ Add to your Claude Code MCP settings: `.claude/mcp.json`
53
53
  "mcpServers": {
54
54
  "cli-agent": {
55
55
  "command": "npx",
56
- "args": ["cli-agent", "mcp:serve"]
56
+ "args": ["@nicolasmondain/cli-agent", "mcp:serve"]
57
57
  }
58
58
  }
59
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicolasmondain/cli-agent",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "MCP server that turns your scripts into AI-powered tools for Claude and other AI assistants",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",