Skip to content

v0.2.2

Choose a tag to compare

@JameZUK JameZUK released this 23 Jun 20:18
· 19 commits to procmon_parser since this release
b35e234

Fixed

  • --transport streamable-http crashed immediately with FastMCP.run() got an unexpected keyword argument 'host'. The MCP SDK's run() signature is run(transport, mount_path); host and port belong on mcp.settings. The Streamable HTTP branch now configures host/port/log level via settings (matching the SSE branch) before calling run(). stdio (the default) was unaffected. (#17)

Full changelog: CHANGELOG.md