mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
432f13b6f5
Add three new MCP tools for Docker container update management: - pulse_list_docker_updates: list containers with pending updates - pulse_check_docker_updates: trigger update check on a host - pulse_update_docker_container: apply update with approval workflow Changes: - Add UpdatesProvider interface to executor.go - Add response types to data_types.go - Add UpdatesMCPAdapter to adapters.go - Register tools and handlers in tools_infrastructure.go - Add SetUpdatesProvider() to service.go - Wire provider in router.go wireOpenCodeProviders()