Skip to content

Commit edfa2e1

Browse files
OgeonX-AiAitomates
andauthored
fix(powershell): mark non-ASCII scripts as UTF-8 (#29)
Co-authored-by: Kim Harjamäki <kim.harjamaki@prosimo.fi>
1 parent 8146354 commit edfa2e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install-autostart.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run this ONCE to set up the GitHub MCP Server auto-start.
1+
# Run this ONCE to set up the GitHub MCP Server auto-start.
22
# Does NOT require admin rights — uses per-user Task Scheduler.
33
#
44
# Usage: powershell -ExecutionPolicy Bypass -File C:\GithubMCP\install-autostart.ps1

start-mcp-server.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub MCP Server — local HTTP startup script
1+
# GitHub MCP Server — local HTTP startup script
22
# Runs at Windows logon via Task Scheduler (registered by install-autostart.ps1)
33
# Also usable standalone: powershell -ExecutionPolicy Bypass -File C:\GithubMCP\start-mcp-server.ps1
44

0 commit comments

Comments
 (0)