Skip to content

evan-moon/firma

v0.16.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

claude cli finnhub local-first mcp personal-finance
+4 more
portfolio sqlite stock typescript

Summary

AI summary

Capabilities map and data gating rules prevent analysis when required data is missing.

Full changelog

What changed

Before this release, if you asked Claude for portfolio analysis before importing trades, or for net-worth analysis before any balance data was loaded, Claude could fall back to generic answers or — worse — fabricate plausible-looking numbers. v0.16.1 closes that gap.

`capabilities` boolean map in `setup_status`

Every `setup_status` response now reports which analysis types are currently possible:

```
portfolio_analysis, current_value, net_worth, cash_flow,
benchmark, risk_metrics, historical_fx, goal_anchoring
```

`data_gating` rules in `analyst_context`

Matched entries tell Claude exactly how to behave when a capability is false: what NOT to fabricate, what partial answer is still valid, and the one fix (specific tool or slash command) to close the gap.

Effect on user experience

  • Empty DB + "How's my portfolio?" → "No transactions yet. Paste your trade history or use /import-trades." (instead of generic platitudes)
  • Trades imported but no prices → "You have 47 trades. I can show cost basis but not current value — want me to call sync_prices first?"
  • No profile + "Am I on track for retirement?" → Generic answer + "I can't tell you whether you're on track without your goals. /setup-profile is 1 minute."

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track evan-moon/firma

Get notified when new releases ship.

Sign up free

About evan-moon/firma

Local-first CLI asset tracker for overseas stock investors with Claude Desktop MCP integration. 13 tools for portfolio tracking, net worth snapshots, cash flow analysis, and market research (earnings, insider trades, SEC filings)

All releases →

Related context

Earlier breaking changes

  • v0.20.0 Brief no longer returns 'projected_net_worth' or 'on_track'.
  • v0.20.0 `simulate_goal_projection` renamed to `project_net_worth`.

Beta — feedback welcome: [email protected]