Skip to content

feat(server): support multi-server hook discovery and fan-out#337

Open
florintimbuc wants to merge 1 commit into
pixel-agents-hq:fix/zoning-systemfrom
florintimbuc:feat/multi-server-hook-discovery
Open

feat(server): support multi-server hook discovery and fan-out#337
florintimbuc wants to merge 1 commit into
pixel-agents-hq:fix/zoning-systemfrom
florintimbuc:feat/multi-server-hook-discovery

Conversation

@florintimbuc

Copy link
Copy Markdown
Collaborator

Summary

Adds reliable multi-server hook discovery, allowing the VS Code extension server and standalone server to run at the same time with hooks enabled.
Each server registers its capabilities and connection details in a shared registry. Claude hook events are then sent to every live compatible server instead of only one server. Stale or malformed registry entries are safely ignored and removed without preventing delivery to healthy servers.

Also includes:

  • Safe server reuse based on capabilities
  • Optional standalone server ports with CLI validation
  • Backward compatibility with legacy server records
  • Unit and E2E coverage for starting the extension first, then standalone
  • Updated E2E documentation and test inventory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant