ExMCP.ServiceRegistry.Local (ex_mcp v0.9.0)
View SourceLocal service registry adapter using Elixir's built-in Registry.
This is the default adapter — no external dependencies required. Suitable for single-node deployments where all MCP services run within the same BEAM instance.
For distributed clusters spanning multiple nodes, use
ExMCP.ServiceRegistry.Horde instead.