🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@master4n/master-cli

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master4n/master-cli - npm Package Compare versions

Comparing version
3.0.5
to
3.0.6
+1
-1
llms.txt

@@ -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

{
"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",

@@ -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