validate_services
validate_services
Validate that all configured services can be started successfully. Starts and
immediately stops a client for each service. Returns a dictionary mapping
service names to their validation result (True = success).
This method is called automatically during MCPGateway initialization.
Parameters
None.
Returns
dict[str, bool] — A dictionary mapping each service name to True (valid) or False (failed).