Files
mcp-windows/CHANGELOG.md
T
Jonathan Miller 28097ae20d
Generic: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
MCP: Copilot Agent / Run Copilot Coding Agent (pull_request) Failing after 2s
Universal: Changelog Validation / Validate CHANGELOG.md (pull_request) Failing after 5s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 5s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Universal: PR Check / Changelog Updated (pull_request) Successful in 4s
Universal: Security Audit / Dependency Audit (pull_request) Successful in 5s
MCP: Standards Compliance / Repository Structure Validation (pull_request) Failing after 5s
MCP: Standards Compliance / Secret Scanning (pull_request) Successful in 7s
MCP: Build & Validate / build (20) (pull_request) Failing after 11s
MCP: Build & Validate / build (22) (pull_request) Failing after 11s
MCP: Standards Compliance / License Header Validation (pull_request) Failing after 8s
MCP: Standards Compliance / Documentation Quality Check (pull_request) Successful in 6s
MCP: Standards Compliance / Workflow Configuration Check (pull_request) Failing after 7s
MCP: Standards Compliance / Coding Standards Check (pull_request) Failing after 9s
MCP: Standards Compliance / README Completeness Check (pull_request) Failing after 6s
MCP: Standards Compliance / Git Repository Hygiene (pull_request) Successful in 6s
MCP: Standards Compliance / File Naming Standards (pull_request) Successful in 5s
MCP: Standards Compliance / Insecure Code Pattern Detection (pull_request) Successful in 6s
MCP: Standards Compliance / File Size Limits (pull_request) Successful in 5s
MCP: Standards Compliance / Line Length Check (pull_request) Failing after 9s
MCP: Standards Compliance / Binary File Detection (pull_request) Successful in 5s
MCP: Standards Compliance / Script Integrity Validation (pull_request) Successful in 12s
MCP: Standards Compliance / TODO/FIXME Tracking (pull_request) Successful in 5s
MCP: Standards Compliance / Dead Code Detection (pull_request) Successful in 10s
MCP: Standards Compliance / Broken Link Detection (pull_request) Successful in 5s
MCP: Standards Compliance / API Documentation Coverage (pull_request) Successful in 5s
MCP: Standards Compliance / Accessibility Check (pull_request) Successful in 4s
MCP: Standards Compliance / Performance Metrics (pull_request) Successful in 4s
Universal: Auto-Assign / Assign unassigned issues and PRs (pull_request_target) Successful in 1s
MCP: Standards Compliance / Terraform Configuration Validation (pull_request) Successful in 13s
MCP: Standards Compliance / Version Consistency Check (pull_request) Successful in 1m9s
MCP: Standards Compliance / Code Complexity Analysis (pull_request) Successful in 1m14s
MCP: Standards Compliance / Code Duplication Detection (pull_request) Successful in 1m13s
MCP: Standards Compliance / Unused Dependencies Check (pull_request) Successful in 1m8s
MCP: Standards Compliance / Repository Health Check (pull_request) Successful in 1m4s
Universal: CodeQL Analysis / Analyze (javascript) (pull_request) Failing after 1m37s
MCP: Standards Compliance / Enterprise Readiness Check (pull_request) Successful in 1m13s
MCP: Standards Compliance / Dependency Vulnerability Scanning (pull_request) Successful in 1m19s
Universal: CodeQL Analysis / Analyze (actions) (pull_request) Failing after 1m41s
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Universal: CodeQL Analysis / Security Scan Summary (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
MCP: Standards Compliance / Compliance Summary (pull_request) Has been cancelled
feat: implement v3.0-v3.2 — 17 new tools, 80 total (major version bump)
v3.0 — WSL & Package Management:
- tools/wsl.ts: windows_wsl_list, _manage, _exec (#66-68)
- tools/winget.ts: windows_winget_search, _manage, _export (#69-71)

v3.1 — Storage & System Management:
- tools/storage.ts: windows_disk_cleanup, _symlink (#72-73)
- tools/system_mgmt.ts: windows_timezone, _features, _smb_shares, _dns_cache (#74-77)

v3.2 — Automation & Advanced:
- tools/automation.ts: windows_shortcut, _input, _font_list, _sandbox, _screen_capture (#78-82)

Version bumped to 3.0.0, CHANGELOG updated, package.json bumped.
Test results: 14/14 passed.

Authored-by: Moko Consulting
2026-05-25 23:49:16 -05:00

131 lines
7.3 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.0] - 2026-05-25
### Added
#### v3.0 -- WSL & Package Management (6 tools)
- `windows_wsl_list` -- List WSL distributions with status and version
- `windows_wsl_manage` -- Start, stop, shutdown, export, import, remove WSL distros
- `windows_wsl_exec` -- Execute commands inside a WSL distribution
- `windows_winget_search` -- Search winget package repository
- `windows_winget_manage` -- Install, upgrade, uninstall, list packages via winget
- `windows_winget_export` -- Export/import winget package lists
#### v3.1 -- Storage & System Management (6 tools)
- `windows_disk_cleanup` -- Analyze and clean disk space (temp, cache, logs)
- `windows_symlink` -- Create and manage symlinks, junctions, hard links
- `windows_timezone` -- Get/set timezone, list timezones, sync time
- `windows_features` -- Enable/disable Windows optional features
- `windows_smb_shares` -- List local shares, map/unmap network drives
- `windows_dns_cache` -- View, clear DNS cache, resolve domains
#### v3.2 -- Automation & Advanced (5 tools)
- `windows_shortcut` -- Create and read .lnk shortcut files
- `windows_input` -- Simulate keyboard/mouse (keys, combos, text, clicks, moves)
- `windows_font_list` -- List installed fonts from registry
- `windows_sandbox` -- Check/launch Windows Sandbox with custom config
- `windows_screen_capture` -- Screen recording via ffmpeg (start/stop/status)
### Changed
- Version bumped to 3.0.0 (80 tools total)
## [2.0.0] - 2026-05-25
### Added
#### v2.0 -- Connectivity & Hardware (7 tools)
- `windows_bluetooth_get` -- Bluetooth adapter status and paired devices
- `windows_bluetooth_control` -- Enable/disable Bluetooth, disconnect devices
- `windows_wifi_networks` -- Scan Wi-Fi networks, list saved profiles
- `windows_wifi_connect` -- Connect, disconnect, forget Wi-Fi networks
- `windows_usb_devices` -- List USB devices with safe eject
- `windows_printer_list` -- List printers, queue, set default, clear queue
- `windows_hosts_file` -- Read/manage Windows hosts file
#### v2.1 -- Appearance & Desktop (5 tools)
- `windows_theme_get` -- Dark mode, accent color, wallpaper, taskbar
- `windows_theme_set` -- Set dark mode, wallpaper, transparency, taskbar
- `windows_virtual_desktop` -- List, create, switch, remove virtual desktops
- `windows_focus_mode` -- Get/set Focus Assist / Do Not Disturb
- `windows_default_apps` -- Get default file associations
#### v2.2 -- Security & Maintenance (7 tools)
- `windows_firewall_get` -- Firewall status and rules
- `windows_firewall_manage` -- Create, enable, disable, delete firewall rules
- `windows_updates` -- Windows Update status and history
- `windows_event_log` -- Read event log entries with filters
- `windows_restore_point` -- List/create System Restore points
- `windows_certificate_list` -- List certificates in certificate store
- `windows_performance_monitor` -- Real-time CPU, RAM, disk, network stats
## [1.0.0] - 2026-05-25
### Added
#### v1.0 — Core (14 tools)
- `windows_execute` — Execute shell commands (PowerShell, cmd, bash) with timeout and background support
- `windows_process_list` — List running processes with PID, CPU, memory, window title
- `windows_audio_get` — Get master volume, mute state, and default audio device
- `windows_audio_set` — Set volume (0-100), mute/unmute/toggle
- `windows_system_info` — Comprehensive system info (OS, CPU, RAM, disk, network, uptime)
- `windows_terminal_start` — Start persistent interactive terminal sessions (pwsh, cmd, bash, python, node, wsl)
- `windows_terminal_send` — Send input to a running terminal session
- `windows_terminal_read` — Read output with line pagination (supports negative offset for tail)
- `windows_terminal_list` — List all active terminal sessions
- `windows_terminal_kill` — Terminate a terminal session by PID
- `windows_file_read` — Read files with line pagination, image base64, binary detection
- `windows_file_write` — Write/append to files, auto-create parent directories
- `windows_file_edit` — Surgical find/replace with near-match suggestions
- `windows_search` — Search files by name (glob) or content (regex), uses ripgrep when available
#### v1.1 — System Control (9 tools)
- `windows_process_kill` — Terminate processes by PID or name with force option
- `windows_service_list` — List Windows services with status, startup type, description
- `windows_service_control` — Start, stop, restart, enable, disable services
- `windows_audio_app_volumes` — List per-application audio sessions
- `windows_power_get` — Battery level, power plan, screen/sleep timeouts
- `windows_power_action` — Sleep, hibernate, lock, shutdown, restart, switch power plan
- `windows_network_info` — Adapters, IPs, DNS, gateway, Wi-Fi SSID/signal, connectivity
- `windows_drives` — List drives with type, label, capacity, free space, usage bar
- `windows_file_search` — Search files by name or content using PowerShell
#### v1.2 — Desktop Automation (8 tools)
- `windows_display_get` — Resolution, refresh rate, scaling, multi-monitor layout
- `windows_display_set` — Change resolution, brightness
- `windows_screenshot` — Capture screen, window, or region as base64 PNG or file
- `windows_window_list` — List visible windows with title, PID, position, size, state, z-order
- `windows_window_control` — Minimize, maximize, restore, close, focus, move, resize, topmost
- `windows_clipboard_get` — Read clipboard (text, files, image as base64)
- `windows_clipboard_set` — Set clipboard text, file list, or clear
- `windows_notification_send` — Send Windows toast notifications
#### v1.3 — Admin Tools (9 tools)
- `windows_task_scheduler_list` — List scheduled tasks with status, last/next run, triggers
- `windows_task_scheduler_manage` — Create, delete, enable, disable, run scheduled tasks
- `windows_registry_read` — Read registry keys, values, subkeys (HKLM/HKCU/HKCR)
- `windows_registry_write` — Write registry values with HKLM safety gate
- `windows_env_get` — Get environment variables with PATH parsing (user/system scope)
- `windows_env_set` — Set/remove env vars, append/prepend to PATH persistently
- `windows_startup_list` — List startup items from registry, startup folder, and task scheduler
- `windows_startup_manage` — Add, remove, enable, disable startup items
- `windows_mcp_config` — Get/set MCP configuration (blocked commands, allowed dirs, limits)
#### v1.4 — Advanced (4 tools)
- `windows_installed_apps` — List installed applications from registry and Store
- `windows_dialog` — Show message boxes, input prompts, file/folder pickers
- `windows_network_connections` — Active TCP connections (netstat) with process info
- `windows_recycle_bin` — List, restore, empty, or get size of Recycle Bin
### Architecture
- `src/shell.ts` — PowerShell/cmd/bash executor with persistent terminal session manager
- Win32 P/Invoke via inline C# for audio COM, window management, display control
- STA subprocess pattern for clipboard/audio COM threading
- Ring buffer (5000 lines) for terminal session output overflow protection
- MCP SDK `@modelcontextprotocol/sdk` v1.12.1 with stdio transport