Expand description
MCP server facade interface exposing compact tools/resources/prompts endpoints.
Provides two server transports:
- stdio via
run_mcp_server: for local process-to-process MCP sessions. - Streamable HTTP/SSE via
run_mcp_http_server: for remote network MCP clients.
Functionsยง
- run_
mcp_ http_ server - Runs the Warmplane facade as a Streamable HTTP/SSE MCP server.
- run_
mcp_ server - Runs the Warmplane stdio MCP server proxy interface.