From 4d79098ef708b04f59bf56a10e8702b8377eb7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Harjam=C3=A4ki?= Date: Mon, 13 Jul 2026 04:36:29 +0300 Subject: [PATCH] fix(powershell): mark non-ASCII scripts as UTF-8 --- install-autostart.ps1 | 2 +- start-mcp-server.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-autostart.ps1 b/install-autostart.ps1 index a2c4ccd..44f3363 100644 --- a/install-autostart.ps1 +++ b/install-autostart.ps1 @@ -1,4 +1,4 @@ -# Run this ONCE to set up the GitHub MCP Server auto-start. +# Run this ONCE to set up the GitHub MCP Server auto-start. # Does NOT require admin rights — uses per-user Task Scheduler. # # Usage: powershell -ExecutionPolicy Bypass -File C:\GithubMCP\install-autostart.ps1 diff --git a/start-mcp-server.ps1 b/start-mcp-server.ps1 index b236bab..c000a48 100644 --- a/start-mcp-server.ps1 +++ b/start-mcp-server.ps1 @@ -1,4 +1,4 @@ -# GitHub MCP Server — local HTTP startup script +# GitHub MCP Server — local HTTP startup script # Runs at Windows logon via Task Scheduler (registered by install-autostart.ps1) # Also usable standalone: powershell -ExecutionPolicy Bypass -File C:\GithubMCP\start-mcp-server.ps1