Fix scaffold errors and apply ToolHint annotations
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 33s

This commit is contained in:
jade
2026-08-06 01:14:53 +09:00
parent 6394ac651b
commit 7287a96a01
75 changed files with 974 additions and 898 deletions

View File

@@ -31,6 +31,9 @@ services:
- AXHUB_SOURCE_DIR=/src
- JAVA_TOOL_OPTIONS=-Xms64m -Xmx384m
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
- MCP_GATEWAY_FALLBACK_DEFAULT_URL=http://tool-oth:8084
- MCP_GATEWAY_FALLBACK_ROUTES_SMS=http://tool-sms:8082
- MCP_GATEWAY_FALLBACK_ROUTES_HR=http://tool-oth:8084
- MCP_GATEWAY_FALLBACK_DEFAULT_URL=http://was-oth:8084
- MCP_GATEWAY_FALLBACK_ROUTES_SMS=http://was-sms:8082
- MCP_GATEWAY_FALLBACK_ROUTES_HR=http://was-oth:8084