Expand description
Standalone MCP server entry point for SIM.
Parses CliOptions, builds a runtime Cx with the MCP codec and
library installed, and serves the Model Context Protocol over the selected
Transport (currently stdio).
Structs§
- CliOptions
- Parsed command-line options for the MCP server.
Enums§
- Transport
- Transport the MCP server listens on.
Functions§
- run
- Serves MCP per
optsover the given reader, writer, and diagnostics streams. - run_
from_ env - Parses options from process arguments and serves on the standard streams.