You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expose underlying MQTT client through getMqttClient() method
- Add getMqttClient() method to both McpMqttServer and McpMqttClient
- Add getClient() method to UniversalMqttAdapter and MqttAdapter interface
- Update README with documentation for accessing underlying MQTT client
- Allows users to perform custom pub/sub operations using the same MQTT connection
0 commit comments