Auto-detect stubbable packages for Python exe builds and generate minimal stub code
Python exe ビルド(PyInstaller / Nuitka / cxFreeze)時にスタブ置換可能なパッケージを自動検出し、最小スタブコードを生成する MCP サーバー。 An MCP server that auto-detects stubbable packages for Python exe builds (PyInstaller / Nuitka / cxFreeze) and generates minimal stub code to reduce executable size. Python アプリを exe 化すると、依存ライブラリがモジュールレベルで import する重量パッケージが丸ごと同梱され、exe サイズが膨張する。実際のコードパスで使わないパッケージは最小ダミー(スタブ)で置換すれば大幅なサイズ削減が可能。 When building…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Python exe ビルド(PyInstaller / Nuitka / cxFreeze)時にスタブ置換可能なパッケージを自動検出し、最小スタブコードを生成する MCP サーバー。 An MCP server that auto-detects stubbable packages for Python exe builds (PyInstaller / Nuitka / cxFreeze) and generates minimal stub code to reduce executable size. Python アプリを exe 化すると、依存ライブラリがモジュールレベルで import する重量パッケージが丸ごと同梱され、exe サイズが膨張する。実際のコードパスで使わないパッケージは最小ダミー(スタブ)で置換すれば大幅なサイズ削減が可能。 When building Python apps into executables, heavy packages imported at module level by dependencies get bundled…