Skip to content

Instantly share code, notes, and snippets.

View yotsuda's full-sized avatar

Yoshifumi yotsuda

  • 12:34 (UTC +09:00)
  • YouTube @ytsuda
View GitHub Profile
@yotsuda
yotsuda / bootstrap-macos-v3.sh
Created April 17, 2026 04:13
issue-45 macOS bootstrap v4
#!/bin/bash
# issue #45 macOS bootstrap v3 (diagnostic):
# - Shows all output live in Terminal (no log redirection)
# - Uses /tmp-based launcher proxy
# - Use tee to mirror to file for later upload if needed
set -eu
TEST_DIR="$HOME/Downloads/issue-45-mac-test"
TARBALL_URL="https://github.com/yotsuda/PowerShell.MCP/releases/download/issue-45-macos-test/issue-45-mac-test-v3.tar.gz"
@yotsuda
yotsuda / bootstrap-macos-v3.sh
Last active April 17, 2026 04:13
issue-45 macOS bootstrap
#!/bin/bash
# issue #45 macOS bootstrap v3 (diagnostic):
# - Shows all output live in Terminal (no log redirection)
# - Uses /tmp-based launcher proxy
# - Use tee to mirror to file for later upload if needed
set -eu
TEST_DIR="$HOME/Downloads/issue-45-mac-test"
TARBALL_URL="https://github.com/yotsuda/PowerShell.MCP/releases/download/issue-45-macos-test/issue-45-mac-test-v3.tar.gz"
@yotsuda
yotsuda / README.md
Last active April 8, 2026 13:56
PowerShell.MCP README

PowerShell.MCP

PowerShell Platform PowerShell Gallery PowerShell Gallery License: MIT

Security Warning: This module provides complete PowerShell access to your system. Malicious use could result in severe damage. Use responsibly and only in trusted environments.