feat: add joomla_health_check tool #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a tool that calls the MokoWaaS health endpoint (/?mokowaas=health) on a connected site.
Should:
This enables Claude to check site health without manual curl commands.
Test Results
joomla_health_check (#9)
/?mokowaas=healthon waas.dev.mokoconsulting.tech{"status": "error"}(401 without valid token = endpoint working)joomla_heartbeat_status (#10)
joomla_extensions_list (#12)
joomla_system_info (#13)
All tools compiled without errors (
npm run buildpassed).