From bd99dc5e5143438774cb460139303dd11ac1eaa8 Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 2 Feb 2026 04:21:00 +0000 Subject: [PATCH] feat(mcp): MCP package enhancements (#177) * fix(updater): resolve PkgVersion duplicate declaration Remove var PkgVersion from updater.go since go generate creates const PkgVersion in version.go. Track version.go in git to ensure builds work without running go generate first. Co-Authored-By: Claude Opus 4.5 * style: fix formatting in internal/variants Co-Authored-By: Claude Opus 4.5 * feat(help): add CLI help command Adds internal/cmd/help which provides enhanced help functionality. Co-Authored-By: Claude Opus 4.5 * feat(help): add catalog for managing help topics Co-Authored-By: Claude Opus 4.5 * refactor(io): simplify local Medium implementation Rewrote to match the simpler TypeScript pattern: - path() sanitizes and returns string directly - Each method calls path() once - No complex symlink validation - Less code, less attack surface Co-Authored-By: Claude Opus 4.5 --------- Co-authored-by: Claude Opus 4.5