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.
7 lines
330 B
PowerShell
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
|