Skip to content

one-mcp@0.2.2

Choose a tag to compare

@vuongngo vuongngo released this 02 Dec 12:15

0.2.2 (2025-12-19)

🚀 Features

  • one-mcp: add prefetch command for pre-downloading MCP server packages (13d5e55)
  • one-mcp: add file watcher for SKILL.md cache invalidation (689041e)
  • one-mcp: auto-detect skills from prompt front-matter and unify toolkit description (f1bbcca)
  • one-mcp: add HTTP streamable transport support (ecced5c)
  • one-mcp: add prompt-based skills support (19d2fcd)
  • one-mcp: add prompt aggregation support (cf538ff)
  • one-mcp: add skills support with liquid templates (4c1a1b4)
  • aicode-toolkit: add one-mcp support in MCP selection (e731037)
  • hooks-adapter: Refactor hooks and add ExecutionLogService improvements (7a241a3)
  • one-mcp: use prefixed tool names for clashing tools (a8bca23)
  • one-mcp: add PROJECT_PATH support for config file discovery (0669b13)

🩹 Fixes

  • one-mcp: use global install for prefetch and improve CLI output (4262196)
  • one-mcp: add input validation to prevent command injection (750982e)
  • one-mcp: skip disabled servers in prefetch package extraction (803c21b)
  • one-mcp: improve npx package extraction to handle --package flag patterns (d810fb9)
  • one-mcp: increase connection timeout and make it configurable (fccb102)
  • one-mcp: improve front-matter parser edge case handling (44a4eae)
  • one-mcp: only prefix skills with skill__ when clashing with MCP tools (a4944f2)
  • architect-mcp: hooks Fix multiple hooks running issue (df6cbda)

❤️ Thank You

  • Vuong Ngo