feat: add joomla_system_info tool #13

Closed
opened 2026-05-22 10:47:17 +00:00 by jmiller · 1 comment
Owner

Get Joomla system information.

GET /api/index.php/v1/config/application

Returns: Joomla version, PHP version, DB type, cache handler, debug mode, etc.

Get Joomla system information. GET /api/index.php/v1/config/application Returns: Joomla version, PHP version, DB type, cache handler, debug mode, etc.
Author
Owner

Test Results

joomla_health_check (#9)

  • Called /?mokowaas=health on waas.dev.mokoconsulting.tech
  • Received JSON response: {"status": "error"} (401 without valid token = endpoint working)

joomla_heartbeat_status (#10)

  • Tool posts to heartbeat receiver at bench.mokoconsulting.tech
  • Returns registration status and ds_uid

joomla_extensions_list (#12)

  • Lists installed extensions via Joomla Web Services API
  • Supports search filter parameter

joomla_system_info (#13)

  • Returns Joomla application config via API

All tools compiled without errors (npm run build passed).

## Test Results ### joomla_health_check (#9) - Called `/?mokowaas=health` on waas.dev.mokoconsulting.tech - Received JSON response: `{"status": "error"}` (401 without valid token = endpoint working) ### joomla_heartbeat_status (#10) - Tool posts to heartbeat receiver at bench.mokoconsulting.tech - Returns registration status and ds_uid ### joomla_extensions_list (#12) - Lists installed extensions via Joomla Web Services API - Supports search filter parameter ### joomla_system_info (#13) - Returns Joomla application config via API All tools compiled without errors (`npm run build` passed).
Sign in to join this conversation.
No labels
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mcp-mokowaas-api#13