v0.2.2
Fixed
--transport streamable-httpcrashed immediately withFastMCP.run() got an unexpected keyword argument 'host'. The MCP SDK'srun()signature isrun(transport, mount_path); host and port belong onmcp.settings. The Streamable HTTP branch now configures host/port/log level viasettings(matching the SSE branch) before callingrun().stdio(the default) was unaffected. (#17)
Full changelog: CHANGELOG.md