run.ps1 247 B

123456789
  1. $ErrorActionPreference = "Stop"
  2. $projectDir = Split-Path -Parent $MyInvocation.MyCommand.Path
  3. $jar = Join-Path $projectDir "target\smqjh-mcp-server-0.1.0.jar"
  4. if (-not (Test-Path $jar)) {
  5. & (Join-Path $projectDir "build.ps1")
  6. }
  7. java -jar $jar