Skip to content

one-mcp@0.2.8

Choose a tag to compare

@vuongngo vuongngo released this 27 Dec 00:01

0.2.8 (2025-12-27)

🚀 Features

  • one-mcp: add unique server identifier for multi-instance support (58d7248)
  • one-mcp: add prefetch command for pre-downloading MCP server packages (13d5e55)

🩹 Fixes

  • one-mcp: use rejection sampling to avoid modulo bias in ID generation (3b7521c)
  • 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)

🔥 Performance

  • one-mcp: parallelize sequential awaits in SkillService and describe-tools (8463367)
  • one-mcp: parallelize sequential awaits in CLI commands and cache service (1719339)
  • one-mcp: parallelize tool and skill lookups in DescribeToolsTool (39caf9a)

🧱 Updated Dependencies

  • Updated @agiflowai/aicode-utils to 1.0.10

❤️ Thank You

  • Vuong Ngo