app-server README omits installationId from remote-control status snapshots

Open 💬 0 comments Opened Jun 1, 2026 by bar-d

What happened?

The app-server README documents remote-control status snapshots and notifications with status, serverName, and environmentId, but it omits installationId.

The current app-server protocol structs include installationId for:

  • remoteControl/enable
  • remoteControl/disable
  • remoteControl/status/read
  • remoteControl/status/changed

The v2 remote-control integration tests also assert that installation_id is non-empty.

Expected behavior

The app-server README should include installationId when describing remote-control status responses and notifications.

Additional context

I searched open issues and PRs for terms including remoteControl, installationId, and app-server README, and did not find an existing open item that appears to cover this documentation omission.

View original on GitHub ↗