Skip to content

v0.1.1

Choose a tag to compare

@tsumon tsumon released this 07 Sep 02:03
· 1 commit to main since this release

skill-mcp v0.1.1

This release ships the full local stdio MCP feature set and a new bilingual README (static SVG, no GIF).

README

  • Redesigned README.md and README.zh-CN.md
  • Hero, workflow, install, and v0.1.1 boards as static SVG
  • Install and Claude Desktop / Cursor wiring with absolute-path mcp.json snippets

Features

  1. One-shot ./scripts/install.sh writes docs/output/claude-desktop.mcp.json and docs/output/cursor.mcp.json using absolute dist/index.js paths
  2. suggest_skills returns names[] ready for bind_skills plus a next_step
  3. rescan_skills reloads skill roots without restarting the process
  4. Shadowed skills include plain-language why (who shadows) and how to unshadow
  5. Binding contract on get_binding and resource skill-mcp://binding/contract — host may use only these N skills
  6. Session (in-memory) / project (.skill-mcp/binding.json) / global (~/.config/skill-mcp/binding.json) bind scopes; priority session > project > global
  7. Lexical routing by default; optional Ollama embeddings as a soft dependency
  8. Offline eval goldens: ZH / JA / KO plus multi-skill conflicts (npm run eval)
  9. Review drafts moved to docs/ so they are not user-facing root artifacts

Invariants (unchanged)

  • Local stdio MCP only
  • Hard max 3 bound skills; token budget never raises the cap
  • CJK (ZH/JA/KO) names and content
  • doctor and archive_idle are dry-run only
  • read_skill is explicit opt-in
  • No store, auto-uninstall, or ranker retrain