Skip to content

v0.2.3

Choose a tag to compare

@irresi irresi released this 23 Nov 06:32
· 51 commits to main since this release

Bug Fixes

  • Fix views parameter type for Claude Desktop compatibility
    • Claude Desktop sends JSON objects as strings via MCP protocol
    • Added str to the type hint views: Optional[Union[ViewMatrix, dict, str]]
    • Without this fix, Pydantic validation fails before JSON parsing logic runs

Installation

uv tool install black-litterman-mcp
# or
pip install black-litterman-mcp

Full Changelog

v0.2.2...v0.2.3