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