ExMCP.Server.BeamServer (ex_mcp v0.9.2)

View Source

BEAM transport server for MCP protocol.

This server handles the MCP protocol layer for BEAM/native transport, routing requests to services registered with ExMCP.Native.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts a BEAM server with the given options.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)

Starts a BEAM server with the given options.

Options:

  • :handler - The handler module (required)
  • :name - Process name (optional)
  • :transport - Transport options (optional)