Files
bDS2/rel/overlays/mcp/bin/bds-mcp.bat
2026-04-24 11:51:44 +02:00

5 lines
170 B
Batchfile

@echo off
set SCRIPT_DIR=%~dp0
set RELEASE_ROOT=%SCRIPT_DIR%..\..
call "%RELEASE_ROOT%\bin\bds_mcp.bat" eval "Application.ensure_all_started(:bds); BDS.MCP.Stdio.main()"