ExMCP.ServiceRegistry.Horde (ex_mcp v0.9.0)
View SourceDistributed service registry adapter using Horde.
Enables service discovery across multiple BEAM nodes via Horde's CRDT-based gossip protocol.
Setup
Add Horde to your dependencies:
# mix.exs
defp deps do
[
{:horde, "~> 0.9"}
]
endThen configure ExMCP to use this adapter:
# config/config.exs
config :ex_mcp, :service_registry, ExMCP.ServiceRegistry.Horde
Summary
Functions
Looks up a service and verifies it is running on the specified node.