Stu Mason
Stu Mason

Activity

Issue Resolved

Issue #62 closed: Add health check configuration support to application create/update

Feature Request

The application tool should support health check configuration when creating or updating applications.

Current Behaviour

Health check fields are returned when fetching an application, but cannot be set via the MCP:

  • health_check_enabled
  • health_check_path
  • health_check_method
  • health_check_port
  • health_check_return_code
  • health_check_interval
  • health_check_retries
  • health_check_timeout
  • health_check_start_period
  • health_check_scheme
  • health_check_host
  • health_check_response_text

Expected Behaviour

These fields should be exposed as optional parameters on application actions (create_github, create_key, update).

Use Case

Setting up Laravel's /up health check endpoint during deployment configuration.