Skip to content

v0.2.5 - Simplified CLI & Better Docs

Choose a tag to compare

@irresi irresi released this 24 Nov 11:30
· 39 commits to main since this release

What's New

🎯 Simplified uvx Usage

Now you can run directly without --from flag:

# Before (v0.2.4)
uvx --from black-litterman-mcp bl-view-mcp

# After (v0.2.5) ✨
uvx black-litterman-mcp

Claude Desktop Configuration

⚠️ Important: Claude Desktop requires absolute path to uvx

# Find your uvx path
which uvx
# Example: /Users/USERNAME/.local/bin/uvx

claude_desktop_config.json:

{
  "mcpServers": {
    "black-litterman": {
      "command": "/Users/USERNAME/.local/bin/uvx",
      "args": ["black-litterman-mcp"]
    }
  }
}

Config locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

📚 Documentation Improvements

  • User-centric README rewrite
  • Step-by-step Claude Desktop setup guide
  • Added PyPI badges
  • New demo screenshot showing VaR warning feature

CLI Entry Points

Command Description
black-litterman-mcp Primary (matches package name)
bl-view-mcp Alias (backward compatible)
bl-mcp Short alias

Full Changelog: v0.2.4...v0.2.5