v0.2.5 - Simplified CLI & Better Docs
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-mcpClaude Desktop Configuration
# Find your uvx path
which uvx
# Example: /Users/USERNAME/.local/bin/uvxclaude_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