railroader-setons-special-s.../dist/build-mcp-tools.ps1
seton 5e18cb84a1 MCP: localhost agent server with reloadable S3.Mcp.Tools plugin pack
Loopback MCP host with observe/control/develop gates and a hot-reload
tools DLL. Default token is local-dev only. Leave the module off unless
you are driving S3 from an agent.
2026-09-11 15:19:24 -04:00

7 lines
330 B
PowerShell

# Rebuild only the reloadable MCP tools pack (game can stay open).
# .\dist\build-mcp-tools.ps1
param(
[string]$Configuration = "Release",
[string]$GameDir = "D:\Seton\SteamApps\steamapps\common\Railroader"
)
& (Join-Path $PSScriptRoot "build-local.ps1") -Configuration $Configuration -GameDir $GameDir -ToolsOnly