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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-skill-cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "MCP and skill CLI installers",
5
5
  "author": "wangxu <wx@aurise.dev>",
6
6
  "license": "Apache-2.0",