mcp-skill-cli 0.0.4 → 0.0.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/CHANGELOG.md +15 -0
- package/README.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.0.5 - 2026-01-19
|
|
4
|
+
### Added
|
|
5
|
+
- MCP registry install with interactive prompts, cache reuse, and registry metadata checks.
|
|
6
|
+
- `mcp list --available` to browse registry servers.
|
|
7
|
+
- `mcp view` with default registry info and `--installed` for local config details.
|
|
8
|
+
- HTTP header support in MCP definitions (HTTP transport).
|
|
9
|
+
- `skill list --available` to browse registry skills with updated timestamps.
|
|
10
|
+
- Support for new skill clients: cursor, amp, kilocode, roo, goose, antigravity, copilot, clawdbot, droid, windsurf.
|
|
11
|
+
- Spinner tips and friendlier CLI help text for common commands.
|
|
12
|
+
### Changed
|
|
13
|
+
- MCP update logic now checks registry `updatedAt`/`head` before reinstalling.
|
|
14
|
+
- MCP installs reuse local cache and avoid repeated cloning when up-to-date.
|
|
15
|
+
- Codex MCP installs are user-scope only (project scope blocked).
|
|
16
|
+
- MCP `view` hides `checkedAt` and focuses on user-facing metadata.
|
|
17
|
+
|
|
3
18
|
## 0.0.4 - 2026-01-18
|
|
4
19
|
### Added
|
|
5
20
|
- `skill view` defaulting to registry metadata (raw fetch) with `--installed` for local view.
|
package/README.md
CHANGED
|
@@ -32,6 +32,16 @@ mcp install context7 -g -c codex
|
|
|
32
32
|
- `codex`
|
|
33
33
|
- `gemini`
|
|
34
34
|
- `opencode`
|
|
35
|
+
- `cursor`
|
|
36
|
+
- `amp`
|
|
37
|
+
- `kilocode`
|
|
38
|
+
- `roo`
|
|
39
|
+
- `goose`
|
|
40
|
+
- `antigravity`
|
|
41
|
+
- `copilot`
|
|
42
|
+
- `clawdbot`
|
|
43
|
+
- `droid`
|
|
44
|
+
- `windsurf`
|
|
35
45
|
|
|
36
46
|
## Local Cache
|
|
37
47
|
|