Fixed
- MCP HTTP transport crash on startup:
investorsandkpistools were registered twice — once insafe.ts(legacy) and again in the dedicatedinvestors.ts/kpis.tsmodules added in v0.8.4. Same issue formindmapstools registered in bothcanvas.ts(legacy) andmindmaps.ts. Removed the stale registrations fromsafe.tsandcanvas.ts. - MCP
get_kpitool was missing fromkpis.ts(it only existed in the now-removed legacy copy insafe.ts); restored inkpis.ts.