@master4n/master-cli
Advanced tools
+1
-1
@@ -19,3 +19,3 @@ # @master4n/master-cli (`mfn`) | ||
| concurrently (a slow `wait` never blocks `ping`). Client config: | ||
| `{ "command": "npx", "args": ["-y", "@master4n/master-cli", "mcp"] }`. | ||
| `{ "command": "npx", "args": ["-y", "@master4n/master-cli@latest", "mcp"] }`. | ||
| `mfn mcp --json` describes the server without starting it. | ||
@@ -22,0 +22,0 @@ - **Machine output:** pass `--json`, OR just pipe the command (when stdout is not |
+1
-1
| { | ||
| "name": "@master4n/master-cli", | ||
| "version": "3.0.5", | ||
| "version": "3.0.6", | ||
| "description": "AI-agent-friendly command-line toolkit: timestamp/date conversion, JWT decoding, port killing, file finding, and directory trees — headless, --json, with a self-describing manifest and a built-in MCP server (mfn mcp).", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+11
-1
@@ -67,3 +67,3 @@ # @master4n/master-cli (`mfn`) | ||
| "mcpServers": { | ||
| "mfn": { "command": "npx", "args": ["-y", "@master4n/master-cli", "mcp"] } | ||
| "mfn": { "command": "npx", "args": ["-y", "@master4n/master-cli@latest", "mcp"] } | ||
| } | ||
@@ -79,2 +79,12 @@ } | ||
| An [Agent Skill](./skills/mfn/SKILL.md) ships at `skills/mfn/SKILL.md` — a | ||
| portable SKILL.md (YAML frontmatter + usage guide) that teaches any coding | ||
| agent (Claude Code, Roo, Cline, …) the full command catalog, output contract, | ||
| recipes, and gotchas. `.claude/skills/mfn` symlinks to it so Claude Code | ||
| auto-discovers it in this repo; point other agents at the file directly. | ||
| This repo ships a [`.mcp.json`](./.mcp.json) with exactly this wiring, so | ||
| cloning it gives Claude Code (and any client honouring project-scope MCP | ||
| config) the `mfn` server automatically. | ||
| ## Quick start | ||
@@ -81,0 +91,0 @@ |
Sorry, the diff of this file is too big to display
397310
0.15%197
5.35%