mcp-skill-cli 0.0.6 → 0.0.7
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.0.7 - 2026-01-19
|
|
4
|
+
### Changed
|
|
5
|
+
- Standardized list output (removed PATH column; consistent truncation).
|
|
6
|
+
- Unified spinner delay (300ms) for all commands, including list/uninstall/clean.
|
|
7
|
+
- `skill list --available` now uses index metadata only (no per-skill meta fetches).
|
|
8
|
+
- `mcp list --available` waits for full data fetch before printing.
|
|
9
|
+
|
|
3
10
|
## 0.0.6 - 2026-01-19
|
|
4
11
|
### Changed
|
|
5
12
|
- CLI architecture refactor: split MCP/skill commands into focused files for easier maintenance.
|