Skip to main content

Crate sim_mcp_server

Crate sim_mcp_server 

Source
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 opts over the given reader, writer, and diagnostics streams.
run_from_env
Parses options from process arguments and serves on the standard streams.