Supervisor for the Mishka Chelekom MCP Server.
This supervisor manages the MCP server and its HTTP transport.
It can be started manually or via the mix mishka.mcp.server task.
Starting the Server
Via Mix Task (Recommended)
mix mishka.mcp.serverProgrammatically
MishkaChelekom.MCP.Supervisor.start_link(port: 4003)In Your Application Supervisor
children = [
{MishkaChelekom.MCP.Supervisor, port: 4003}
]Options
:port- HTTP port to listen on (default: 4003)
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.