Skip to content

v1.0.0

Choose a tag to compare

@Jhacarreiro Jhacarreiro released this 05 Jun 23:26
· 36 commits to main since this release

Changes

  • Add POST support for /api/runTerminalScript while preserving the existing GET route.
  • This keeps the Custom GPT GET flow working and allows MCP-style web adapters to call the same terminal handler via POST.

Validation

  • node --check serverModules/apiRoutes.js
  • node --check api/terminal.js
  • git diff --check
  • Verified route registration includes both GET and POST for /api/runTerminalScript using terminalHandler.