What's new in v0.9.0
This release simplifies the entire system into a minimal, powerful application.
Highlights
- ~29 core tools (down from ~60). Related actions merged into single tools with
actionparameters:tv_layout— list / switch / savetv_indicator— add / removetv_alert_manage— list / create / deletetv_watchlist_sync— read / add symbol
- Simplified configuration — three clear feature flags:
TV_ENABLE_NEWS=1TV_ENABLE_PAPER=1TV_ENABLE_MARKETDATA=1
- Simplified licensing — Free and Pro functional tiers. Team/Owner currently alias to Pro.
- New tabbed dashboard — Status, Actions, Approvals, History, Screenshots tabs with one-click read-only shortcuts and toast feedback.
- Faster status checks —
pingandtradingview-cli statusno longer wait for Chrome to launch. - Updated docs — README, INSTALL, TOOL_REFERENCE, HOSTED, CHANGELOG, CONTEXT, and PLAN all rewritten for the new surface.
Assets
| File | What it is | How to use it |
|---|---|---|
TradingView-Chrome-MCP-0.9.0-portable.exe |
Standalone Windows app (no Node.js, no install) | Double-click to run. The first launch unpacks itself; MCP tools become available once Chrome is reachable. Size: ~50 MB. |
tradingview-chrome-mcp-windows.zip |
Source/runtime archive | For developers or manual Node.js deployment. Extract, run npm install, then npm start. |
| Windows setup installer | TradingView-Chrome-MCP-0.9.0-windows-setup.exe |
Not produced automatically because Inno Setup is not installed in this build environment. Build locally with npm run build:installer if you need it (requires Inno Setup 6/7). |
If you just want the TradingView Chrome MCP function, download
TradingView-Chrome-MCP-0.9.0-portable.exe— that is the app. The.zipis the source/runtime package.
Verification
- TypeScript typecheck: ✅
- Unit tests: 122/122 passing ✅
- Smoke test: 29 tools advertised ✅
Security
- No live trading or broker order execution in any edition.
- Credentials, cookies, and tokens are never stored or transmitted.
- Approval gating and emergency stop remain in place.