- Updated server.py BASE_URL to use services.agiliton.internal
- Updated docstring with new default URL
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Changed is_tsl_enabled default from False to True in:
- Tool schema definition
- Payload construction (arguments.get default)
Fixes issue where MCP tool was overriding conductor API schema
default. Requires Claude Code restart to reload MCP tools.
Related: eToroGridbot commit 2d91848
- Change error messages from "SSH tunnel" to "VPN"
- Update docstring to reference VPN and GRIDBOT_API_URL
- Default API URL now http://10.0.1.3:8000 (conductor on infra VM)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Position Exit Management System support:
- scale_out_status: Service status and statistics
- scale_out_pending: Positions awaiting scale-out
- scale_out_stats: Execution statistics
- scale_out_set_dry_run: Toggle dry-run mode
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>